@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)
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceManagerGrpc.AsyncService
[Google Service Management
API](https://cloud.google.com/service-infrastructure/docs/overview)
|
static class |
ServiceManagerGrpc.ServiceManagerBlockingStub
A stub to allow clients to do synchronous rpc calls to service ServiceManager.
|
static class |
ServiceManagerGrpc.ServiceManagerFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ServiceManager.
|
static class |
ServiceManagerGrpc.ServiceManagerImplBase
Base class for the server implementation of the service ServiceManager.
|
static class |
ServiceManagerGrpc.ServiceManagerStub
A stub to allow clients to do asynchronous rpc calls to service ServiceManager.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(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.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<SubmitConfigSourceRequest,com.google.longrunning.Operation> |
getSubmitConfigSourceMethod() |
static io.grpc.MethodDescriptor<UndeleteServiceRequest,com.google.longrunning.Operation> |
getUndeleteServiceMethod() |
static ServiceManagerGrpc.ServiceManagerBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ServiceManagerGrpc.ServiceManagerFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ServiceManagerGrpc.ServiceManagerStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse> getListServicesMethod()
public static io.grpc.MethodDescriptor<GetServiceRequest,ManagedService> getGetServiceMethod()
public static io.grpc.MethodDescriptor<CreateServiceRequest,com.google.longrunning.Operation> getCreateServiceMethod()
public static io.grpc.MethodDescriptor<DeleteServiceRequest,com.google.longrunning.Operation> getDeleteServiceMethod()
public static io.grpc.MethodDescriptor<UndeleteServiceRequest,com.google.longrunning.Operation> getUndeleteServiceMethod()
public static io.grpc.MethodDescriptor<ListServiceConfigsRequest,ListServiceConfigsResponse> getListServiceConfigsMethod()
public static io.grpc.MethodDescriptor<GetServiceConfigRequest,com.google.api.Service> getGetServiceConfigMethod()
public static io.grpc.MethodDescriptor<CreateServiceConfigRequest,com.google.api.Service> getCreateServiceConfigMethod()
public static io.grpc.MethodDescriptor<SubmitConfigSourceRequest,com.google.longrunning.Operation> getSubmitConfigSourceMethod()
public static io.grpc.MethodDescriptor<ListServiceRolloutsRequest,ListServiceRolloutsResponse> getListServiceRolloutsMethod()
public static io.grpc.MethodDescriptor<GetServiceRolloutRequest,Rollout> getGetServiceRolloutMethod()
public static io.grpc.MethodDescriptor<CreateServiceRolloutRequest,com.google.longrunning.Operation> getCreateServiceRolloutMethod()
public static io.grpc.MethodDescriptor<GenerateConfigReportRequest,GenerateConfigReportResponse> getGenerateConfigReportMethod()
public static ServiceManagerGrpc.ServiceManagerStub newStub(io.grpc.Channel channel)
public static ServiceManagerGrpc.ServiceManagerBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ServiceManagerGrpc.ServiceManagerFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(ServiceManagerGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.