@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/retail/v2beta/serving_config_service.proto") public final class ServingConfigServiceGrpc extends Object
Service for modifying ServingConfig.
| Modifier and Type | Class and Description |
|---|---|
static class |
ServingConfigServiceGrpc.ServingConfigServiceBlockingStub
Service for modifying ServingConfig.
|
static class |
ServingConfigServiceGrpc.ServingConfigServiceFutureStub
Service for modifying ServingConfig.
|
static class |
ServingConfigServiceGrpc.ServingConfigServiceImplBase
Service for modifying ServingConfig.
|
static class |
ServingConfigServiceGrpc.ServingConfigServiceStub
Service for modifying ServingConfig.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
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.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateServingConfigRequest,ServingConfig> |
getUpdateServingConfigMethod() |
static ServingConfigServiceGrpc.ServingConfigServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ServingConfigServiceGrpc.ServingConfigServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ServingConfigServiceGrpc.ServingConfigServiceStub |
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<CreateServingConfigRequest,ServingConfig> getCreateServingConfigMethod()
public static io.grpc.MethodDescriptor<DeleteServingConfigRequest,com.google.protobuf.Empty> getDeleteServingConfigMethod()
public static io.grpc.MethodDescriptor<UpdateServingConfigRequest,ServingConfig> getUpdateServingConfigMethod()
public static io.grpc.MethodDescriptor<GetServingConfigRequest,ServingConfig> getGetServingConfigMethod()
public static io.grpc.MethodDescriptor<ListServingConfigsRequest,ListServingConfigsResponse> getListServingConfigsMethod()
public static io.grpc.MethodDescriptor<AddControlRequest,ServingConfig> getAddControlMethod()
public static io.grpc.MethodDescriptor<RemoveControlRequest,ServingConfig> getRemoveControlMethod()
public static ServingConfigServiceGrpc.ServingConfigServiceStub newStub(io.grpc.Channel channel)
public static ServingConfigServiceGrpc.ServingConfigServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ServingConfigServiceGrpc.ServingConfigServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.