Skip to content

Commit

Permalink
chore: Update discovery artifacts (#1700)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
yoshi-code-bot committed Feb 19, 2022
1 parent 835818d commit 58ef3e0
Show file tree
Hide file tree
Showing 567 changed files with 36,944 additions and 4,131 deletions.
5 changes: 3 additions & 2 deletions docs/dyn/admin_directory_v1.customers.chrome.printers.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h2>Instance Methods</h2>
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Returns a `Printer` resource (printer's config).</p>
<p class="toc_element">
<code><a href="#list">list(parent, filter=None, orgUnitId=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<code><a href="#list">list(parent, filter=None, orderBy=None, orgUnitId=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">List printers configs.</p>
<p class="toc_element">
<code><a href="#listPrinterModels">listPrinterModels(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
Expand Down Expand Up @@ -369,12 +369,13 @@ <h3>Method Details</h3>
</div>

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

Args:
parent: string, Required. The name of the customer who owns this collection of printers. Format: customers/{customer_id} (required)
filter: string, Search query. Search syntax is shared between this api and Admin Console printers pages.
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.
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.
pageSize: integer, The maximum number of objects to return. The service may return fewer than this value.
pageToken: string, A page token, received from a previous call.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h3>Method Details</h3>
<pre>Creates a new configuration. Once created, a customer can apply the configuration to devices.

Args:
parent: string, Required. The customer that manages the configuration. An API resource name in the format `customers/[CUSTOMER_ID]`. (required)
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)
body: object, The request body.
The object takes the form of:

Expand Down
6 changes: 3 additions & 3 deletions docs/dyn/androiddeviceprovisioning_v1.customers.devices.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h3>Method Details</h3>

{ # Request message for customer to assign a configuration to device.
&quot;configuration&quot;: &quot;A String&quot;, # Required. The configuration applied to the device in the format `customers/[CUSTOMER_ID]/configurations/[CONFIGURATION_ID]`.
&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.
&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
&quot;deviceId&quot;: &quot;A String&quot;, # The ID of the device.
&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.
&quot;imei&quot;: &quot;A String&quot;, # The device’s IMEI number. Validated on input.
Expand Down Expand Up @@ -253,7 +253,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Request message for customer to remove the configuration from device.
&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.
&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
&quot;deviceId&quot;: &quot;A String&quot;, # The ID of the device.
&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.
&quot;imei&quot;: &quot;A String&quot;, # The device’s IMEI number. Validated on input.
Expand Down Expand Up @@ -287,7 +287,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Request message for customer to unclaim a device.
&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.
&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.
&quot;deviceId&quot;: &quot;A String&quot;, # The ID of the device.
&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.
&quot;imei&quot;: &quot;A String&quot;, # The device’s IMEI number. Validated on input.
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/androiddeviceprovisioning_v1.customers.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h3>Method Details</h3>

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

0 comments on commit 58ef3e0

Please sign in to comment.