Class SqlFlagsServiceGrpc.SqlFlagsServiceStub (0.1.0)

public static final class SqlFlagsServiceGrpc.SqlFlagsServiceStub extends AbstractAsyncStub<SqlFlagsServiceGrpc.SqlFlagsServiceStub>

A stub to allow clients to do asynchronous rpc calls to service SqlFlagsService.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > SqlFlagsServiceGrpc.SqlFlagsServiceStub

Methods

build(Channel channel, CallOptions callOptions)

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

list(SqlFlagsListRequest request, StreamObserver<FlagsListResponse> responseObserver)

public void list(SqlFlagsListRequest request, StreamObserver<FlagsListResponse> responseObserver)

Lists all available database flags for Cloud SQL instances.

Parameters
Name Description
request SqlFlagsListRequest
responseObserver io.grpc.stub.StreamObserver<FlagsListResponse>