Skip to main content

tiers

Creates, updates, deletes, gets or lists a tiers resource.

Overview

Nametiers
TypeResource
Idgoogle.sqladmin.tiers

Fields

The following fields are returned by SELECT queries:

Successful response

NameDatatypeDescription
itemsarrayList of tiers.
kindstringThis is always sql#tiersList.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectprojectLists all available machine types (tiers) for Cloud SQL, for example, db-custom-1-3840. For more information, see https://cloud.google.com/sql/pricing.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
projectstring

SELECT examples

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.

SELECT
items,
kind
FROM google.sqladmin.tiers
WHERE project = '{{ project }}' -- required;