Class ServingConfigServiceGrpc.ServingConfigServiceBlockingV2Stub (0.58.0)

public static final class ServingConfigServiceGrpc.ServingConfigServiceBlockingV2Stub extends AbstractBlockingStub<ServingConfigServiceGrpc.ServingConfigServiceBlockingV2Stub>

A stub to allow clients to do 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.ServingConfigServiceBlockingV2Stub

Methods

build(Channel channel, CallOptions callOptions)

protected ServingConfigServiceGrpc.ServingConfigServiceBlockingV2Stub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
ServingConfigServiceGrpc.ServingConfigServiceBlockingV2Stub
Overrides
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