Class SqlTiersServiceGrpc.SqlTiersServiceFutureStub (0.1.0)

public static final class SqlTiersServiceGrpc.SqlTiersServiceFutureStub extends AbstractFutureStub<SqlTiersServiceGrpc.SqlTiersServiceFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service SqlTiersService.

Service for providing machine types (tiers) for Cloud SQL.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > SqlTiersServiceGrpc.SqlTiersServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions)

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

list(SqlTiersListRequest request)

public ListenableFuture<TiersListResponse> list(SqlTiersListRequest request)

Lists all available machine types (tiers) for Cloud SQL, for example, db-custom-1-3840. For related information, see Pricing.

Parameter
Name Description
request SqlTiersListRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<TiersListResponse>