Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
5ca2813
chore: update docs/dyn/index.md
yoshi-automation Aug 23, 2022
c4fe80a
feat(adsense): update the api
yoshi-automation Aug 23, 2022
783a01c
feat(apigee): update the api
yoshi-automation Aug 23, 2022
dbd092e
feat(chromepolicy): update the api
yoshi-automation Aug 23, 2022
90f98d1
feat(cloudsearch): update the api
yoshi-automation Aug 23, 2022
187e71f
feat(compute): update the api
yoshi-automation Aug 23, 2022
67081e0
feat(dataflow): update the api
yoshi-automation Aug 23, 2022
f9b16e5
feat(dataproc): update the api
yoshi-automation Aug 23, 2022
802b876
fix(dfareporting): update the api
yoshi-automation Aug 23, 2022
d41a450
feat(dlp): update the api
yoshi-automation Aug 23, 2022
072238b
feat(documentai): update the api
yoshi-automation Aug 23, 2022
380907f
feat(drive): update the api
yoshi-automation Aug 23, 2022
ca27b61
feat(firebase): update the api
yoshi-automation Aug 23, 2022
82e0589
feat(gkehub): update the api
yoshi-automation Aug 23, 2022
3e8252b
feat(managedidentities): update the api
yoshi-automation Aug 23, 2022
425521b
feat(networkmanagement): update the api
yoshi-automation Aug 23, 2022
c318440
feat(orgpolicy): update the api
yoshi-automation Aug 23, 2022
28a7dc8
feat(playintegrity): update the api
yoshi-automation Aug 23, 2022
e326c35
feat(retail): update the api
yoshi-automation Aug 23, 2022
956320a
feat(secretmanager): update the api
yoshi-automation Aug 23, 2022
de8b5b1
feat(serviceconsumermanagement): update the api
yoshi-automation Aug 23, 2022
dc2597a
feat(servicemanagement): update the api
yoshi-automation Aug 23, 2022
104f2af
feat(servicenetworking): update the api
yoshi-automation Aug 23, 2022
903bea9
feat(serviceusage): update the api
yoshi-automation Aug 23, 2022
27df08b
feat(tagmanager): update the api
yoshi-automation Aug 23, 2022
7bd32ce
feat(transcoder): update the api
yoshi-automation Aug 23, 2022
7680040
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Aug 23, 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
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions docs/dyn/admin_directory_v1.chromeosdevices.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{
{ # The data regarding an action to update the status of a Chrome OS device.
&quot;action&quot;: &quot;A String&quot;, # Action to be taken on the Chrome OS device.
&quot;deprovisionReason&quot;: &quot;A String&quot;, # Only used when the action is `deprovision`. With the `deprovision` action, this field is required. *Note*: The deprovision reason is audited because it might have implications on licenses for perpetual subscription customers.
}
Expand Down Expand Up @@ -481,7 +481,7 @@ <h3>Method Details</h3>
<pre>Moves or inserts multiple Chrome OS devices to an organizational unit. You can move up to 50 devices at once.

Args:
customerId: string, Immutable ID of the Google Workspace account (required)
customerId: string, Immutable. ID of the Google Workspace account (required)
orgUnitPath: string, Full path of the target organizational unit or its ID (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 @@ -91,9 +91,9 @@ <h3>Method Details</h3>
<pre>Gets command data a specific command issued to the device.

Args:
customerId: string, Immutable. Immutable ID of the Google Workspace account. (required)
deviceId: string, Immutable. Immutable ID of Chrome OS Device. (required)
commandId: string, Immutable. Immutable ID of Chrome OS Device Command. (required)
customerId: string, Immutable. ID of the Google Workspace account. (required)
deviceId: string, Immutable. ID of Chrome OS Device. (required)
commandId: string, Immutable. ID of Chrome OS Device Command. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/admin_directory_v1.customer.devices.chromeos.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ <h3>Method Details</h3>
<pre>Issues a command for the device to execute.

Args:
customerId: string, Immutable. Immutable ID of the Google Workspace account. (required)
deviceId: string, Immutable. Immutable ID of Chrome OS Device. (required)
customerId: string, Immutable. ID of the Google Workspace account. (required)
deviceId: string, Immutable. ID of Chrome OS Device. (required)
body: object, The request body.
The object takes the form of:

Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/admin_directory_v1.members.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Retrieves a group member's properties.</p>
<p class="toc_element">
<code><a href="#hasMember">hasMember(groupKey, memberKey, x__xgafv=None)</a></code></p>
<p class="firstline">Checks whether the given user is a member of the group. Membership can be direct or nested.</p>
<p class="firstline">Checks whether the given user is a member of the group. Membership can be direct or nested, but if nested, the `memberKey` and `groupKey` must be entities in the same domain or an `Invalid input` error is returned. To check for nested memberships that include entities outside of the group's domain, use the [`checkTransitiveMembership()`](https://cloud.google.com/identity/docs/reference/rest/v1/groups.memberships/checkTransitiveMembership) method in the Cloud Identity Groups API.</p>
<p class="toc_element">
<code><a href="#insert">insert(groupKey, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Adds a user to the specified group.</p>
Expand Down Expand Up @@ -150,7 +150,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="hasMember">hasMember(groupKey, memberKey, x__xgafv=None)</code>
<pre>Checks whether the given user is a member of the group. Membership can be direct or nested.
<pre>Checks whether the given user is a member of the group. Membership can be direct or nested, but if nested, the `memberKey` and `groupKey` must be entities in the same domain or an `Invalid input` error is returned. To check for nested memberships that include entities outside of the group&#x27;s domain, use the [`checkTransitiveMembership()`](https://cloud.google.com/identity/docs/reference/rest/v1/groups.memberships/checkTransitiveMembership) method in the Cloud Identity Groups API.

Args:
groupKey: string, Identifies the group in the API request. The value can be the group&#x27;s email address, group alias, or the unique group ID. (required)
Expand Down
23 changes: 23 additions & 0 deletions docs/dyn/adsense_v2.accounts.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets information about the selected AdSense account.</p>
<p class="toc_element">
<code><a href="#getAdBlockingRecoveryTag">getAdBlockingRecoveryTag(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the ad blocking recovery tag of an account.</p>
<p class="toc_element">
<code><a href="#list">list(pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists all accounts available to this user.</p>
Expand Down Expand Up @@ -153,6 +156,26 @@ <h3>Method Details</h3>
}</pre>
</div>

<div class="method">
<code class="details" id="getAdBlockingRecoveryTag">getAdBlockingRecoveryTag(name, x__xgafv=None)</code>
<pre>Gets the ad blocking recovery tag of an account.

Args:
name: string, Required. The name of the account to get the tag for. Format: accounts/{account} (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # Representation of an ad blocking recovery tag. See https://support.google.com/adsense/answer/11575177.
&quot;errorProtectionCode&quot;: &quot;A String&quot;, # Error protection code that can be used in conjunction with the tag. It&#x27;ll display a message to users if an [ad blocking extension blocks their access to your site](https://support.google.com/adsense/answer/11575480).
&quot;tag&quot;: &quot;A String&quot;, # The ad blocking recovery tag. Note that the message generated by the tag can be blocked by an ad blocking extension. If this is not your desired outcome, then you&#x27;ll need to use it in conjunction with the error protection code.
}</pre>
</div>

<div class="method">
<code class="details" id="list">list(pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists all accounts available to this user.
Expand Down
8 changes: 4 additions & 4 deletions docs/dyn/analyticsadmin_v1alpha.properties.audiences.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ <h2>Instance Methods</h2>
<p class="firstline">Creates an Audience.</p>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Lookup for a single Audience. Audiences created before 2020 may not be supported.</p>
<p class="firstline">Lookup for a single Audience. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions.</p>
<p class="toc_element">
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists Audiences on a property. Audiences created before 2020 may not be supported.</p>
<p class="firstline">Lists Audiences on a property. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions.</p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
Expand Down Expand Up @@ -409,7 +409,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="get">get(name, x__xgafv=None)</code>
<pre>Lookup for a single Audience. Audiences created before 2020 may not be supported.
<pre>Lookup for a single Audience. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions.

Args:
name: string, Required. The name of the Audience to get. Example format: properties/1234/audiences/5678 (required)
Expand Down Expand Up @@ -556,7 +556,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists Audiences on a property. Audiences created before 2020 may not be supported.
<pre>Lists Audiences on a property. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions.

Args:
parent: string, Required. Example format: properties/1234 (required)
Expand Down
Loading