Class SqlTiersServiceGrpc.SqlTiersServiceBlockingV2Stub (0.1.0)

public static final class SqlTiersServiceGrpc.SqlTiersServiceBlockingV2Stub extends AbstractBlockingStub<SqlTiersServiceGrpc.SqlTiersServiceBlockingV2Stub>

A stub to allow clients to do synchronous 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.AbstractBlockingStub > SqlTiersServiceGrpc.SqlTiersServiceBlockingV2Stub

Methods

build(Channel channel, CallOptions callOptions)

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

list(SqlTiersListRequest request)

public 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
TiersListResponse
Exceptions
Type Description
io.grpc.StatusException