Skip to content

chore: Update discovery artifacts #1700

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 39 commits into from
Feb 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
0207df7
chore: update docs/dyn/index.md
yoshi-automation Feb 18, 2022
1759d79
feat(admin): update the api
yoshi-automation Feb 18, 2022
e81ff79
feat(apigee): update the api
yoshi-automation Feb 18, 2022
f75d8c1
feat(artifactregistry): update the api
yoshi-automation Feb 18, 2022
58418b7
feat(authorizedbuyersmarketplace): update the api
yoshi-automation Feb 18, 2022
20c79b8
feat(bigqueryreservation): update the api
yoshi-automation Feb 18, 2022
6b783b3
feat(chromepolicy): update the api
yoshi-automation Feb 18, 2022
5c46930
feat(cloudasset): update the api
yoshi-automation Feb 18, 2022
39e9bd1
feat(cloudbuild): update the api
yoshi-automation Feb 18, 2022
63c9fbc
feat(cloudchannel): update the api
yoshi-automation Feb 18, 2022
7e7dd34
feat(clouddeploy): update the api
yoshi-automation Feb 18, 2022
7e2bd79
feat(cloudfunctions): update the api
yoshi-automation Feb 18, 2022
557608a
feat(cloudidentity): update the api
yoshi-automation Feb 18, 2022
8f4100e
feat(cloudsearch): update the api
yoshi-automation Feb 18, 2022
fbea222
feat(composer): update the api
yoshi-automation Feb 18, 2022
09e5a74
feat(container): update the api
yoshi-automation Feb 18, 2022
c15a96e
feat(containeranalysis): update the api
yoshi-automation Feb 18, 2022
f1413c2
feat(datacatalog): update the api
yoshi-automation Feb 18, 2022
97f33d8
feat(displayvideo): update the api
yoshi-automation Feb 18, 2022
efca9e5
feat(documentai): update the api
yoshi-automation Feb 18, 2022
45b2c47
feat(drive): update the api
yoshi-automation Feb 18, 2022
771a60d
feat(eventarc): update the api
yoshi-automation Feb 18, 2022
7dbeeb5
feat(gkehub): update the api
yoshi-automation Feb 18, 2022
b5e3958
feat(iam): update the api
yoshi-automation Feb 18, 2022
17a57cc
feat(logging): update the api
yoshi-automation Feb 18, 2022
b9a8d8e
feat(metastore): update the api
yoshi-automation Feb 18, 2022
afb7ebb
feat(monitoring): update the api
yoshi-automation Feb 18, 2022
75118d4
feat(notebooks): update the api
yoshi-automation Feb 18, 2022
eb24d8d
feat(playintegrity): update the api
yoshi-automation Feb 18, 2022
6d21610
feat(privateca): update the api
yoshi-automation Feb 18, 2022
9a4b433
feat(prod_tt_sasportal): update the api
yoshi-automation Feb 18, 2022
6200c11
feat(recommender): update the api
yoshi-automation Feb 18, 2022
16afc79
feat(retail): update the api
yoshi-automation Feb 18, 2022
b8d8b70
feat(sasportal): update the api
yoshi-automation Feb 18, 2022
5785b70
feat(securitycenter): update the api
yoshi-automation Feb 18, 2022
c0ee864
feat(storage): update the api
yoshi-automation Feb 18, 2022
67fc272
feat(storagetransfer): update the api
yoshi-automation Feb 18, 2022
359b15a
feat(vmmigration): update the api
yoshi-automation Feb 18, 2022
45e1446
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Feb 18, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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
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