Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d75b8e4

Browse files
committedMar 4, 2025
feat(alloydb): update the api
#### alloydb:v1 The following keys were added: - resources.projects.resources.locations.resources.clusters.methods.restoreFromCloudSQL (Total Keys: 12) - resources.projects.resources.locations.resources.supportedDatabaseFlags.methods.list.parameters.scope (Total Keys: 2) - schemas.OperationMetadata.properties.upgradeClusterStatus (Total Keys: 2) - schemas.PscAutoConnectionConfig (Total Keys: 10) - schemas.PscInstanceConfig.properties.pscAutoConnections (Total Keys: 2) - schemas.ReadPoolInstancesUpgradeStageStatus (Total Keys: 3) - schemas.RestoreFromCloudSQLRequest (Total Keys: 5) - schemas.StageStatus (Total Keys: 5) - schemas.Stats (Total Keys: 10) - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.properties.gcbdrConfiguration.$ref (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration (Total Keys: 3) - schemas.SupportedDatabaseFlag.properties.recommendedIntegerValue (Total Keys: 2) - schemas.SupportedDatabaseFlag.properties.recommendedStringValue.type (Total Keys: 1) - schemas.SupportedDatabaseFlag.properties.scope.type (Total Keys: 1) - schemas.UpgradeClusterStatus (Total Keys: 8) #### alloydb:v1alpha The following keys were added: - resources.projects.resources.locations.resources.supportedDatabaseFlags.methods.list.parameters.scope (Total Keys: 2) - schemas.OperationMetadata.properties.upgradeClusterStatus (Total Keys: 2) - schemas.PscAutoConnectionConfig (Total Keys: 10) - schemas.PscInstanceConfig.properties.pscAutoConnections (Total Keys: 2) - schemas.ReadPoolInstancesUpgradeStageStatus (Total Keys: 3) - schemas.StageStatus (Total Keys: 5) - schemas.Stats (Total Keys: 10) - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.properties.gcbdrConfiguration.$ref (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration (Total Keys: 3) - schemas.SupportedDatabaseFlag.properties.recommendedIntegerValue (Total Keys: 2) - schemas.SupportedDatabaseFlag.properties.recommendedStringValue.type (Total Keys: 1) - schemas.SupportedDatabaseFlag.properties.scope.type (Total Keys: 1) - schemas.UpgradeClusterStatus (Total Keys: 8) #### alloydb:v1beta The following keys were added: - resources.projects.resources.locations.resources.supportedDatabaseFlags.methods.list.parameters.scope (Total Keys: 2) - schemas.OperationMetadata.properties.upgradeClusterStatus (Total Keys: 2) - schemas.PscAutoConnectionConfig (Total Keys: 10) - schemas.PscInstanceConfig.properties.pscAutoConnections (Total Keys: 2) - schemas.ReadPoolInstancesUpgradeStageStatus (Total Keys: 3) - schemas.StageStatus (Total Keys: 5) - schemas.Stats (Total Keys: 10) - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.properties.gcbdrConfiguration.$ref (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration (Total Keys: 3) - schemas.SupportedDatabaseFlag.properties.recommendedIntegerValue (Total Keys: 2) - schemas.SupportedDatabaseFlag.properties.recommendedStringValue.type (Total Keys: 1) - schemas.SupportedDatabaseFlag.properties.scope.type (Total Keys: 1) - schemas.UpgradeClusterStatus (Total Keys: 8)
1 parent 7c6b2cc commit d75b8e4

12 files changed

+1353
-83
lines changed
 

‎docs/dyn/alloydb_v1.projects.locations.clusters.html

+200-6
Large diffs are not rendered by default.

‎docs/dyn/alloydb_v1.projects.locations.clusters.instances.html

+55-10
Large diffs are not rendered by default.

‎docs/dyn/alloydb_v1.projects.locations.supportedDatabaseFlags.html

+10-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
81-
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
81+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, scope=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Lists SupportedDatabaseFlags for a given project and location.</p>
8383
<p class="toc_element">
8484
<code><a href="#list_next">list_next()</a></code></p>
@@ -90,13 +90,18 @@ <h3>Method Details</h3>
9090
</div>
9191

9292
<div class="method">
93-
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
93+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, scope=None, x__xgafv=None)</code>
9494
<pre>Lists SupportedDatabaseFlags for a given project and location.
9595

9696
Args:
9797
parent: string, Required. The name of the parent resource. The required format is: * projects/{project}/locations/{location} Regardless of the parent specified here, as long it is contains a valid project and location, the service will return a static list of supported flags resources. Note that we do not yet support region-specific flags. (required)
9898
pageSize: integer, Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
9999
pageToken: string, A token identifying a page of results the server should return.
100+
scope: string, Optional. The scope for which supported flags are requested. If not specified, default is DATABASE.
101+
Allowed values
102+
SCOPE_UNSPECIFIED - The scope of the flag is not specified. Default is DATABASE.
103+
DATABASE - The flag is a database flag.
104+
CONNECTION_POOL - The flag is a connection pool flag.
100105
x__xgafv: string, V1 error format.
101106
Allowed values
102107
1 - v1 error format
@@ -116,7 +121,10 @@ <h3>Method Details</h3>
116121
&quot;minValue&quot;: &quot;A String&quot;, # The minimum value that can be specified, if applicable.
117122
},
118123
&quot;name&quot;: &quot;A String&quot;, # The name of the flag resource, following Google Cloud conventions, e.g.: * projects/{project}/locations/{location}/flags/{flag} This field currently has no semantic meaning.
124+
&quot;recommendedIntegerValue&quot;: &quot;A String&quot;, # The recommended value for an INTEGER flag.
125+
&quot;recommendedStringValue&quot;: &quot;A String&quot;, # The recommended value for a STRING flag.
119126
&quot;requiresDbRestart&quot;: True or False, # Whether setting or updating this flag on an Instance requires a database restart. If a flag that requires database restart is set, the backend will automatically restart the database (making sure to satisfy any availability SLO&#x27;s).
127+
&quot;scope&quot;: &quot;A String&quot;, # The scope of the flag.
120128
&quot;stringRestrictions&quot;: { # Restrictions on STRING type values # Restriction on STRING type value.
121129
&quot;allowedValues&quot;: [ # The list of allowed values, if bounded. This field will be empty if there is a unbounded number of allowed values.
122130
&quot;A String&quot;,

‎docs/dyn/alloydb_v1alpha.projects.locations.clusters.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ <h3>Method Details</h3>
190190
&quot;clusterType&quot;: &quot;A String&quot;, # Output only. The type of the cluster. This is an output-only field and it&#x27;s populated at the Cluster creation time or the Cluster promotion time. The cluster type is determined by which RPC was used to create the cluster (i.e. `CreateCluster` vs. `CreateSecondaryCluster`
191191
&quot;continuousBackupConfig&quot;: { # ContinuousBackupConfig describes the continuous backups recovery configurations of a cluster. # Optional. Continuous backup configuration for this cluster.
192192
&quot;enabled&quot;: True or False, # Whether ContinuousBackup is enabled.
193-
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
193+
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will use the cluster&#x27;s encryption config.
194194
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
195195
},
196196
&quot;recoveryWindowDays&quot;: 42, # The number of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window. If not set, defaults to 14 days.
@@ -380,7 +380,7 @@ <h3>Method Details</h3>
380380
&quot;clusterType&quot;: &quot;A String&quot;, # Output only. The type of the cluster. This is an output-only field and it&#x27;s populated at the Cluster creation time or the Cluster promotion time. The cluster type is determined by which RPC was used to create the cluster (i.e. `CreateCluster` vs. `CreateSecondaryCluster`
381381
&quot;continuousBackupConfig&quot;: { # ContinuousBackupConfig describes the continuous backups recovery configurations of a cluster. # Optional. Continuous backup configuration for this cluster.
382382
&quot;enabled&quot;: True or False, # Whether ContinuousBackup is enabled.
383-
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
383+
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will use the cluster&#x27;s encryption config.
384384
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
385385
},
386386
&quot;recoveryWindowDays&quot;: 42, # The number of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window. If not set, defaults to 14 days.
@@ -678,7 +678,7 @@ <h3>Method Details</h3>
678678
&quot;clusterType&quot;: &quot;A String&quot;, # Output only. The type of the cluster. This is an output-only field and it&#x27;s populated at the Cluster creation time or the Cluster promotion time. The cluster type is determined by which RPC was used to create the cluster (i.e. `CreateCluster` vs. `CreateSecondaryCluster`
679679
&quot;continuousBackupConfig&quot;: { # ContinuousBackupConfig describes the continuous backups recovery configurations of a cluster. # Optional. Continuous backup configuration for this cluster.
680680
&quot;enabled&quot;: True or False, # Whether ContinuousBackup is enabled.
681-
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
681+
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will use the cluster&#x27;s encryption config.
682682
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
683683
},
684684
&quot;recoveryWindowDays&quot;: 42, # The number of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window. If not set, defaults to 14 days.
@@ -903,7 +903,7 @@ <h3>Method Details</h3>
903903
&quot;clusterType&quot;: &quot;A String&quot;, # Output only. The type of the cluster. This is an output-only field and it&#x27;s populated at the Cluster creation time or the Cluster promotion time. The cluster type is determined by which RPC was used to create the cluster (i.e. `CreateCluster` vs. `CreateSecondaryCluster`
904904
&quot;continuousBackupConfig&quot;: { # ContinuousBackupConfig describes the continuous backups recovery configurations of a cluster. # Optional. Continuous backup configuration for this cluster.
905905
&quot;enabled&quot;: True or False, # Whether ContinuousBackup is enabled.
906-
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
906+
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will use the cluster&#x27;s encryption config.
907907
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
908908
},
909909
&quot;recoveryWindowDays&quot;: 42, # The number of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window. If not set, defaults to 14 days.
@@ -1082,7 +1082,7 @@ <h3>Method Details</h3>
10821082
&quot;clusterType&quot;: &quot;A String&quot;, # Output only. The type of the cluster. This is an output-only field and it&#x27;s populated at the Cluster creation time or the Cluster promotion time. The cluster type is determined by which RPC was used to create the cluster (i.e. `CreateCluster` vs. `CreateSecondaryCluster`
10831083
&quot;continuousBackupConfig&quot;: { # ContinuousBackupConfig describes the continuous backups recovery configurations of a cluster. # Optional. Continuous backup configuration for this cluster.
10841084
&quot;enabled&quot;: True or False, # Whether ContinuousBackup is enabled.
1085-
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
1085+
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will use the cluster&#x27;s encryption config.
10861086
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
10871087
},
10881088
&quot;recoveryWindowDays&quot;: 42, # The number of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window. If not set, defaults to 14 days.
@@ -1322,7 +1322,7 @@ <h3>Method Details</h3>
13221322
&quot;clusterType&quot;: &quot;A String&quot;, # Output only. The type of the cluster. This is an output-only field and it&#x27;s populated at the Cluster creation time or the Cluster promotion time. The cluster type is determined by which RPC was used to create the cluster (i.e. `CreateCluster` vs. `CreateSecondaryCluster`
13231323
&quot;continuousBackupConfig&quot;: { # ContinuousBackupConfig describes the continuous backups recovery configurations of a cluster. # Optional. Continuous backup configuration for this cluster.
13241324
&quot;enabled&quot;: True or False, # Whether ContinuousBackup is enabled.
1325-
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
1325+
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will use the cluster&#x27;s encryption config.
13261326
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
13271327
},
13281328
&quot;recoveryWindowDays&quot;: 42, # The number of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window. If not set, defaults to 14 days.
@@ -1523,7 +1523,7 @@ <h3>Method Details</h3>
15231523
&quot;clusterType&quot;: &quot;A String&quot;, # Output only. The type of the cluster. This is an output-only field and it&#x27;s populated at the Cluster creation time or the Cluster promotion time. The cluster type is determined by which RPC was used to create the cluster (i.e. `CreateCluster` vs. `CreateSecondaryCluster`
15241524
&quot;continuousBackupConfig&quot;: { # ContinuousBackupConfig describes the continuous backups recovery configurations of a cluster. # Optional. Continuous backup configuration for this cluster.
15251525
&quot;enabled&quot;: True or False, # Whether ContinuousBackup is enabled.
1526-
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
1526+
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will use the cluster&#x27;s encryption config.
15271527
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
15281528
},
15291529
&quot;recoveryWindowDays&quot;: 42, # The number of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window. If not set, defaults to 14 days.

‎docs/dyn/alloydb_v1alpha.projects.locations.clusters.instances.html

+55-10
Large diffs are not rendered by default.

‎docs/dyn/alloydb_v1alpha.projects.locations.supportedDatabaseFlags.html

+10-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
81-
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
81+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, scope=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Lists SupportedDatabaseFlags for a given project and location.</p>
8383
<p class="toc_element">
8484
<code><a href="#list_next">list_next()</a></code></p>
@@ -90,13 +90,18 @@ <h3>Method Details</h3>
9090
</div>
9191

9292
<div class="method">
93-
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
93+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, scope=None, x__xgafv=None)</code>
9494
<pre>Lists SupportedDatabaseFlags for a given project and location.
9595

9696
Args:
9797
parent: string, Required. The name of the parent resource. The required format is: * projects/{project}/locations/{location} Regardless of the parent specified here, as long it is contains a valid project and location, the service will return a static list of supported flags resources. Note that we do not yet support region-specific flags. (required)
9898
pageSize: integer, Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
9999
pageToken: string, A token identifying a page of results the server should return.
100+
scope: string, Optional. The scope for which supported flags are requested. If not specified, default is DATABASE.
101+
Allowed values
102+
SCOPE_UNSPECIFIED - The scope of the flag is not specified. Default is DATABASE.
103+
DATABASE - The flag is a database flag.
104+
CONNECTION_POOL - The flag is a connection pool flag.
100105
x__xgafv: string, V1 error format.
101106
Allowed values
102107
1 - v1 error format
@@ -116,7 +121,10 @@ <h3>Method Details</h3>
116121
&quot;minValue&quot;: &quot;A String&quot;, # The minimum value that can be specified, if applicable.
117122
},
118123
&quot;name&quot;: &quot;A String&quot;, # The name of the flag resource, following Google Cloud conventions, e.g.: * projects/{project}/locations/{location}/flags/{flag} This field currently has no semantic meaning.
124+
&quot;recommendedIntegerValue&quot;: &quot;A String&quot;, # The recommended value for an INTEGER flag.
125+
&quot;recommendedStringValue&quot;: &quot;A String&quot;, # The recommended value for a STRING flag.
119126
&quot;requiresDbRestart&quot;: True or False, # Whether setting or updating this flag on an Instance requires a database restart. If a flag that requires database restart is set, the backend will automatically restart the database (making sure to satisfy any availability SLO&#x27;s).
127+
&quot;scope&quot;: &quot;A String&quot;, # The scope of the flag.
120128
&quot;stringRestrictions&quot;: { # Restrictions on STRING type values # Restriction on STRING type value.
121129
&quot;allowedValues&quot;: [ # The list of allowed values, if bounded. This field will be empty if there is a unbounded number of allowed values.
122130
&quot;A String&quot;,

‎docs/dyn/alloydb_v1beta.projects.locations.clusters.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ <h3>Method Details</h3>
190190
&quot;clusterType&quot;: &quot;A String&quot;, # Output only. The type of the cluster. This is an output-only field and it&#x27;s populated at the Cluster creation time or the Cluster promotion time. The cluster type is determined by which RPC was used to create the cluster (i.e. `CreateCluster` vs. `CreateSecondaryCluster`
191191
&quot;continuousBackupConfig&quot;: { # ContinuousBackupConfig describes the continuous backups recovery configurations of a cluster. # Optional. Continuous backup configuration for this cluster.
192192
&quot;enabled&quot;: True or False, # Whether ContinuousBackup is enabled.
193-
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
193+
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will use the cluster&#x27;s encryption config.
194194
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
195195
},
196196
&quot;recoveryWindowDays&quot;: 42, # The number of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window. If not set, defaults to 14 days.
@@ -379,7 +379,7 @@ <h3>Method Details</h3>
379379
&quot;clusterType&quot;: &quot;A String&quot;, # Output only. The type of the cluster. This is an output-only field and it&#x27;s populated at the Cluster creation time or the Cluster promotion time. The cluster type is determined by which RPC was used to create the cluster (i.e. `CreateCluster` vs. `CreateSecondaryCluster`
380380
&quot;continuousBackupConfig&quot;: { # ContinuousBackupConfig describes the continuous backups recovery configurations of a cluster. # Optional. Continuous backup configuration for this cluster.
381381
&quot;enabled&quot;: True or False, # Whether ContinuousBackup is enabled.
382-
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
382+
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will use the cluster&#x27;s encryption config.
383383
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
384384
},
385385
&quot;recoveryWindowDays&quot;: 42, # The number of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window. If not set, defaults to 14 days.
@@ -676,7 +676,7 @@ <h3>Method Details</h3>
676676
&quot;clusterType&quot;: &quot;A String&quot;, # Output only. The type of the cluster. This is an output-only field and it&#x27;s populated at the Cluster creation time or the Cluster promotion time. The cluster type is determined by which RPC was used to create the cluster (i.e. `CreateCluster` vs. `CreateSecondaryCluster`
677677
&quot;continuousBackupConfig&quot;: { # ContinuousBackupConfig describes the continuous backups recovery configurations of a cluster. # Optional. Continuous backup configuration for this cluster.
678678
&quot;enabled&quot;: True or False, # Whether ContinuousBackup is enabled.
679-
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
679+
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will use the cluster&#x27;s encryption config.
680680
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
681681
},
682682
&quot;recoveryWindowDays&quot;: 42, # The number of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window. If not set, defaults to 14 days.
@@ -900,7 +900,7 @@ <h3>Method Details</h3>
900900
&quot;clusterType&quot;: &quot;A String&quot;, # Output only. The type of the cluster. This is an output-only field and it&#x27;s populated at the Cluster creation time or the Cluster promotion time. The cluster type is determined by which RPC was used to create the cluster (i.e. `CreateCluster` vs. `CreateSecondaryCluster`
901901
&quot;continuousBackupConfig&quot;: { # ContinuousBackupConfig describes the continuous backups recovery configurations of a cluster. # Optional. Continuous backup configuration for this cluster.
902902
&quot;enabled&quot;: True or False, # Whether ContinuousBackup is enabled.
903-
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
903+
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will use the cluster&#x27;s encryption config.
904904
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
905905
},
906906
&quot;recoveryWindowDays&quot;: 42, # The number of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window. If not set, defaults to 14 days.
@@ -1078,7 +1078,7 @@ <h3>Method Details</h3>
10781078
&quot;clusterType&quot;: &quot;A String&quot;, # Output only. The type of the cluster. This is an output-only field and it&#x27;s populated at the Cluster creation time or the Cluster promotion time. The cluster type is determined by which RPC was used to create the cluster (i.e. `CreateCluster` vs. `CreateSecondaryCluster`
10791079
&quot;continuousBackupConfig&quot;: { # ContinuousBackupConfig describes the continuous backups recovery configurations of a cluster. # Optional. Continuous backup configuration for this cluster.
10801080
&quot;enabled&quot;: True or False, # Whether ContinuousBackup is enabled.
1081-
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
1081+
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will use the cluster&#x27;s encryption config.
10821082
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
10831083
},
10841084
&quot;recoveryWindowDays&quot;: 42, # The number of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window. If not set, defaults to 14 days.
@@ -1317,7 +1317,7 @@ <h3>Method Details</h3>
13171317
&quot;clusterType&quot;: &quot;A String&quot;, # Output only. The type of the cluster. This is an output-only field and it&#x27;s populated at the Cluster creation time or the Cluster promotion time. The cluster type is determined by which RPC was used to create the cluster (i.e. `CreateCluster` vs. `CreateSecondaryCluster`
13181318
&quot;continuousBackupConfig&quot;: { # ContinuousBackupConfig describes the continuous backups recovery configurations of a cluster. # Optional. Continuous backup configuration for this cluster.
13191319
&quot;enabled&quot;: True or False, # Whether ContinuousBackup is enabled.
1320-
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
1320+
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will use the cluster&#x27;s encryption config.
13211321
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
13221322
},
13231323
&quot;recoveryWindowDays&quot;: 42, # The number of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window. If not set, defaults to 14 days.
@@ -1517,7 +1517,7 @@ <h3>Method Details</h3>
15171517
&quot;clusterType&quot;: &quot;A String&quot;, # Output only. The type of the cluster. This is an output-only field and it&#x27;s populated at the Cluster creation time or the Cluster promotion time. The cluster type is determined by which RPC was used to create the cluster (i.e. `CreateCluster` vs. `CreateSecondaryCluster`
15181518
&quot;continuousBackupConfig&quot;: { # ContinuousBackupConfig describes the continuous backups recovery configurations of a cluster. # Optional. Continuous backup configuration for this cluster.
15191519
&quot;enabled&quot;: True or False, # Whether ContinuousBackup is enabled.
1520-
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
1520+
&quot;encryptionConfig&quot;: { # EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key). # The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will use the cluster&#x27;s encryption config.
15211521
&quot;kmsKeyName&quot;: &quot;A String&quot;, # The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
15221522
},
15231523
&quot;recoveryWindowDays&quot;: 42, # The number of days that are eligible to restore from using PITR. To support the entire recovery window, backups and logs are retained for one day more than the recovery window. If not set, defaults to 14 days.

‎docs/dyn/alloydb_v1beta.projects.locations.clusters.instances.html

+55-10
Large diffs are not rendered by default.

‎docs/dyn/alloydb_v1beta.projects.locations.supportedDatabaseFlags.html

+10-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2>Instance Methods</h2>
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
81-
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
81+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, scope=None, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Lists SupportedDatabaseFlags for a given project and location.</p>
8383
<p class="toc_element">
8484
<code><a href="#list_next">list_next()</a></code></p>
@@ -90,13 +90,18 @@ <h3>Method Details</h3>
9090
</div>
9191

9292
<div class="method">
93-
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
93+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, scope=None, x__xgafv=None)</code>
9494
<pre>Lists SupportedDatabaseFlags for a given project and location.
9595

9696
Args:
9797
parent: string, Required. The name of the parent resource. The required format is: * projects/{project}/locations/{location} Regardless of the parent specified here, as long it is contains a valid project and location, the service will return a static list of supported flags resources. Note that we do not yet support region-specific flags. (required)
9898
pageSize: integer, Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
9999
pageToken: string, A token identifying a page of results the server should return.
100+
scope: string, Optional. The scope for which supported flags are requested. If not specified, default is DATABASE.
101+
Allowed values
102+
SCOPE_UNSPECIFIED - The scope of the flag is not specified. Default is DATABASE.
103+
DATABASE - The flag is a database flag.
104+
CONNECTION_POOL - The flag is a connection pool flag.
100105
x__xgafv: string, V1 error format.
101106
Allowed values
102107
1 - v1 error format
@@ -116,7 +121,10 @@ <h3>Method Details</h3>
116121
&quot;minValue&quot;: &quot;A String&quot;, # The minimum value that can be specified, if applicable.
117122
},
118123
&quot;name&quot;: &quot;A String&quot;, # The name of the flag resource, following Google Cloud conventions, e.g.: * projects/{project}/locations/{location}/flags/{flag} This field currently has no semantic meaning.
124+
&quot;recommendedIntegerValue&quot;: &quot;A String&quot;, # The recommended value for an INTEGER flag.
125+
&quot;recommendedStringValue&quot;: &quot;A String&quot;, # The recommended value for a STRING flag.
119126
&quot;requiresDbRestart&quot;: True or False, # Whether setting or updating this flag on an Instance requires a database restart. If a flag that requires database restart is set, the backend will automatically restart the database (making sure to satisfy any availability SLO&#x27;s).
127+
&quot;scope&quot;: &quot;A String&quot;, # The scope of the flag.
120128
&quot;stringRestrictions&quot;: { # Restrictions on STRING type values # Restriction on STRING type value.
121129
&quot;allowedValues&quot;: [ # The list of allowed values, if bounded. This field will be empty if there is a unbounded number of allowed values.
122130
&quot;A String&quot;,

‎googleapiclient/discovery_cache/documents/alloydb.v1.json

+346-9
Large diffs are not rendered by default.

‎googleapiclient/discovery_cache/documents/alloydb.v1alpha.json

+299-9
Large diffs are not rendered by default.

‎googleapiclient/discovery_cache/documents/alloydb.v1beta.json

+299-9
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.