Class SqlOperationsServiceGrpc.SqlOperationsServiceBlockingStub (0.1.0)

public static final class SqlOperationsServiceGrpc.SqlOperationsServiceBlockingStub extends AbstractBlockingStub<SqlOperationsServiceGrpc.SqlOperationsServiceBlockingStub>

A stub to allow clients to do limited synchronous rpc calls to service SqlOperationsService.

Service to fetch operations for database instances.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > SqlOperationsServiceGrpc.SqlOperationsServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected SqlOperationsServiceGrpc.SqlOperationsServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
SqlOperationsServiceGrpc.SqlOperationsServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

cancel(SqlOperationsCancelRequest request)

public Empty cancel(SqlOperationsCancelRequest request)

Cancels an instance operation that has been performed on an instance.

Parameter
Name Description
request SqlOperationsCancelRequest
Returns
Type Description
Empty

get(SqlOperationsGetRequest request)

public Operation get(SqlOperationsGetRequest request)

Retrieves an instance operation that has been performed on an instance.

Parameter
Name Description
request SqlOperationsGetRequest
Returns
Type Description
Operation

list(SqlOperationsListRequest request)

public OperationsListResponse list(SqlOperationsListRequest request)

Lists all instance operations that have been performed on the given Cloud SQL instance in the reverse chronological order of the start time.

Parameter
Name Description
request SqlOperationsListRequest
Returns
Type Description
OperationsListResponse