Class ServingConfigServiceGrpc.ServingConfigServiceStub (0.58.0)

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.ServingConfigServiceStub

Methods

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
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

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>