Skip to content

Commit 815c1ac

Browse files
chore: Update discovery artifacts (#1603)
## Deleted keys were detected in the following stable discovery artifacts: containeranalysis v1 618985b documentai v1 3ba3182 recaptchaenterprise v1 ff95700 ## Deleted keys were detected in the following pre-stable discovery artifacts: containeranalysis v1alpha1 618985b containeranalysis v1beta1 618985b documentai v1beta3 3ba3182 ## Discovery Artifact Change Summary: feat(bigtableadmin): update the api be7ffcc feat(chromemanagement): update the api 59c9799 feat(cloudasset): update the api 60f5758 feat(cloudfunctions): update the api c517033 feat(contactcenterinsights): update the api 9ac9faa feat(containeranalysis): update the api 618985b feat(datapipelines): update the api a39bb0f feat(datastore): update the api 5050adb feat(dialogflow): update the api fd46c12 feat(documentai): update the api 3ba3182 feat(drive): update the api b1840b0 feat(file): update the api b13a249 feat(gkehub): update the api 37cce48 feat(healthcare): update the api 8d1f955 feat(metastore): update the api 9c90df7 feat(monitoring): update the api bf890b6 feat(mybusinessbusinessinformation): update the api 90e206c feat(paymentsresellersubscription): update the api c879654 feat(recaptchaenterprise): update the api ff95700 feat(recommender): update the api d85fe38 feat(securitycenter): update the api 35a6d4e feat(speech): update the api 13f1bcb feat(sqladmin): update the api 770bc14 feat(tpu): update the api ea30e3a feat(vmmigration): update the api 80e2090
1 parent 5844ca2 commit 815c1ac

File tree

589 files changed

+19695
-5978
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

589 files changed

+19695
-5978
lines changed

docs/dyn/admin_directory_v1.chromeosdevices.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ <h3>Method Details</h3>
295295
Allowed values
296296
BASIC - Includes only the basic metadata fields (e.g., deviceId, serialNumber, status, and user)
297297
FULL - Includes all metadata fields
298-
query: string, Search string in the format given at http://support.google.com/chromeos/a/bin/answer.py?answer=1698333
298+
query: string, Search string in the format given at https://developers.google.com/admin-sdk/directory/v1/list-query-operators
299299
sortOrder: string, Whether to return results in ascending or descending order. Must be used with the `orderBy` parameter.
300300
Allowed values
301301
ASCENDING - Ascending order.

docs/dyn/analyticsdata_v1beta.properties.html

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

docs/dyn/authorizedbuyersmarketplace_v1.buyers.finalizedDeals.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ <h3>Method Details</h3>
834834
The object takes the form of:
835835

836836
{ # Request message for pausing a finalized deal.
837-
&quot;reason&quot;: &quot;A String&quot;, # The reason to pause the finalized deal, will be displayed to the seller. Maximum length is 1000 characters.
837+
&quot;reason&quot;: &quot;A String&quot;, # Required. The reason to pause the finalized deal, will be displayed to the seller. Maximum length is 1000 characters.
838838
}
839839

840840
x__xgafv: string, V1 error format.

docs/dyn/bigtableadmin_v2.projects.instances.clusters.backups.html

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

docs/dyn/bigtableadmin_v2.projects.instances.clusters.html

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,17 @@ <h3>Method Details</h3>
119119
The object takes the form of:
120120

121121
{ # A resizable group of nodes in a particular cloud location, capable of serving all Tables in the parent Instance.
122+
&quot;clusterConfig&quot;: { # Configuration for a cluster. # Configuration for this cluster.
123+
&quot;clusterAutoscalingConfig&quot;: { # Autoscaling config for a cluster. # Autoscaling configuration for this cluster. Note that when creating or updating a cluster, exactly one of serve_nodes or cluster_autoscaling_config must be set. If serve_nodes is set, then serve_nodes is fixed and autoscaling is turned off. If cluster_autoscaling_config is set, then serve_nodes will be autoscaled.
124+
&quot;autoscalingLimits&quot;: { # Limits for the number of nodes a Cluster can autoscale up/down to. # Required. Autoscaling limits for this cluster.
125+
&quot;maxServeNodes&quot;: 42, # Required. Maximum number of nodes to scale up to.
126+
&quot;minServeNodes&quot;: 42, # Required. Minimum number of nodes to scale down to.
127+
},
128+
&quot;autoscalingTargets&quot;: { # The Autoscaling targets for a Cluster. These determine the recommended nodes. # Required. Autoscaling targets for this cluster.
129+
&quot;cpuUtilizationPercent&quot;: 42, # The cpu utilization that the Autoscaler should be trying to achieve. This number is on a scale from 0 (no utilization) to 100 (total utilization).
130+
},
131+
},
132+
},
122133
&quot;defaultStorageType&quot;: &quot;A String&quot;, # Immutable. The type of storage used by this cluster to serve its parent instance&#x27;s tables, unless explicitly overridden.
123134
&quot;encryptionConfig&quot;: { # Cloud Key Management Service (Cloud KMS) settings for a CMEK-protected cluster. # Immutable. The encryption configuration for CMEK-protected clusters.
124135
&quot;kmsKeyName&quot;: &quot;A String&quot;, # Describes the Cloud KMS encryption key that will be used to protect the destination Bigtable cluster. The requirements for this key are: 1) The Cloud Bigtable service account associated with the project that contains this cluster must be granted the `cloudkms.cryptoKeyEncrypterDecrypter` role on the CMEK key. 2) Only regional keys can be used and the region of the CMEK key must match the region of the cluster. 3) All clusters within an instance must use the same CMEK key. Values are of the form `projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}`
@@ -192,6 +203,17 @@ <h3>Method Details</h3>
192203
An object of the form:
193204

194205
{ # A resizable group of nodes in a particular cloud location, capable of serving all Tables in the parent Instance.
206+
&quot;clusterConfig&quot;: { # Configuration for a cluster. # Configuration for this cluster.
207+
&quot;clusterAutoscalingConfig&quot;: { # Autoscaling config for a cluster. # Autoscaling configuration for this cluster. Note that when creating or updating a cluster, exactly one of serve_nodes or cluster_autoscaling_config must be set. If serve_nodes is set, then serve_nodes is fixed and autoscaling is turned off. If cluster_autoscaling_config is set, then serve_nodes will be autoscaled.
208+
&quot;autoscalingLimits&quot;: { # Limits for the number of nodes a Cluster can autoscale up/down to. # Required. Autoscaling limits for this cluster.
209+
&quot;maxServeNodes&quot;: 42, # Required. Maximum number of nodes to scale up to.
210+
&quot;minServeNodes&quot;: 42, # Required. Minimum number of nodes to scale down to.
211+
},
212+
&quot;autoscalingTargets&quot;: { # The Autoscaling targets for a Cluster. These determine the recommended nodes. # Required. Autoscaling targets for this cluster.
213+
&quot;cpuUtilizationPercent&quot;: 42, # The cpu utilization that the Autoscaler should be trying to achieve. This number is on a scale from 0 (no utilization) to 100 (total utilization).
214+
},
215+
},
216+
},
195217
&quot;defaultStorageType&quot;: &quot;A String&quot;, # Immutable. The type of storage used by this cluster to serve its parent instance&#x27;s tables, unless explicitly overridden.
196218
&quot;encryptionConfig&quot;: { # Cloud Key Management Service (Cloud KMS) settings for a CMEK-protected cluster. # Immutable. The encryption configuration for CMEK-protected clusters.
197219
&quot;kmsKeyName&quot;: &quot;A String&quot;, # Describes the Cloud KMS encryption key that will be used to protect the destination Bigtable cluster. The requirements for this key are: 1) The Cloud Bigtable service account associated with the project that contains this cluster must be granted the `cloudkms.cryptoKeyEncrypterDecrypter` role on the CMEK key. 2) Only regional keys can be used and the region of the CMEK key must match the region of the cluster. 3) All clusters within an instance must use the same CMEK key. Values are of the form `projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}`
@@ -221,6 +243,17 @@ <h3>Method Details</h3>
221243
{ # Response message for BigtableInstanceAdmin.ListClusters.
222244
&quot;clusters&quot;: [ # The list of requested clusters.
223245
{ # A resizable group of nodes in a particular cloud location, capable of serving all Tables in the parent Instance.
246+
&quot;clusterConfig&quot;: { # Configuration for a cluster. # Configuration for this cluster.
247+
&quot;clusterAutoscalingConfig&quot;: { # Autoscaling config for a cluster. # Autoscaling configuration for this cluster. Note that when creating or updating a cluster, exactly one of serve_nodes or cluster_autoscaling_config must be set. If serve_nodes is set, then serve_nodes is fixed and autoscaling is turned off. If cluster_autoscaling_config is set, then serve_nodes will be autoscaled.
248+
&quot;autoscalingLimits&quot;: { # Limits for the number of nodes a Cluster can autoscale up/down to. # Required. Autoscaling limits for this cluster.
249+
&quot;maxServeNodes&quot;: 42, # Required. Maximum number of nodes to scale up to.
250+
&quot;minServeNodes&quot;: 42, # Required. Minimum number of nodes to scale down to.
251+
},
252+
&quot;autoscalingTargets&quot;: { # The Autoscaling targets for a Cluster. These determine the recommended nodes. # Required. Autoscaling targets for this cluster.
253+
&quot;cpuUtilizationPercent&quot;: 42, # The cpu utilization that the Autoscaler should be trying to achieve. This number is on a scale from 0 (no utilization) to 100 (total utilization).
254+
},
255+
},
256+
},
224257
&quot;defaultStorageType&quot;: &quot;A String&quot;, # Immutable. The type of storage used by this cluster to serve its parent instance&#x27;s tables, unless explicitly overridden.
225258
&quot;encryptionConfig&quot;: { # Cloud Key Management Service (Cloud KMS) settings for a CMEK-protected cluster. # Immutable. The encryption configuration for CMEK-protected clusters.
226259
&quot;kmsKeyName&quot;: &quot;A String&quot;, # Describes the Cloud KMS encryption key that will be used to protect the destination Bigtable cluster. The requirements for this key are: 1) The Cloud Bigtable service account associated with the project that contains this cluster must be granted the `cloudkms.cryptoKeyEncrypterDecrypter` role on the CMEK key. 2) Only regional keys can be used and the region of the CMEK key must match the region of the cluster. 3) All clusters within an instance must use the same CMEK key. Values are of the form `projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}`
@@ -262,6 +295,17 @@ <h3>Method Details</h3>
262295
The object takes the form of:
263296

264297
{ # A resizable group of nodes in a particular cloud location, capable of serving all Tables in the parent Instance.
298+
&quot;clusterConfig&quot;: { # Configuration for a cluster. # Configuration for this cluster.
299+
&quot;clusterAutoscalingConfig&quot;: { # Autoscaling config for a cluster. # Autoscaling configuration for this cluster. Note that when creating or updating a cluster, exactly one of serve_nodes or cluster_autoscaling_config must be set. If serve_nodes is set, then serve_nodes is fixed and autoscaling is turned off. If cluster_autoscaling_config is set, then serve_nodes will be autoscaled.
300+
&quot;autoscalingLimits&quot;: { # Limits for the number of nodes a Cluster can autoscale up/down to. # Required. Autoscaling limits for this cluster.
301+
&quot;maxServeNodes&quot;: 42, # Required. Maximum number of nodes to scale up to.
302+
&quot;minServeNodes&quot;: 42, # Required. Minimum number of nodes to scale down to.
303+
},
304+
&quot;autoscalingTargets&quot;: { # The Autoscaling targets for a Cluster. These determine the recommended nodes. # Required. Autoscaling targets for this cluster.
305+
&quot;cpuUtilizationPercent&quot;: 42, # The cpu utilization that the Autoscaler should be trying to achieve. This number is on a scale from 0 (no utilization) to 100 (total utilization).
306+
},
307+
},
308+
},
265309
&quot;defaultStorageType&quot;: &quot;A String&quot;, # Immutable. The type of storage used by this cluster to serve its parent instance&#x27;s tables, unless explicitly overridden.
266310
&quot;encryptionConfig&quot;: { # Cloud Key Management Service (Cloud KMS) settings for a CMEK-protected cluster. # Immutable. The encryption configuration for CMEK-protected clusters.
267311
&quot;kmsKeyName&quot;: &quot;A String&quot;, # Describes the Cloud KMS encryption key that will be used to protect the destination Bigtable cluster. The requirements for this key are: 1) The Cloud Bigtable service account associated with the project that contains this cluster must be granted the `cloudkms.cryptoKeyEncrypterDecrypter` role on the CMEK key. 2) Only regional keys can be used and the region of the CMEK key must match the region of the cluster. 3) All clusters within an instance must use the same CMEK key. Values are of the form `projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}`
@@ -312,6 +356,17 @@ <h3>Method Details</h3>
312356
The object takes the form of:
313357

314358
{ # A resizable group of nodes in a particular cloud location, capable of serving all Tables in the parent Instance.
359+
&quot;clusterConfig&quot;: { # Configuration for a cluster. # Configuration for this cluster.
360+
&quot;clusterAutoscalingConfig&quot;: { # Autoscaling config for a cluster. # Autoscaling configuration for this cluster. Note that when creating or updating a cluster, exactly one of serve_nodes or cluster_autoscaling_config must be set. If serve_nodes is set, then serve_nodes is fixed and autoscaling is turned off. If cluster_autoscaling_config is set, then serve_nodes will be autoscaled.
361+
&quot;autoscalingLimits&quot;: { # Limits for the number of nodes a Cluster can autoscale up/down to. # Required. Autoscaling limits for this cluster.
362+
&quot;maxServeNodes&quot;: 42, # Required. Maximum number of nodes to scale up to.
363+
&quot;minServeNodes&quot;: 42, # Required. Minimum number of nodes to scale down to.
364+
},
365+
&quot;autoscalingTargets&quot;: { # The Autoscaling targets for a Cluster. These determine the recommended nodes. # Required. Autoscaling targets for this cluster.
366+
&quot;cpuUtilizationPercent&quot;: 42, # The cpu utilization that the Autoscaler should be trying to achieve. This number is on a scale from 0 (no utilization) to 100 (total utilization).
367+
},
368+
},
369+
},
315370
&quot;defaultStorageType&quot;: &quot;A String&quot;, # Immutable. The type of storage used by this cluster to serve its parent instance&#x27;s tables, unless explicitly overridden.
316371
&quot;encryptionConfig&quot;: { # Cloud Key Management Service (Cloud KMS) settings for a CMEK-protected cluster. # Immutable. The encryption configuration for CMEK-protected clusters.
317372
&quot;kmsKeyName&quot;: &quot;A String&quot;, # Describes the Cloud KMS encryption key that will be used to protect the destination Bigtable cluster. The requirements for this key are: 1) The Cloud Bigtable service account associated with the project that contains this cluster must be granted the `cloudkms.cryptoKeyEncrypterDecrypter` role on the CMEK key. 2) Only regional keys can be used and the region of the CMEK key must match the region of the cluster. 3) All clusters within an instance must use the same CMEK key. Values are of the form `projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}`

0 commit comments

Comments
 (0)