target.apidocs.com.google.api.services.sql.SQLAdmin.Tiers.html Maven / Gradle / Ivy
SQLAdmin.Tiers (Cloud SQL Admin API v1beta4-rev20201026-1.30.10)
com.google.api.services.sql
Class SQLAdmin.Tiers
- java.lang.Object
-
- com.google.api.services.sql.SQLAdmin.Tiers
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
SQLAdmin.Tiers.List
-
Constructor Summary
Constructors
Constructor and Description
Tiers()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
SQLAdmin.Tiers.List
list(String project)
Lists all available machine types (tiers) for Cloud SQL, for example, db-n1-standard-1.
-
-
Method Detail
-
list
public SQLAdmin.Tiers.List list(String project)
throws IOException
Lists all available machine types (tiers) for Cloud SQL, for example, db-n1-standard-1. For
related information, see Pricing.
Create a request for the method "tiers.list".
This request holds the parameters needed by the sql server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
project
- Project ID of the project for which to list tiers.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2020 Google. All rights reserved.