Skip to content

Commit 5471a41

Browse files
chore: Update discovery artifacts (#1879)
## Deleted keys were detected in the following stable discovery artifacts: chromepolicy v1 dbd092e cloudsearch v1 90f98d1 documentai v1 072238b tagmanager v2 27df08b ## Deleted keys were detected in the following pre-stable discovery artifacts: documentai v1beta2 072238b documentai v1beta3 072238b firebase v1beta1 ca27b61 gkehub v1alpha 82e0589 networkmanagement v1beta1 425521b ## Discovery Artifact Change Summary: feat(adsense): update the api c4fe80a feat(apigee): update the api 783a01c feat(chromepolicy): update the api dbd092e feat(cloudsearch): update the api 90f98d1 feat(compute): update the api 187e71f feat(dataflow): update the api 67081e0 feat(dataproc): update the api f9b16e5 fix(dfareporting): update the api 802b876 feat(dlp): update the api d41a450 feat(documentai): update the api 072238b feat(drive): update the api 380907f feat(firebase): update the api ca27b61 feat(gkehub): update the api 82e0589 feat(managedidentities): update the api 3e8252b feat(networkmanagement): update the api 425521b feat(orgpolicy): update the api c318440 feat(playintegrity): update the api 28a7dc8 feat(retail): update the api e326c35 feat(secretmanager): update the api 956320a feat(serviceconsumermanagement): update the api de8b5b1 feat(servicemanagement): update the api dc2597a feat(servicenetworking): update the api 104f2af feat(serviceusage): update the api 903bea9 feat(tagmanager): update the api 27df08b feat(transcoder): update the api 7bd32ce
1 parent 4c34eb6 commit 5471a41

File tree

510 files changed

+31373
-10058
lines changed

Some content is hidden

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

510 files changed

+31373
-10058
lines changed

docs/dyn/admin_directory_v1.chromeosdevices.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h3>Method Details</h3>
109109
body: object, The request body.
110110
The object takes the form of:
111111

112-
{
112+
{ # The data regarding an action to update the status of a Chrome OS device.
113113
&quot;action&quot;: &quot;A String&quot;, # Action to be taken on the Chrome OS device.
114114
&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.
115115
}
@@ -481,7 +481,7 @@ <h3>Method Details</h3>
481481
<pre>Moves or inserts multiple Chrome OS devices to an organizational unit. You can move up to 50 devices at once.
482482

483483
Args:
484-
customerId: string, Immutable ID of the Google Workspace account (required)
484+
customerId: string, Immutable. ID of the Google Workspace account (required)
485485
orgUnitPath: string, Full path of the target organizational unit or its ID (required)
486486
body: object, The request body.
487487
The object takes the form of:

docs/dyn/admin_directory_v1.customer.devices.chromeos.commands.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ <h3>Method Details</h3>
9191
<pre>Gets command data a specific command issued to the device.
9292

9393
Args:
94-
customerId: string, Immutable. Immutable ID of the Google Workspace account. (required)
95-
deviceId: string, Immutable. Immutable ID of Chrome OS Device. (required)
96-
commandId: string, Immutable. Immutable ID of Chrome OS Device Command. (required)
94+
customerId: string, Immutable. ID of the Google Workspace account. (required)
95+
deviceId: string, Immutable. ID of Chrome OS Device. (required)
96+
commandId: string, Immutable. ID of Chrome OS Device Command. (required)
9797
x__xgafv: string, V1 error format.
9898
Allowed values
9999
1 - v1 error format

docs/dyn/admin_directory_v1.customer.devices.chromeos.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ <h3>Method Details</h3>
9696
<pre>Issues a command for the device to execute.
9797

9898
Args:
99-
customerId: string, Immutable. Immutable ID of the Google Workspace account. (required)
100-
deviceId: string, Immutable. Immutable ID of Chrome OS Device. (required)
99+
customerId: string, Immutable. ID of the Google Workspace account. (required)
100+
deviceId: string, Immutable. ID of Chrome OS Device. (required)
101101
body: object, The request body.
102102
The object takes the form of:
103103

docs/dyn/admin_directory_v1.members.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2>Instance Methods</h2>
8585
<p class="firstline">Retrieves a group member's properties.</p>
8686
<p class="toc_element">
8787
<code><a href="#hasMember">hasMember(groupKey, memberKey, x__xgafv=None)</a></code></p>
88-
<p class="firstline">Checks whether the given user is a member of the group. Membership can be direct or nested.</p>
88+
<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>
8989
<p class="toc_element">
9090
<code><a href="#insert">insert(groupKey, body=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Adds a user to the specified group.</p>
@@ -150,7 +150,7 @@ <h3>Method Details</h3>
150150

151151
<div class="method">
152152
<code class="details" id="hasMember">hasMember(groupKey, memberKey, x__xgafv=None)</code>
153-
<pre>Checks whether the given user is a member of the group. Membership can be direct or nested.
153+
<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.
154154

155155
Args:
156156
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)

docs/dyn/adsense_v2.accounts.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ <h2>Instance Methods</h2>
105105
<p class="toc_element">
106106
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
107107
<p class="firstline">Gets information about the selected AdSense account.</p>
108+
<p class="toc_element">
109+
<code><a href="#getAdBlockingRecoveryTag">getAdBlockingRecoveryTag(name, x__xgafv=None)</a></code></p>
110+
<p class="firstline">Gets the ad blocking recovery tag of an account.</p>
108111
<p class="toc_element">
109112
<code><a href="#list">list(pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
110113
<p class="firstline">Lists all accounts available to this user.</p>
@@ -153,6 +156,26 @@ <h3>Method Details</h3>
153156
}</pre>
154157
</div>
155158

159+
<div class="method">
160+
<code class="details" id="getAdBlockingRecoveryTag">getAdBlockingRecoveryTag(name, x__xgafv=None)</code>
161+
<pre>Gets the ad blocking recovery tag of an account.
162+
163+
Args:
164+
name: string, Required. The name of the account to get the tag for. Format: accounts/{account} (required)
165+
x__xgafv: string, V1 error format.
166+
Allowed values
167+
1 - v1 error format
168+
2 - v2 error format
169+
170+
Returns:
171+
An object of the form:
172+
173+
{ # Representation of an ad blocking recovery tag. See https://support.google.com/adsense/answer/11575177.
174+
&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).
175+
&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.
176+
}</pre>
177+
</div>
178+
156179
<div class="method">
157180
<code class="details" id="list">list(pageSize=None, pageToken=None, x__xgafv=None)</code>
158181
<pre>Lists all accounts available to this user.

docs/dyn/analyticsadmin_v1alpha.properties.audiences.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ <h2>Instance Methods</h2>
8585
<p class="firstline">Creates an Audience.</p>
8686
<p class="toc_element">
8787
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
88-
<p class="firstline">Lookup for a single Audience. Audiences created before 2020 may not be supported.</p>
88+
<p class="firstline">Lookup for a single Audience. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions.</p>
8989
<p class="toc_element">
9090
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
91-
<p class="firstline">Lists Audiences on a property. Audiences created before 2020 may not be supported.</p>
91+
<p class="firstline">Lists Audiences on a property. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions.</p>
9292
<p class="toc_element">
9393
<code><a href="#list_next">list_next()</a></code></p>
9494
<p class="firstline">Retrieves the next page of results.</p>
@@ -409,7 +409,7 @@ <h3>Method Details</h3>
409409

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

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

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

561561
Args:
562562
parent: string, Required. Example format: properties/1234 (required)

0 commit comments

Comments
 (0)