target.apidocs.com.google.api.services.sqladmin.SQLAdmin.Tiers.html Maven / Gradle / Ivy
The newest version!
SQLAdmin.Tiers (Cloud SQL Admin API v1-rev20241108-2.0.0)
com.google.api.services.sqladmin
Class SQLAdmin.Tiers
- java.lang.Object
-
- com.google.api.services.sqladmin.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-custom-1-3840`.
-
-
Method Detail
-
list
public SQLAdmin.Tiers.List list(String project)
throws IOException
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.
Create a request for the method "tiers.list".
This request holds the parameters needed by the sqladmin 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–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy