Skip to content

Commit 5f8a02d

Browse files
Google APIscopybara-github
authored andcommitted
docs: update a few doc comments
PiperOrigin-RevId: 611608182
1 parent 727e667 commit 5f8a02d

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

google/cloud/sql/v1/cloud_sql_instances.proto

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,13 +1115,14 @@ message DatabaseInstance {
11151115
// Name of the Cloud SQL instance. This does not include the project ID.
11161116
string name = 23;
11171117

1118-
// The geographical region. Can be:
1119-
// * `us-central` (`FIRST_GEN` instances only)
1120-
// * `us-central1` (`SECOND_GEN` instances only)
1121-
// * `asia-east1` or `europe-west1`.
1118+
// The geographical region of the Cloud SQL instance.
11221119
//
1123-
// Defaults to `us-central` or `us-central1` depending on the instance
1124-
// type. The region cannot be changed after instance creation.
1120+
// It can be one of the
1121+
// [regions](https://cloud.google.com/sql/docs/mysql/locations#location-r)
1122+
// where Cloud SQL operates:
1123+
//
1124+
// For example, `asia-east1`, `europe-west1`, and `us-central1`.
1125+
// The default value is `us-central1`.
11251126
string region = 24;
11261127

11271128
// The Compute Engine zone that the instance is currently serving from. This

google/cloud/sql/v1/cloud_sql_resources.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,13 @@ message IpConfiguration {
540540
// client certificates.
541541
// When this value is used, the legacy `require_ssl` flag must be true or
542542
// cleared to avoid the conflict between values of two flags.
543+
// PostgreSQL clients or users that connect using IAM database
544+
// authentication must use either the
545+
// [Cloud SQL Auth
546+
// Proxy](https://cloud.google.com/sql/docs/postgres/connect-auth-proxy) or
547+
// [Cloud SQL
548+
// Connectors](https://cloud.google.com/sql/docs/postgres/connect-connectors)
549+
// to enforce client identity verification.
543550
TRUSTED_CLIENT_CERTIFICATE_REQUIRED = 3;
544551
}
545552

0 commit comments

Comments
 (0)