@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/api/servicemanagement/v1/servicemanager.proto")
public final class ServiceManagerGrpc
extends java.lang.Object
[Google Service Management API](/service-management/overview)
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceManagerGrpc.ServiceManagerBlockingStub
[Google Service Management API](/service-management/overview)
|
static class |
ServiceManagerGrpc.ServiceManagerFutureStub
[Google Service Management API](/service-management/overview)
|
static class |
ServiceManagerGrpc.ServiceManagerImplBase
[Google Service Management API](/service-management/overview)
|
static class |
ServiceManagerGrpc.ServiceManagerStub
[Google Service Management API](/service-management/overview)
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.CreateServiceRequest,com.google.longrunning.Operation> |
METHOD_CREATE_SERVICE |
static io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.CreateServiceConfigRequest,com.google.api.Service> |
METHOD_CREATE_SERVICE_CONFIG |
static io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.CreateServiceRolloutRequest,com.google.longrunning.Operation> |
METHOD_CREATE_SERVICE_ROLLOUT |
static io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.DeleteServiceRequest,com.google.longrunning.Operation> |
METHOD_DELETE_SERVICE |
static io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.DisableServiceRequest,com.google.longrunning.Operation> |
METHOD_DISABLE_SERVICE |
static io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.EnableServiceRequest,com.google.longrunning.Operation> |
METHOD_ENABLE_SERVICE |
static io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.GenerateConfigReportRequest,com.google.api.servicemanagement.v1.GenerateConfigReportResponse> |
METHOD_GENERATE_CONFIG_REPORT |
static io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.GetServiceRequest,com.google.api.servicemanagement.v1.ManagedService> |
METHOD_GET_SERVICE |
static io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.GetServiceConfigRequest,com.google.api.Service> |
METHOD_GET_SERVICE_CONFIG |
static io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.GetServiceRolloutRequest,com.google.api.servicemanagement.v1.Rollout> |
METHOD_GET_SERVICE_ROLLOUT |
static io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.ListServiceConfigsRequest,com.google.api.servicemanagement.v1.ListServiceConfigsResponse> |
METHOD_LIST_SERVICE_CONFIGS |
static io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.ListServiceRolloutsRequest,com.google.api.servicemanagement.v1.ListServiceRolloutsResponse> |
METHOD_LIST_SERVICE_ROLLOUTS |
static io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.ListServicesRequest,com.google.api.servicemanagement.v1.ListServicesResponse> |
METHOD_LIST_SERVICES |
static io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.SubmitConfigSourceRequest,com.google.longrunning.Operation> |
METHOD_SUBMIT_CONFIG_SOURCE |
static io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.UndeleteServiceRequest,com.google.longrunning.Operation> |
METHOD_UNDELETE_SERVICE |
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
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 and streaming output 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 java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.ListServicesRequest,com.google.api.servicemanagement.v1.ListServicesResponse> METHOD_LIST_SERVICES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.GetServiceRequest,com.google.api.servicemanagement.v1.ManagedService> METHOD_GET_SERVICE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.CreateServiceRequest,com.google.longrunning.Operation> METHOD_CREATE_SERVICE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.DeleteServiceRequest,com.google.longrunning.Operation> METHOD_DELETE_SERVICE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.UndeleteServiceRequest,com.google.longrunning.Operation> METHOD_UNDELETE_SERVICE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.ListServiceConfigsRequest,com.google.api.servicemanagement.v1.ListServiceConfigsResponse> METHOD_LIST_SERVICE_CONFIGS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.GetServiceConfigRequest,com.google.api.Service> METHOD_GET_SERVICE_CONFIG
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.CreateServiceConfigRequest,com.google.api.Service> METHOD_CREATE_SERVICE_CONFIG
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.SubmitConfigSourceRequest,com.google.longrunning.Operation> METHOD_SUBMIT_CONFIG_SOURCE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.ListServiceRolloutsRequest,com.google.api.servicemanagement.v1.ListServiceRolloutsResponse> METHOD_LIST_SERVICE_ROLLOUTS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.GetServiceRolloutRequest,com.google.api.servicemanagement.v1.Rollout> METHOD_GET_SERVICE_ROLLOUT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.CreateServiceRolloutRequest,com.google.longrunning.Operation> METHOD_CREATE_SERVICE_ROLLOUT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.GenerateConfigReportRequest,com.google.api.servicemanagement.v1.GenerateConfigReportResponse> METHOD_GENERATE_CONFIG_REPORT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.EnableServiceRequest,com.google.longrunning.Operation> METHOD_ENABLE_SERVICE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<com.google.api.servicemanagement.v1.DisableServiceRequest,com.google.longrunning.Operation> METHOD_DISABLE_SERVICE
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 io.grpc.ServiceDescriptor getServiceDescriptor()