public static final class ServingConfigServiceGrpc.ServingConfigServiceStub extends AbstractAsyncStub<ServingConfigServiceGrpc.ServingConfigServiceStub>A stub to allow clients to do asynchronous rpc calls to service ServingConfigService.
Service for operations related to [ServingConfig][].
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > ServingConfigServiceGrpc.ServingConfigServiceStubMethods
build(Channel channel, CallOptions callOptions)
protected ServingConfigServiceGrpc.ServingConfigServiceStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
ServingConfigServiceGrpc.ServingConfigServiceStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
getServingConfig(GetServingConfigRequest request, StreamObserver<ServingConfig> responseObserver)
public void getServingConfig(GetServingConfigRequest request, StreamObserver<ServingConfig> responseObserver)Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not exist.
| Parameters | |
|---|---|
| Name | Description |
request |
GetServingConfigRequest |
responseObserver |
io.grpc.stub.StreamObserver<ServingConfig> |
listServingConfigs(ListServingConfigsRequest request, StreamObserver<ListServingConfigsResponse> responseObserver)
public void listServingConfigs(ListServingConfigsRequest request, StreamObserver<ListServingConfigsResponse> responseObserver)Lists all ServingConfigs linked to this dataStore.
| Parameters | |
|---|---|
| Name | Description |
request |
ListServingConfigsRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListServingConfigsResponse> |
updateServingConfig(UpdateServingConfigRequest request, StreamObserver<ServingConfig> responseObserver)
public void updateServingConfig(UpdateServingConfigRequest request, StreamObserver<ServingConfig> responseObserver)Updates a ServingConfig. Returns a NOT_FOUND error if the ServingConfig does not exist.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateServingConfigRequest |
responseObserver |
io.grpc.stub.StreamObserver<ServingConfig> |