Package com.google.cloud.retail.v2
Class ServingConfigServiceGrpc
- java.lang.Object
-
- com.google.cloud.retail.v2.ServingConfigServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/retail/v2/serving_config_service.proto") public final class ServingConfigServiceGrpc extends Object
Service for modifying ServingConfig.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServingConfigServiceGrpc.AsyncServiceService for modifying ServingConfig.static classServingConfigServiceGrpc.ServingConfigServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service ServingConfigService.static classServingConfigServiceGrpc.ServingConfigServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service ServingConfigService.static classServingConfigServiceGrpc.ServingConfigServiceImplBaseBase class for the server implementation of the service ServingConfigService.static classServingConfigServiceGrpc.ServingConfigServiceStubA stub to allow clients to do asynchronous rpc calls to service ServingConfigService.
-
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(ServingConfigServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<AddControlRequest,ServingConfig>getAddControlMethod()static io.grpc.MethodDescriptor<CreateServingConfigRequest,ServingConfig>getCreateServingConfigMethod()static io.grpc.MethodDescriptor<DeleteServingConfigRequest,com.google.protobuf.Empty>getDeleteServingConfigMethod()static io.grpc.MethodDescriptor<GetServingConfigRequest,ServingConfig>getGetServingConfigMethod()static io.grpc.MethodDescriptor<ListServingConfigsRequest,ListServingConfigsResponse>getListServingConfigsMethod()static io.grpc.MethodDescriptor<RemoveControlRequest,ServingConfig>getRemoveControlMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateServingConfigRequest,ServingConfig>getUpdateServingConfigMethod()static ServingConfigServiceGrpc.ServingConfigServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ServingConfigServiceGrpc.ServingConfigServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ServingConfigServiceGrpc.ServingConfigServiceStubnewStub(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
-
getCreateServingConfigMethod
public static io.grpc.MethodDescriptor<CreateServingConfigRequest,ServingConfig> getCreateServingConfigMethod()
-
getDeleteServingConfigMethod
public static io.grpc.MethodDescriptor<DeleteServingConfigRequest,com.google.protobuf.Empty> getDeleteServingConfigMethod()
-
getUpdateServingConfigMethod
public static io.grpc.MethodDescriptor<UpdateServingConfigRequest,ServingConfig> getUpdateServingConfigMethod()
-
getGetServingConfigMethod
public static io.grpc.MethodDescriptor<GetServingConfigRequest,ServingConfig> getGetServingConfigMethod()
-
getListServingConfigsMethod
public static io.grpc.MethodDescriptor<ListServingConfigsRequest,ListServingConfigsResponse> getListServingConfigsMethod()
-
getAddControlMethod
public static io.grpc.MethodDescriptor<AddControlRequest,ServingConfig> getAddControlMethod()
-
getRemoveControlMethod
public static io.grpc.MethodDescriptor<RemoveControlRequest,ServingConfig> getRemoveControlMethod()
-
newStub
public static ServingConfigServiceGrpc.ServingConfigServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ServingConfigServiceGrpc.ServingConfigServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ServingConfigServiceGrpc.ServingConfigServiceFutureStub 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(ServingConfigServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-