public static final class ServingConfigServiceGrpc.ServingConfigServiceBlockingStub extends AbstractBlockingStub<ServingConfigServiceGrpc.ServingConfigServiceBlockingStub>A stub to allow clients to do limited synchronous rpc calls to service ServingConfigService.
Service for operations related to ServingConfig.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > ServingConfigServiceGrpc.ServingConfigServiceBlockingStubMethods
build(Channel channel, CallOptions callOptions)
protected ServingConfigServiceGrpc.ServingConfigServiceBlockingStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
ServingConfigServiceGrpc.ServingConfigServiceBlockingStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
updateServingConfig(UpdateServingConfigRequest request)
public ServingConfig updateServingConfig(UpdateServingConfigRequest request)Updates a ServingConfig. Returns a NOT_FOUND error if the ServingConfig does not exist.
| Parameter | |
|---|---|
| Name | Description |
request |
UpdateServingConfigRequest |
| Returns | |
|---|---|
| Type | Description |
ServingConfig |
|