Class ServiceManagerGrpc (3.39.0)

public final class ServiceManagerGrpc

Inheritance

java.lang.Object > ServiceManagerGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(ServiceManagerGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(ServiceManagerGrpc.AsyncService service)
Parameter
NameDescription
serviceServiceManagerGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateServiceConfigMethod()

public static MethodDescriptor<CreateServiceConfigRequest,Service> getCreateServiceConfigMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateServiceConfigRequest,com.google.api.Service>

getCreateServiceMethod()

public static MethodDescriptor<CreateServiceRequest,Operation> getCreateServiceMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateServiceRequest,Operation>

getCreateServiceRolloutMethod()

public static MethodDescriptor<CreateServiceRolloutRequest,Operation> getCreateServiceRolloutMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateServiceRolloutRequest,Operation>

getDeleteServiceMethod()

public static MethodDescriptor<DeleteServiceRequest,Operation> getDeleteServiceMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteServiceRequest,Operation>

getGenerateConfigReportMethod()

public static MethodDescriptor<GenerateConfigReportRequest,GenerateConfigReportResponse> getGenerateConfigReportMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GenerateConfigReportRequest,GenerateConfigReportResponse>

getGetServiceConfigMethod()

public static MethodDescriptor<GetServiceConfigRequest,Service> getGetServiceConfigMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetServiceConfigRequest,com.google.api.Service>

getGetServiceMethod()

public static MethodDescriptor<GetServiceRequest,ManagedService> getGetServiceMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetServiceRequest,ManagedService>

getGetServiceRolloutMethod()

public static MethodDescriptor<GetServiceRolloutRequest,Rollout> getGetServiceRolloutMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetServiceRolloutRequest,Rollout>

getListServiceConfigsMethod()

public static MethodDescriptor<ListServiceConfigsRequest,ListServiceConfigsResponse> getListServiceConfigsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListServiceConfigsRequest,ListServiceConfigsResponse>

getListServiceRolloutsMethod()

public static MethodDescriptor<ListServiceRolloutsRequest,ListServiceRolloutsResponse> getListServiceRolloutsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListServiceRolloutsRequest,ListServiceRolloutsResponse>

getListServicesMethod()

public static MethodDescriptor<ListServicesRequest,ListServicesResponse> getListServicesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getSubmitConfigSourceMethod()

public static MethodDescriptor<SubmitConfigSourceRequest,Operation> getSubmitConfigSourceMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SubmitConfigSourceRequest,Operation>

getUndeleteServiceMethod()

public static MethodDescriptor<UndeleteServiceRequest,Operation> getUndeleteServiceMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UndeleteServiceRequest,Operation>

newBlockingStub(Channel channel)

public static ServiceManagerGrpc.ServiceManagerBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ServiceManagerGrpc.ServiceManagerBlockingStub

newFutureStub(Channel channel)

public static ServiceManagerGrpc.ServiceManagerFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ServiceManagerGrpc.ServiceManagerFutureStub

newStub(Channel channel)

public static ServiceManagerGrpc.ServiceManagerStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ServiceManagerGrpc.ServiceManagerStub