tier property
The tier (or machine type) for this instance, for example:
db-n1-standard-1
(MySQL instances) or
db-custom-1-3840
(PostgreSQL instances).
For more information, see
Cloud SQL Instance
Settings.
Implementation
@$pb.TagNumber(3)
$core.String get tier => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set tier($core.String v) { $_setString(2, v); }