public static final class SqlTiersServiceGrpc.SqlTiersServiceBlockingStub extends AbstractBlockingStub<SqlTiersServiceGrpc.SqlTiersServiceBlockingStub>A stub to allow clients to do limited synchronous rpc calls to service SqlTiersService.
Service for providing machine types (tiers) for Cloud SQL instances.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > SqlTiersServiceGrpc.SqlTiersServiceBlockingStubMethods
build(Channel channel, CallOptions callOptions)
protected SqlTiersServiceGrpc.SqlTiersServiceBlockingStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
SqlTiersServiceGrpc.SqlTiersServiceBlockingStub |
|
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 more information, see
https://cloud.google.com/sql/pricing.
| Parameter | |
|---|---|
| Name | Description |
request |
SqlTiersListRequest |
| Returns | |
|---|---|
| Type | Description |
TiersListResponse |
|