Skip to content

Commit 58ef3e0

Browse files
chore: Update discovery artifacts (#1700)
## Deleted keys were detected in the following stable discovery artifacts: artifactregistry v1 f75d8c1 cloudbuild v1 39e9bd1 cloudidentity v1 557608a displayvideo v1 97f33d8 gkehub v1 7dbeeb5 privateca v1 6d21610 vmmigration v1 359b15a ## Deleted keys were detected in the following pre-stable discovery artifacts: cloudbuild v1alpha1 39e9bd1 cloudbuild v1alpha2 39e9bd1 cloudbuild v1beta1 39e9bd1 composer v1beta1 fbea222 gkehub v1alpha 7dbeeb5 vmmigration v1alpha1 359b15a ## Discovery Artifact Change Summary: feat(admin): update the api 1759d79 feat(apigee): update the api e81ff79 feat(artifactregistry): update the api f75d8c1 feat(authorizedbuyersmarketplace): update the api 58418b7 feat(bigqueryreservation): update the api 20c79b8 feat(chromepolicy): update the api 6b783b3 feat(cloudasset): update the api 5c46930 feat(cloudbuild): update the api 39e9bd1 feat(cloudchannel): update the api 63c9fbc feat(clouddeploy): update the api 7e7dd34 feat(cloudfunctions): update the api 7e2bd79 feat(cloudidentity): update the api 557608a feat(cloudsearch): update the api 8f4100e feat(composer): update the api fbea222 feat(container): update the api 09e5a74 feat(containeranalysis): update the api c15a96e feat(datacatalog): update the api f1413c2 feat(displayvideo): update the api 97f33d8 feat(documentai): update the api efca9e5 feat(drive): update the api 45b2c47 feat(eventarc): update the api 771a60d feat(gkehub): update the api 7dbeeb5 feat(iam): update the api b5e3958 feat(logging): update the api 17a57cc feat(metastore): update the api b9a8d8e feat(monitoring): update the api afb7ebb feat(notebooks): update the api 75118d4 feat(playintegrity): update the api eb24d8d feat(privateca): update the api 6d21610 feat(prod_tt_sasportal): update the api 9a4b433 feat(recommender): update the api 6200c11 feat(retail): update the api 16afc79 feat(sasportal): update the api b8d8b70 feat(securitycenter): update the api 5785b70 feat(storage): update the api c0ee864 feat(storagetransfer): update the api 67fc272 feat(vmmigration): update the api 359b15a
1 parent 835818d commit 58ef3e0

File tree

567 files changed

+36944
-4131
lines changed

Some content is hidden

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

567 files changed

+36944
-4131
lines changed

docs/dyn/admin_directory_v1.customers.chrome.printers.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h2>Instance Methods</h2>
9393
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Returns a `Printer` resource (printer's config).</p>
9595
<p class="toc_element">
96-
<code><a href="#list">list(parent, filter=None, orgUnitId=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
96+
<code><a href="#list">list(parent, filter=None, orderBy=None, orgUnitId=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9797
<p class="firstline">List printers configs.</p>
9898
<p class="toc_element">
9999
<code><a href="#listPrinterModels">listPrinterModels(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
@@ -369,12 +369,13 @@ <h3>Method Details</h3>
369369
</div>
370370

371371
<div class="method">
372-
<code class="details" id="list">list(parent, filter=None, orgUnitId=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
372+
<code class="details" id="list">list(parent, filter=None, orderBy=None, orgUnitId=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
373373
<pre>List printers configs.
374374

375375
Args:
376376
parent: string, Required. The name of the customer who owns this collection of printers. Format: customers/{customer_id} (required)
377377
filter: string, Search query. Search syntax is shared between this api and Admin Console printers pages.
378+
orderBy: string, The order to sort results by. Must be one of display_name, description, make_and_model, or create_time. Default order is ascending, but descending order can be returned by appending &quot;desc&quot; to the order_by field. For instance, &quot;description desc&quot; will return the printers sorted by description in descending order.
378379
orgUnitId: string, Organization Unit that we want to list the printers for. When org_unit is not present in the request then all printers of the customer are returned (or filtered). When org_unit is present in the request then only printers available to this OU will be returned (owned or inherited). You may see if printer is owned or inherited for this OU by looking at Printer.org_unit_id.
379380
pageSize: integer, The maximum number of objects to return. The service may return fewer than this value.
380381
pageToken: string, A page token, received from a previous call.

docs/dyn/androiddeviceprovisioning_v1.customers.configurations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h3>Method Details</h3>
103103
<pre>Creates a new configuration. Once created, a customer can apply the configuration to devices.
104104

105105
Args:
106-
parent: string, Required. The customer that manages the configuration. An API resource name in the format `customers/[CUSTOMER_ID]`. (required)
106+
parent: string, Required. The customer that manages the configuration. An API resource name in the format `customers/[CUSTOMER_ID]`. This field has custom validation in CreateConfigurationRequestValidator (required)
107107
body: object, The request body.
108108
The object takes the form of:
109109

docs/dyn/androiddeviceprovisioning_v1.customers.devices.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h3>Method Details</h3>
107107

108108
{ # Request message for customer to assign a configuration to device.
109109
&quot;configuration&quot;: &quot;A String&quot;, # Required. The configuration applied to the device in the format `customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]`.
110-
&quot;device&quot;: { # A `DeviceReference` is an API abstraction that lets you supply a _device_ argument to a method using one of the following identifier types: * A numeric API resource ID. * Real-world hardware IDs, such as IMEI number, belonging to the manufactured device. Methods that operate on devices take a `DeviceReference` as a parameter type because it&#x27;s more flexible for the caller. To learn more about device identifiers, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # Required. The device the configuration is applied to.
110+
&quot;device&quot;: { # A `DeviceReference` is an API abstraction that lets you supply a _device_ argument to a method using one of the following identifier types: * A numeric API resource ID. * Real-world hardware IDs, such as IMEI number, belonging to the manufactured device. Methods that operate on devices take a `DeviceReference` as a parameter type because it&#x27;s more flexible for the caller. To learn more about device identifiers, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # Required. The device the configuration is applied to. There are custom validations in ApplyConfigurationRequestValidator
111111
&quot;deviceId&quot;: &quot;A String&quot;, # The ID of the device.
112112
&quot;deviceIdentifier&quot;: { # Encapsulates hardware and product IDs to identify a manufactured device. To understand requirements on identifier sets, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # The hardware IDs of the device.
113113
&quot;imei&quot;: &quot;A String&quot;, # The device’s IMEI number. Validated on input.
@@ -253,7 +253,7 @@ <h3>Method Details</h3>
253253
The object takes the form of:
254254

255255
{ # Request message for customer to remove the configuration from device.
256-
&quot;device&quot;: { # A `DeviceReference` is an API abstraction that lets you supply a _device_ argument to a method using one of the following identifier types: * A numeric API resource ID. * Real-world hardware IDs, such as IMEI number, belonging to the manufactured device. Methods that operate on devices take a `DeviceReference` as a parameter type because it&#x27;s more flexible for the caller. To learn more about device identifiers, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # Required. The device to remove the configuration from.
256+
&quot;device&quot;: { # A `DeviceReference` is an API abstraction that lets you supply a _device_ argument to a method using one of the following identifier types: * A numeric API resource ID. * Real-world hardware IDs, such as IMEI number, belonging to the manufactured device. Methods that operate on devices take a `DeviceReference` as a parameter type because it&#x27;s more flexible for the caller. To learn more about device identifiers, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # Required. The device to remove the configuration from. There are custom validations in RemoveConfigurationRequestValidator
257257
&quot;deviceId&quot;: &quot;A String&quot;, # The ID of the device.
258258
&quot;deviceIdentifier&quot;: { # Encapsulates hardware and product IDs to identify a manufactured device. To understand requirements on identifier sets, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # The hardware IDs of the device.
259259
&quot;imei&quot;: &quot;A String&quot;, # The device’s IMEI number. Validated on input.
@@ -287,7 +287,7 @@ <h3>Method Details</h3>
287287
The object takes the form of:
288288

289289
{ # Request message for customer to unclaim a device.
290-
&quot;device&quot;: { # A `DeviceReference` is an API abstraction that lets you supply a _device_ argument to a method using one of the following identifier types: * A numeric API resource ID. * Real-world hardware IDs, such as IMEI number, belonging to the manufactured device. Methods that operate on devices take a `DeviceReference` as a parameter type because it&#x27;s more flexible for the caller. To learn more about device identifiers, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # Required. The device to unclaim.
290+
&quot;device&quot;: { # A `DeviceReference` is an API abstraction that lets you supply a _device_ argument to a method using one of the following identifier types: * A numeric API resource ID. * Real-world hardware IDs, such as IMEI number, belonging to the manufactured device. Methods that operate on devices take a `DeviceReference` as a parameter type because it&#x27;s more flexible for the caller. To learn more about device identifiers, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # Required. The device to unclaim. There are custom validations in UnclaimDeviceRequestValidator.
291291
&quot;deviceId&quot;: &quot;A String&quot;, # The ID of the device.
292292
&quot;deviceIdentifier&quot;: { # Encapsulates hardware and product IDs to identify a manufactured device. To understand requirements on identifier sets, read [Identifiers](https://developers.google.com/zero-touch/guides/identifiers). # The hardware IDs of the device.
293293
&quot;imei&quot;: &quot;A String&quot;, # The device’s IMEI number. Validated on input.

docs/dyn/androiddeviceprovisioning_v1.customers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h3>Method Details</h3>
110110

111111
Args:
112112
pageSize: integer, The maximum number of customers to show in a page of results. A number between 1 and 100 (inclusive).
113-
pageToken: string, A token specifying which result page to return.
113+
pageToken: string, A token specifying which result page to return. This field has custom validations in ListCustomersRequestValidator
114114
x__xgafv: string, V1 error format.
115115
Allowed values
116116
1 - v1 error format

0 commit comments

Comments
 (0)