Skip to content

Commit b1e17fa

Browse files
feat(sqladmin): update the api
#### sqladmin:v1 The following keys were added: - schemas.PasswordValidationPolicy.properties.disallowCompromisedCredentials.deprecated (Total Keys: 1) #### sqladmin:v1beta4 The following keys were added: - schemas.PasswordValidationPolicy.properties.disallowCompromisedCredentials.deprecated (Total Keys: 1)
1 parent 57b6246 commit b1e17fa

File tree

4 files changed

+42
-32
lines changed

4 files changed

+42
-32
lines changed

docs/dyn/sqladmin_v1.instances.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ <h3>Method Details</h3>
11371137
&quot;primaryDnsName&quot;: &quot;A String&quot;, # Output only. DEPRECATED: please use write_endpoint instead.
11381138
&quot;project&quot;: &quot;A String&quot;, # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
11391139
&quot;pscServiceAttachmentLink&quot;: &quot;A String&quot;, # Output only. The link to service attachment of PSC instance.
1140-
&quot;region&quot;: &quot;A String&quot;, # The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) * `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`. Defaults to `us-central` or `us-central1` depending on the instance type. The region cannot be changed after instance creation.
1140+
&quot;region&quot;: &quot;A String&quot;, # The geographical region of the Cloud SQL instance. It can be one of the [regions](https://cloud.google.com/sql/docs/mysql/locations#location-r) where Cloud SQL operates: For example, `asia-east1`, `europe-west1`, and `us-central1`. The default value is `us-central1`.
11411141
&quot;replicaConfiguration&quot;: { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
11421142
&quot;cascadableReplica&quot;: True or False, # Optional. Specifies if a SQL Server replica is a cascadable replica. A cascadable replica is a SQL Server cross region replica that supports replica(s) under it.
11431143
&quot;failoverTarget&quot;: True or False, # Specifies if the replica is the failover target. If the field is set to `true`, the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
@@ -1276,7 +1276,7 @@ <h3>Method Details</h3>
12761276
},
12771277
&quot;passwordValidationPolicy&quot;: { # Database instance local user password validation policy # The local user password validation policy of the instance.
12781278
&quot;complexity&quot;: &quot;A String&quot;, # The complexity of the password.
1279-
&quot;disallowCompromisedCredentials&quot;: True or False, # Disallow credentials that have been previously compromised by a public data breach.
1279+
&quot;disallowCompromisedCredentials&quot;: True or False, # This field is deprecated and will be removed in a future version of the API.
12801280
&quot;disallowUsernameSubstring&quot;: True or False, # Disallow username as a part of the password.
12811281
&quot;enablePasswordPolicy&quot;: True or False, # Whether the password policy is enabled or not.
12821282
&quot;minLength&quot;: 42, # Minimum number of characters allowed.
@@ -1529,7 +1529,7 @@ <h3>Method Details</h3>
15291529
&quot;primaryDnsName&quot;: &quot;A String&quot;, # Output only. DEPRECATED: please use write_endpoint instead.
15301530
&quot;project&quot;: &quot;A String&quot;, # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
15311531
&quot;pscServiceAttachmentLink&quot;: &quot;A String&quot;, # Output only. The link to service attachment of PSC instance.
1532-
&quot;region&quot;: &quot;A String&quot;, # The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) * `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`. Defaults to `us-central` or `us-central1` depending on the instance type. The region cannot be changed after instance creation.
1532+
&quot;region&quot;: &quot;A String&quot;, # The geographical region of the Cloud SQL instance. It can be one of the [regions](https://cloud.google.com/sql/docs/mysql/locations#location-r) where Cloud SQL operates: For example, `asia-east1`, `europe-west1`, and `us-central1`. The default value is `us-central1`.
15331533
&quot;replicaConfiguration&quot;: { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
15341534
&quot;cascadableReplica&quot;: True or False, # Optional. Specifies if a SQL Server replica is a cascadable replica. A cascadable replica is a SQL Server cross region replica that supports replica(s) under it.
15351535
&quot;failoverTarget&quot;: True or False, # Specifies if the replica is the failover target. If the field is set to `true`, the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
@@ -1668,7 +1668,7 @@ <h3>Method Details</h3>
16681668
},
16691669
&quot;passwordValidationPolicy&quot;: { # Database instance local user password validation policy # The local user password validation policy of the instance.
16701670
&quot;complexity&quot;: &quot;A String&quot;, # The complexity of the password.
1671-
&quot;disallowCompromisedCredentials&quot;: True or False, # Disallow credentials that have been previously compromised by a public data breach.
1671+
&quot;disallowCompromisedCredentials&quot;: True or False, # This field is deprecated and will be removed in a future version of the API.
16721672
&quot;disallowUsernameSubstring&quot;: True or False, # Disallow username as a part of the password.
16731673
&quot;enablePasswordPolicy&quot;: True or False, # Whether the password policy is enabled or not.
16741674
&quot;minLength&quot;: 42, # Minimum number of characters allowed.
@@ -1887,7 +1887,7 @@ <h3>Method Details</h3>
18871887
&quot;primaryDnsName&quot;: &quot;A String&quot;, # Output only. DEPRECATED: please use write_endpoint instead.
18881888
&quot;project&quot;: &quot;A String&quot;, # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
18891889
&quot;pscServiceAttachmentLink&quot;: &quot;A String&quot;, # Output only. The link to service attachment of PSC instance.
1890-
&quot;region&quot;: &quot;A String&quot;, # The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) * `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`. Defaults to `us-central` or `us-central1` depending on the instance type. The region cannot be changed after instance creation.
1890+
&quot;region&quot;: &quot;A String&quot;, # The geographical region of the Cloud SQL instance. It can be one of the [regions](https://cloud.google.com/sql/docs/mysql/locations#location-r) where Cloud SQL operates: For example, `asia-east1`, `europe-west1`, and `us-central1`. The default value is `us-central1`.
18911891
&quot;replicaConfiguration&quot;: { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
18921892
&quot;cascadableReplica&quot;: True or False, # Optional. Specifies if a SQL Server replica is a cascadable replica. A cascadable replica is a SQL Server cross region replica that supports replica(s) under it.
18931893
&quot;failoverTarget&quot;: True or False, # Specifies if the replica is the failover target. If the field is set to `true`, the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
@@ -2026,7 +2026,7 @@ <h3>Method Details</h3>
20262026
},
20272027
&quot;passwordValidationPolicy&quot;: { # Database instance local user password validation policy # The local user password validation policy of the instance.
20282028
&quot;complexity&quot;: &quot;A String&quot;, # The complexity of the password.
2029-
&quot;disallowCompromisedCredentials&quot;: True or False, # Disallow credentials that have been previously compromised by a public data breach.
2029+
&quot;disallowCompromisedCredentials&quot;: True or False, # This field is deprecated and will be removed in a future version of the API.
20302030
&quot;disallowUsernameSubstring&quot;: True or False, # Disallow username as a part of the password.
20312031
&quot;enablePasswordPolicy&quot;: True or False, # Whether the password policy is enabled or not.
20322032
&quot;minLength&quot;: 42, # Minimum number of characters allowed.
@@ -2189,7 +2189,7 @@ <h3>Method Details</h3>
21892189
&quot;primaryDnsName&quot;: &quot;A String&quot;, # Output only. DEPRECATED: please use write_endpoint instead.
21902190
&quot;project&quot;: &quot;A String&quot;, # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
21912191
&quot;pscServiceAttachmentLink&quot;: &quot;A String&quot;, # Output only. The link to service attachment of PSC instance.
2192-
&quot;region&quot;: &quot;A String&quot;, # The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) * `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`. Defaults to `us-central` or `us-central1` depending on the instance type. The region cannot be changed after instance creation.
2192+
&quot;region&quot;: &quot;A String&quot;, # The geographical region of the Cloud SQL instance. It can be one of the [regions](https://cloud.google.com/sql/docs/mysql/locations#location-r) where Cloud SQL operates: For example, `asia-east1`, `europe-west1`, and `us-central1`. The default value is `us-central1`.
21932193
&quot;replicaConfiguration&quot;: { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
21942194
&quot;cascadableReplica&quot;: True or False, # Optional. Specifies if a SQL Server replica is a cascadable replica. A cascadable replica is a SQL Server cross region replica that supports replica(s) under it.
21952195
&quot;failoverTarget&quot;: True or False, # Specifies if the replica is the failover target. If the field is set to `true`, the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
@@ -2328,7 +2328,7 @@ <h3>Method Details</h3>
23282328
},
23292329
&quot;passwordValidationPolicy&quot;: { # Database instance local user password validation policy # The local user password validation policy of the instance.
23302330
&quot;complexity&quot;: &quot;A String&quot;, # The complexity of the password.
2331-
&quot;disallowCompromisedCredentials&quot;: True or False, # Disallow credentials that have been previously compromised by a public data breach.
2331+
&quot;disallowCompromisedCredentials&quot;: True or False, # This field is deprecated and will be removed in a future version of the API.
23322332
&quot;disallowUsernameSubstring&quot;: True or False, # Disallow username as a part of the password.
23332333
&quot;enablePasswordPolicy&quot;: True or False, # Whether the password policy is enabled or not.
23342334
&quot;minLength&quot;: 42, # Minimum number of characters allowed.
@@ -3722,7 +3722,7 @@ <h3>Method Details</h3>
37223722
&quot;primaryDnsName&quot;: &quot;A String&quot;, # Output only. DEPRECATED: please use write_endpoint instead.
37233723
&quot;project&quot;: &quot;A String&quot;, # The project ID of the project containing the Cloud SQL instance. The Google apps domain is prefixed if applicable.
37243724
&quot;pscServiceAttachmentLink&quot;: &quot;A String&quot;, # Output only. The link to service attachment of PSC instance.
3725-
&quot;region&quot;: &quot;A String&quot;, # The geographical region. Can be: * `us-central` (`FIRST_GEN` instances only) * `us-central1` (`SECOND_GEN` instances only) * `asia-east1` or `europe-west1`. Defaults to `us-central` or `us-central1` depending on the instance type. The region cannot be changed after instance creation.
3725+
&quot;region&quot;: &quot;A String&quot;, # The geographical region of the Cloud SQL instance. It can be one of the [regions](https://cloud.google.com/sql/docs/mysql/locations#location-r) where Cloud SQL operates: For example, `asia-east1`, `europe-west1`, and `us-central1`. The default value is `us-central1`.
37263726
&quot;replicaConfiguration&quot;: { # Read-replica configuration for connecting to the primary instance. # Configuration specific to failover replicas and read replicas.
37273727
&quot;cascadableReplica&quot;: True or False, # Optional. Specifies if a SQL Server replica is a cascadable replica. A cascadable replica is a SQL Server cross region replica that supports replica(s) under it.
37283728
&quot;failoverTarget&quot;: True or False, # Specifies if the replica is the failover target. If the field is set to `true`, the replica will be designated as a failover replica. In case the primary instance fails, the replica instance will be promoted as the new primary instance. Only one replica can be specified as failover target, and the replica has to be in different zone with the primary instance.
@@ -3861,7 +3861,7 @@ <h3>Method Details</h3>
38613861
},
38623862
&quot;passwordValidationPolicy&quot;: { # Database instance local user password validation policy # The local user password validation policy of the instance.
38633863
&quot;complexity&quot;: &quot;A String&quot;, # The complexity of the password.
3864-
&quot;disallowCompromisedCredentials&quot;: True or False, # Disallow credentials that have been previously compromised by a public data breach.
3864+
&quot;disallowCompromisedCredentials&quot;: True or False, # This field is deprecated and will be removed in a future version of the API.
38653865
&quot;disallowUsernameSubstring&quot;: True or False, # Disallow username as a part of the password.
38663866
&quot;enablePasswordPolicy&quot;: True or False, # Whether the password policy is enabled or not.
38673867
&quot;minLength&quot;: 42, # Minimum number of characters allowed.

0 commit comments

Comments
 (0)