@@ -537,13 +537,14 @@ message DatabaseInstance {
537537 // Name of the Cloud SQL instance. This does not include the project ID.
538538 string name = 23 ;
539539
540- // The geographical region. Can be:
541- // * `us-central` (`FIRST_GEN` instances only)
542- // * `us-central1` (`SECOND_GEN` instances only)
543- // * `asia-east1` or `europe-west1`.
540+ // The geographical region of the Cloud SQL instance.
544541 //
545- // Defaults to `us-central` or `us-central1` depending on the instance
546- // type. The region cannot be changed after instance creation.
542+ // It can be one of the
543+ // [regions](https://cloud.google.com/sql/docs/mysql/locations#location-r)
544+ // where Cloud SQL operates:
545+ //
546+ // For example, `asia-east1`, `europe-west1`, and `us-central1`.
547+ // The default value is `us-central1`.
547548 string region = 24 ;
548549
549550 // The Compute Engine zone that the instance is currently serving from. This
@@ -1303,6 +1304,13 @@ message IpConfiguration {
13031304 // client certificates.
13041305 // When this value is used, the legacy `require_ssl` flag must be true or
13051306 // cleared to avoid the conflict between values of two flags.
1307+ // PostgreSQL clients or users that connect using IAM database
1308+ // authentication must use either the
1309+ // [Cloud SQL Auth
1310+ // Proxy](https://cloud.google.com/sql/docs/postgres/connect-auth-proxy) or
1311+ // [Cloud SQL
1312+ // Connectors](https://cloud.google.com/sql/docs/postgres/connect-connectors)
1313+ // to enforce client identity verification.
13061314 TRUSTED_CLIENT_CERTIFICATE_REQUIRED = 3 ;
13071315 }
13081316
0 commit comments