Skip to content

Commit 6970659

Browse files
chore: Update discovery artifacts (#1208)
## Discovery Artifact Change Summary: admindirectory_v1[ [More details]](3fc3b76) adminreports_v1[ [More details]](3fc3b76) admobv1[ [More details]](a2400d9) admobv1beta[ [More details]](a2400d9) analyticsv3[ [More details]](61136a1) analyticsreportingv4[ [More details]](03ee301) androidenterprisev1[ [More details]](09a9ddc) assuredworkloadsv1[ [More details]](a7b9f4c) bigquerydatatransferv1[ [More details]](52de288) classroomv1[ [More details]](ec62034) cloudassetv1[ [More details]](0e739c1) cloudassetv1beta1[ [More details]](0e739c1) cloudassetv1p1beta1[ [More details]](0e739c1) cloudassetv1p4beta1[ [More details]](0e739c1) cloudassetv1p5beta1[ [More details]](0e739c1) cloudassetv1p7beta1[ [More details]](0e739c1) clouderrorreportingv1beta1[ [More details]](aee2d1d) cloudiotv1[ [More details]](c1635fd) cloudsearchv1[ [More details]](3ee9ab1) cloudshellv1[ [More details]](e107595) containerv1beta1[ [More details]](4795863) datalabelingv1beta1[ [More details]](ad487d5) dfareportingv3.3[ [More details]](fc38ed0) dfareportingv3.4[ [More details]](fc38ed0) docsv1[ [More details]](c6dcde4) domainsv1alpha2[ [More details]](92b5958) domainsv1beta1[ [More details]](92b5958) doubleclickbidmanagerv1.1[ [More details]](2cf24fd) drivev2[ [More details]](a060399) drivev3[ [More details]](a060399) fcmv1[ [More details]](348a8bc) firebasehostingv1beta1[ [More details]](15eb02b) fitnessv1[ [More details]](b40a9bb) gmailv1[ [More details]](6a77c58) groupssettingsv1[ [More details]](bbbcfde) homegraphv1[ [More details]](a867202) indexnan[ [More details]](a867202) loggingv2[ [More details]](8fcbde0) peoplev1[ [More details]](6e4c87a) recommendationenginev1beta1[ [More details]](e6ace9e) recommenderv1[ [More details]](c340d3f) recommenderv1beta1[ [More details]](c340d3f) redisv1[ [More details]](f0d31fe) redisv1beta1[ [More details]](f0d31fe) scriptv1[ [More details]](d235c94) servicedirectoryv1beta1[ [More details]](b8e06d2) servicemanagementv1[ [More details]](eb37d58) smartdevicemanagementv1[ [More details]](67bfa0e) streetviewpublishv1[ [More details]](5825e78) tasksv1[ [More details]](dcd228a) texttospeechv1[ [More details]](43220b5) texttospeechv1beta1[ [More details]](43220b5) trafficdirectorv2[ [More details]](4141254) translatev3[ [More details]](b0bec6c) translatev3beta1[ [More details]](b0bec6c) vaultv1[ [More details]](f946ac2) workflowsv1beta[ [More details]](a4ff4fc)
1 parent b6dc1b9 commit 6970659

File tree

181 files changed

+141832
-134141
lines changed

Some content is hidden

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

181 files changed

+141832
-134141
lines changed

docs/dyn/admin_directory_v1.users.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ <h2>Instance Methods</h2>
9797
<code><a href="#insert">insert(body=None, x__xgafv=None)</a></code></p>
9898
<p class="firstline">Creates a user.</p>
9999
<p class="toc_element">
100-
<code><a href="#list">list(customFieldMask=None, customer=None, domain=None, maxResults=None, orderBy=None, pageToken=None, projection=None, query=None, showDeleted=None, sortOrder=None, viewType=None, x__xgafv=None)</a></code></p>
100+
<code><a href="#list">list(customFieldMask=None, customer=None, domain=None, event=None, maxResults=None, orderBy=None, pageToken=None, projection=None, query=None, showDeleted=None, sortOrder=None, viewType=None, x__xgafv=None)</a></code></p>
101101
<p class="firstline">Retrieves a paginated list of either deleted users or all users in a domain.</p>
102102
<p class="toc_element">
103103
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -367,13 +367,21 @@ <h3>Method Details</h3>
367367
</div>
368368

369369
<div class="method">
370-
<code class="details" id="list">list(customFieldMask=None, customer=None, domain=None, maxResults=None, orderBy=None, pageToken=None, projection=None, query=None, showDeleted=None, sortOrder=None, viewType=None, x__xgafv=None)</code>
370+
<code class="details" id="list">list(customFieldMask=None, customer=None, domain=None, event=None, maxResults=None, orderBy=None, pageToken=None, projection=None, query=None, showDeleted=None, sortOrder=None, viewType=None, x__xgafv=None)</code>
371371
<pre>Retrieves a paginated list of either deleted users or all users in a domain.
372372

373373
Args:
374374
customFieldMask: string, A comma-separated list of schema names. All fields from these schemas are fetched. This should only be set when `projection=custom`.
375375
customer: string, The unique ID for the customer&#x27;s Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, fill this field instead of domain. You can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users). Either the `customer` or the `domain` parameter must be provided.
376376
domain: string, The domain name. Use this field to get fields from only one domain. To return all domains for a customer account, use the `customer` query parameter instead. Either the `customer` or the `domain` parameter must be provided.
377+
event: string, Event on which subscription is intended (if subscribing)
378+
Allowed values
379+
eventUndefined -
380+
add - User Created Event
381+
delete - User Deleted Event
382+
makeAdmin - User Admin Status Change Event
383+
undelete - User Undeleted Event
384+
update - User Updated Event
377385
maxResults: integer, Maximum number of results to return.
378386
orderBy: string, Property to use for sorting results.
379387
Allowed values

docs/dyn/admin_reports_v1.activities.html

Lines changed: 15 additions & 15 deletions
Large diffs are not rendered by default.

docs/dyn/admin_reports_v1.customerUsageReports.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h3>Method Details</h3>
116116
&quot;entity&quot;: { # Output only. Information about the type of the item.
117117
&quot;customerId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the customer&#x27;s account.
118118
&quot;entityId&quot;: &quot;A String&quot;, # Output only. Object key. Only relevant if entity.type = &quot;OBJECT&quot; Note: external-facing name of report is &quot;Entities&quot; rather than &quot;Objects&quot;.
119-
&quot;profileId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s immutable G Suite profile identifier.
119+
&quot;profileId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s immutable Google Workspace profile identifier.
120120
&quot;type&quot;: &quot;A String&quot;, # Output only. The type of item. The value is `user`.
121121
&quot;userEmail&quot;: &quot;A String&quot;, # Output only. The user&#x27;s email address. Only relevant if entity.type = &quot;USER&quot;
122122
},

docs/dyn/admin_reports_v1.entityUsageReports.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h3>Method Details</h3>
127127
&quot;entity&quot;: { # Output only. Information about the type of the item.
128128
&quot;customerId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the customer&#x27;s account.
129129
&quot;entityId&quot;: &quot;A String&quot;, # Output only. Object key. Only relevant if entity.type = &quot;OBJECT&quot; Note: external-facing name of report is &quot;Entities&quot; rather than &quot;Objects&quot;.
130-
&quot;profileId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s immutable G Suite profile identifier.
130+
&quot;profileId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s immutable Google Workspace profile identifier.
131131
&quot;type&quot;: &quot;A String&quot;, # Output only. The type of item. The value is `user`.
132132
&quot;userEmail&quot;: &quot;A String&quot;, # Output only. The user&#x27;s email address. Only relevant if entity.type = &quot;USER&quot;
133133
},

docs/dyn/admin_reports_v1.userUsageReport.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h3>Method Details</h3>
9494
<pre>Retrieves a report which is a collection of properties and statistics for a set of users with the account. For more information, see the User Usage Report guide. For more information about the user report&#x27;s parameters, see the Users Usage parameters reference guides.
9595

9696
Args:
97-
userKey: string, Represents the profile ID or the user email for which the data should be filtered. Can be `all` for all information, or `userKey` for a user&#x27;s unique G Suite profile ID or their primary email address. (required)
97+
userKey: string, Represents the profile ID or the user email for which the data should be filtered. Can be `all` for all information, or `userKey` for a user&#x27;s unique Google Workspace profile ID or their primary email address. (required)
9898
date: string, Represents the date the usage occurred. The timestamp is in the ISO 8601 format, yyyy-mm-dd. We recommend you use your account&#x27;s time zone for this. (required)
9999
customerId: string, The unique ID of the customer to retrieve data for.
100100
filters: string, The `filters` query string is a comma-separated list of an application&#x27;s event parameters where the parameter&#x27;s value is manipulated by a relational operator. The `filters` query string includes the name of the application whose usage is returned in the report. The application values for the Users Usage Report include `accounts`, `docs`, and `gmail`. Filters are in the form `[application name]:parameter name[parameter value],...`. In this example, the `&lt;&gt;` &#x27;not equal to&#x27; operator is URL-encoded in the request&#x27;s query string (%3C%3E): GET https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/2013-03-03 ?parameters=accounts:last_login_time &amp;filters=accounts:last_login_time%3C%3E2010-10-28T10:26:35.000Z The relational operators include: - `==` - &#x27;equal to&#x27;. - `&lt;&gt;` - &#x27;not equal to&#x27;. It is URL-encoded (%3C%3E). - `&lt;` - &#x27;less than&#x27;. It is URL-encoded (%3C). - `&lt;=` - &#x27;less than or equal to&#x27;. It is URL-encoded (%3C=). - `&gt;` - &#x27;greater than&#x27;. It is URL-encoded (%3E). - `&gt;=` - &#x27;greater than or equal to&#x27;. It is URL-encoded (%3E=).
@@ -121,7 +121,7 @@ <h3>Method Details</h3>
121121
&quot;entity&quot;: { # Output only. Information about the type of the item.
122122
&quot;customerId&quot;: &quot;A String&quot;, # Output only. The unique identifier of the customer&#x27;s account.
123123
&quot;entityId&quot;: &quot;A String&quot;, # Output only. Object key. Only relevant if entity.type = &quot;OBJECT&quot; Note: external-facing name of report is &quot;Entities&quot; rather than &quot;Objects&quot;.
124-
&quot;profileId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s immutable G Suite profile identifier.
124+
&quot;profileId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s immutable Google Workspace profile identifier.
125125
&quot;type&quot;: &quot;A String&quot;, # Output only. The type of item. The value is `user`.
126126
&quot;userEmail&quot;: &quot;A String&quot;, # Output only. The user&#x27;s email address. Only relevant if entity.type = &quot;USER&quot;
127127
},

docs/dyn/admob_v1.accounts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h2>Instance Methods</h2>
9292
<p class="firstline">Gets information about the specified AdMob publisher account.</p>
9393
<p class="toc_element">
9494
<code><a href="#list">list(pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
95-
<p class="firstline">Lists the AdMob publisher account accessible with the client credential. Currently, all credentials have access to at most one AdMob account.</p>
95+
<p class="firstline">Lists the AdMob publisher account that was most recently signed in to from the AdMob UI. For more information, see https://support.google.com/admob/answer/10243672.</p>
9696
<p class="toc_element">
9797
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
9898
<p class="firstline">Retrieves the next page of results.</p>
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126126

127127
<div class="method">
128128
<code class="details" id="list">list(pageSize=None, pageToken=None, x__xgafv=None)</code>
129-
<pre>Lists the AdMob publisher account accessible with the client credential. Currently, all credentials have access to at most one AdMob account.
129+
<pre>Lists the AdMob publisher account that was most recently signed in to from the AdMob UI. For more information, see https://support.google.com/admob/answer/10243672.
130130

131131
Args:
132132
pageSize: integer, Maximum number of accounts to return.

docs/dyn/admob_v1beta.accounts.adUnits.html

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

9696
Args:
9797
parent: string, Required. Resource name of the account to list ad units for. Example: accounts/pub-9876543210987654 (required)
98-
pageSize: integer, The maximum number of ad units to return.
98+
pageSize: integer, The maximum number of ad units to return. If unspecified or 0, at most 1000 ad units will be returned. The maximum value is 10,000; values above 10,000 will be coerced to 10,000.
9999
pageToken: string, The value returned by the last `ListAdUnitsResponse`; indicates that this is a continuation of a prior `ListAdUnits` call, and that the system should return the next page of data.
100100
x__xgafv: string, V1 error format.
101101
Allowed values

docs/dyn/admob_v1beta.accounts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h2>Instance Methods</h2>
102102
<p class="firstline">Gets information about the specified AdMob publisher account.</p>
103103
<p class="toc_element">
104104
<code><a href="#list">list(pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
105-
<p class="firstline">Lists the AdMob publisher account accessible with the client credential. Currently, all credentials have access to at most one AdMob account.</p>
105+
<p class="firstline">Lists the AdMob publisher account that was most recently signed in to from the AdMob UI. For more information, see https://support.google.com/admob/answer/10243672.</p>
106106
<p class="toc_element">
107107
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
108108
<p class="firstline">Retrieves the next page of results.</p>
@@ -136,7 +136,7 @@ <h3>Method Details</h3>
136136

137137
<div class="method">
138138
<code class="details" id="list">list(pageSize=None, pageToken=None, x__xgafv=None)</code>
139-
<pre>Lists the AdMob publisher account accessible with the client credential. Currently, all credentials have access to at most one AdMob account.
139+
<pre>Lists the AdMob publisher account that was most recently signed in to from the AdMob UI. For more information, see https://support.google.com/admob/answer/10243672.
140140

141141
Args:
142142
pageSize: integer, Maximum number of accounts to return.

docs/dyn/androidenterprise_v1.devices.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h2>Instance Methods</h2>
9494
<p class="firstline">Sets whether a device's access to Google services is enabled or disabled. The device state takes effect only if enforcing EMM policies on Android devices is enabled in the Google Admin Console. Otherwise, the device state is ignored and all devices are allowed access to Google services. This is only supported for Google-managed users.</p>
9595
<p class="toc_element">
9696
<code><a href="#update">update(enterpriseId, userId, deviceId, body=None, updateMask=None, x__xgafv=None)</a></code></p>
97-
<p class="firstline">Updates the device policy</p>
97+
<p class="firstline">Updates the device policy. To ensure the policy is properly enforced, you need to prevent unmanaged accounts from accessing Google Play by setting the allowed_accounts in the managed configuration for the Google Play package. See restrict accounts in Google Play.</p>
9898
<h3>Method Details</h3>
9999
<div class="method">
100100
<code class="details" id="close">close()</code>
@@ -386,7 +386,7 @@ <h3>Method Details</h3>
386386

387387
<div class="method">
388388
<code class="details" id="update">update(enterpriseId, userId, deviceId, body=None, updateMask=None, x__xgafv=None)</code>
389-
<pre>Updates the device policy
389+
<pre>Updates the device policy. To ensure the policy is properly enforced, you need to prevent unmanaged accounts from accessing Google Play by setting the allowed_accounts in the managed configuration for the Google Play package. See restrict accounts in Google Play.
390390

391391
Args:
392392
enterpriseId: string, The ID of the enterprise. (required)

0 commit comments

Comments
 (0)