Class ServiceManagerGrpc
- java.lang.Object
-
- com.google.api.servicemanagement.v1.ServiceManagerGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/api/servicemanagement/v1/servicemanager.proto") public final class ServiceManagerGrpc extends Object
[Google Service Management API](https://cloud.google.com/service-infrastructure/docs/overview)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServiceManagerGrpc.AsyncService[Google Service Management API](https://cloud.google.com/service-infrastructure/docs/overview)static classServiceManagerGrpc.ServiceManagerBlockingStubA stub to allow clients to do synchronous rpc calls to service ServiceManager.static classServiceManagerGrpc.ServiceManagerFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service ServiceManager.static classServiceManagerGrpc.ServiceManagerImplBaseBase class for the server implementation of the service ServiceManager.static classServiceManagerGrpc.ServiceManagerStubA stub to allow clients to do asynchronous rpc calls to service ServiceManager.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(ServiceManagerGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateServiceConfigRequest,com.google.api.Service>getCreateServiceConfigMethod()static io.grpc.MethodDescriptor<CreateServiceRequest,com.google.longrunning.Operation>getCreateServiceMethod()static io.grpc.MethodDescriptor<CreateServiceRolloutRequest,com.google.longrunning.Operation>getCreateServiceRolloutMethod()static io.grpc.MethodDescriptor<DeleteServiceRequest,com.google.longrunning.Operation>getDeleteServiceMethod()static io.grpc.MethodDescriptor<GenerateConfigReportRequest,GenerateConfigReportResponse>getGenerateConfigReportMethod()static io.grpc.MethodDescriptor<GetServiceConfigRequest,com.google.api.Service>getGetServiceConfigMethod()static io.grpc.MethodDescriptor<GetServiceRequest,ManagedService>getGetServiceMethod()static io.grpc.MethodDescriptor<GetServiceRolloutRequest,Rollout>getGetServiceRolloutMethod()static io.grpc.MethodDescriptor<ListServiceConfigsRequest,ListServiceConfigsResponse>getListServiceConfigsMethod()static io.grpc.MethodDescriptor<ListServiceRolloutsRequest,ListServiceRolloutsResponse>getListServiceRolloutsMethod()static io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse>getListServicesMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<SubmitConfigSourceRequest,com.google.longrunning.Operation>getSubmitConfigSourceMethod()static io.grpc.MethodDescriptor<UndeleteServiceRequest,com.google.longrunning.Operation>getUndeleteServiceMethod()static ServiceManagerGrpc.ServiceManagerBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ServiceManagerGrpc.ServiceManagerFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ServiceManagerGrpc.ServiceManagerStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListServicesMethod
public static io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse> getListServicesMethod()
-
getGetServiceMethod
public static io.grpc.MethodDescriptor<GetServiceRequest,ManagedService> getGetServiceMethod()
-
getCreateServiceMethod
public static io.grpc.MethodDescriptor<CreateServiceRequest,com.google.longrunning.Operation> getCreateServiceMethod()
-
getDeleteServiceMethod
public static io.grpc.MethodDescriptor<DeleteServiceRequest,com.google.longrunning.Operation> getDeleteServiceMethod()
-
getUndeleteServiceMethod
public static io.grpc.MethodDescriptor<UndeleteServiceRequest,com.google.longrunning.Operation> getUndeleteServiceMethod()
-
getListServiceConfigsMethod
public static io.grpc.MethodDescriptor<ListServiceConfigsRequest,ListServiceConfigsResponse> getListServiceConfigsMethod()
-
getGetServiceConfigMethod
public static io.grpc.MethodDescriptor<GetServiceConfigRequest,com.google.api.Service> getGetServiceConfigMethod()
-
getCreateServiceConfigMethod
public static io.grpc.MethodDescriptor<CreateServiceConfigRequest,com.google.api.Service> getCreateServiceConfigMethod()
-
getSubmitConfigSourceMethod
public static io.grpc.MethodDescriptor<SubmitConfigSourceRequest,com.google.longrunning.Operation> getSubmitConfigSourceMethod()
-
getListServiceRolloutsMethod
public static io.grpc.MethodDescriptor<ListServiceRolloutsRequest,ListServiceRolloutsResponse> getListServiceRolloutsMethod()
-
getGetServiceRolloutMethod
public static io.grpc.MethodDescriptor<GetServiceRolloutRequest,Rollout> getGetServiceRolloutMethod()
-
getCreateServiceRolloutMethod
public static io.grpc.MethodDescriptor<CreateServiceRolloutRequest,com.google.longrunning.Operation> getCreateServiceRolloutMethod()
-
getGenerateConfigReportMethod
public static io.grpc.MethodDescriptor<GenerateConfigReportRequest,GenerateConfigReportResponse> getGenerateConfigReportMethod()
-
newStub
public static ServiceManagerGrpc.ServiceManagerStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ServiceManagerGrpc.ServiceManagerBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ServiceManagerGrpc.ServiceManagerFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(ServiceManagerGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-