public static final class SqlFlagsServiceGrpc.SqlFlagsServiceFutureStub extends AbstractFutureStub<SqlFlagsServiceGrpc.SqlFlagsServiceFutureStub>A stub to allow clients to do ListenableFuture-style rpc calls to service SqlFlagsService.
Service to manage database flags for Cloud SQL instances.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > SqlFlagsServiceGrpc.SqlFlagsServiceFutureStubMethods
build(Channel channel, CallOptions callOptions)
protected SqlFlagsServiceGrpc.SqlFlagsServiceFutureStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
SqlFlagsServiceGrpc.SqlFlagsServiceFutureStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
list(SqlFlagsListRequest request)
public ListenableFuture<FlagsListResponse> list(SqlFlagsListRequest request)Lists all available database flags for Cloud SQL instances.
| Parameter | |
|---|---|
| Name | Description |
request |
SqlFlagsListRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<FlagsListResponse> |
|