Skip to content

Commit 03f4753

Browse files
chore: Update discovery artifacts (#1987)
## Discovery Artifact Change Summary: feat(chromemanagement): update the api https://togithub.com/googleapis/google-api-python-client/commit/61558ed3f2924f8afa2aaba3a2485422fafda07a feat(sqladmin): update the api https://togithub.com/googleapis/google-api-python-client/commit/bcc83f0b0cdd3646d37ae669dc3d1f04665e89bc
1 parent 8c2902a commit 03f4753

File tree

117 files changed

+1388
-650
lines changed

Some content is hidden

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

117 files changed

+1388
-650
lines changed

docs/dyn/admin_directory_v1.domainAliases.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h3>Method Details</h3>
114114
<pre>Retrieves a domain alias of the customer.
115115

116116
Args:
117-
customer: string, Immutable ID of the Google Workspace account. (required)
117+
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, use 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](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
118118
domainAliasName: string, Name of domain alias to be retrieved. (required)
119119
x__xgafv: string, V1 error format.
120120
Allowed values
@@ -175,7 +175,7 @@ <h3>Method Details</h3>
175175
<pre>Lists the domain aliases of the customer.
176176

177177
Args:
178-
customer: string, Immutable ID of the Google Workspace account. (required)
178+
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, use 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](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
179179
parentDomainName: string, Name of the parent domain for which domain aliases are to be fetched.
180180
x__xgafv: string, V1 error format.
181181
Allowed values

docs/dyn/admin_directory_v1.domains.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h3>Method Details</h3>
114114
<pre>Retrieves a domain of the customer.
115115

116116
Args:
117-
customer: string, Immutable ID of the Google Workspace account. (required)
117+
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, use 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](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
118118
domainName: string, Name of domain to be retrieved (required)
119119
x__xgafv: string, V1 error format.
120120
Allowed values
@@ -205,7 +205,7 @@ <h3>Method Details</h3>
205205
<pre>Lists the domains of the customer.
206206

207207
Args:
208-
customer: string, Immutable ID of the Google Workspace account. (required)
208+
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, use 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](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
209209
x__xgafv: string, V1 error format.
210210
Allowed values
211211
1 - v1 error format

docs/dyn/admin_directory_v1.groups.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ <h3>Method Details</h3>
210210
<pre>Retrieves all groups of a domain or of a user given a userKey (paginated).
211211

212212
Args:
213-
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 in 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](/admin-sdk/directory/v1/reference/users) resource. Either the `customer` or the `domain` parameter must be provided.
213+
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, use 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](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter.
214214
domain: string, The domain name. Use this field to get groups from only one domain. To return all domains for a customer account, use the `customer` query parameter instead.
215215
maxResults: integer, Maximum number of results to return. Max allowed value is 200.
216216
orderBy: string, Column to use for sorting results

docs/dyn/admin_directory_v1.members.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h2>Instance Methods</h2>
9191
<p class="firstline">Adds a user to the specified group.</p>
9292
<p class="toc_element">
9393
<code><a href="#list">list(groupKey, includeDerivedMembership=None, maxResults=None, pageToken=None, roles=None, x__xgafv=None)</a></code></p>
94-
<p class="firstline">Retrieves a paginated list of all members in a group.</p>
94+
<p class="firstline">Retrieves a paginated list of all members in a group. This method times out after 60 minutes. For more information, see [Troubleshoot error codes](https://developers.google.com/admin-sdk/directory/v1/guides/troubleshoot-error-codes).</p>
9595
<p class="toc_element">
9696
<code><a href="#list_next">list_next()</a></code></p>
9797
<p class="firstline">Retrieves the next page of results.</p>
@@ -210,7 +210,7 @@ <h3>Method Details</h3>
210210

211211
<div class="method">
212212
<code class="details" id="list">list(groupKey, includeDerivedMembership=None, maxResults=None, pageToken=None, roles=None, x__xgafv=None)</code>
213-
<pre>Retrieves a paginated list of all members in a group.
213+
<pre>Retrieves a paginated list of all members in a group. This method times out after 60 minutes. For more information, see [Troubleshoot error codes](https://developers.google.com/admin-sdk/directory/v1/guides/troubleshoot-error-codes).
214214

215215
Args:
216216
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/admin_directory_v1.mobiledevices.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
8888
<p class="firstline">Retrieves a mobile device's properties.</p>
8989
<p class="toc_element">
9090
<code><a href="#list">list(customerId, maxResults=None, orderBy=None, pageToken=None, projection=None, query=None, sortOrder=None, x__xgafv=None)</a></code></p>
91-
<p class="firstline">Retrieves a paginated list of all user-owned mobile devices for an account. To retrieve a list that includes company-owned devices, use the Cloud Identity [Devices API](https://cloud.google.com/identity/docs/concepts/overview-devices) instead.</p>
91+
<p class="firstline">Retrieves a paginated list of all user-owned mobile devices for an account. To retrieve a list that includes company-owned devices, use the Cloud Identity [Devices API](https://cloud.google.com/identity/docs/concepts/overview-devices) instead. This method times out after 60 minutes. For more information, see [Troubleshoot error codes](https://developers.google.com/admin-sdk/directory/v1/guides/troubleshoot-error-codes).</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>
@@ -214,7 +214,7 @@ <h3>Method Details</h3>
214214

215215
<div class="method">
216216
<code class="details" id="list">list(customerId, maxResults=None, orderBy=None, pageToken=None, projection=None, query=None, sortOrder=None, x__xgafv=None)</code>
217-
<pre>Retrieves a paginated list of all user-owned mobile devices for an account. To retrieve a list that includes company-owned devices, use the Cloud Identity [Devices API](https://cloud.google.com/identity/docs/concepts/overview-devices) instead.
217+
<pre>Retrieves a paginated list of all user-owned mobile devices for an account. To retrieve a list that includes company-owned devices, use the Cloud Identity [Devices API](https://cloud.google.com/identity/docs/concepts/overview-devices) instead. This method times out after 60 minutes. For more information, see [Troubleshoot error codes](https://developers.google.com/admin-sdk/directory/v1/guides/troubleshoot-error-codes).
218218

219219
Args:
220220
customerId: string, The unique ID for the customer&#x27;s Google Workspace account. As an account administrator, 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). (required)

docs/dyn/admin_directory_v1.privileges.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h3>Method Details</h3>
9191
<pre>Retrieves a paginated list of all privileges for a customer.
9292

9393
Args:
94-
customer: string, Immutable ID of the Google Workspace account. (required)
94+
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, use 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](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
9595
x__xgafv: string, V1 error format.
9696
Allowed values
9797
1 - v1 error format

docs/dyn/admin_directory_v1.roleAssignments.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h3>Method Details</h3>
117117
<pre>Retrieves a role assignment.
118118

119119
Args:
120-
customer: string, Immutable ID of the Google Workspace account. (required)
120+
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, use 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](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
121121
roleAssignmentId: string, Immutable ID of the role assignment. (required)
122122
x__xgafv: string, V1 error format.
123123
Allowed values
@@ -181,7 +181,7 @@ <h3>Method Details</h3>
181181
<pre>Retrieves a paginated list of all roleAssignments.
182182

183183
Args:
184-
customer: string, Immutable ID of the Google Workspace account. (required)
184+
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, use 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](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
185185
maxResults: integer, Maximum number of results to return.
186186
pageToken: string, Token to specify the next page in the list.
187187
roleId: string, Immutable ID of a role. If included in the request, returns only role assignments containing this role ID.

docs/dyn/admin_directory_v1.roles.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h3>Method Details</h3>
123123
<pre>Retrieves a role.
124124

125125
Args:
126-
customer: string, Immutable ID of the Google Workspace account. (required)
126+
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, use 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](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
127127
roleId: string, Immutable ID of the role. (required)
128128
x__xgafv: string, V1 error format.
129129
Allowed values
@@ -205,7 +205,7 @@ <h3>Method Details</h3>
205205
<pre>Retrieves a paginated list of all the roles in a domain.
206206

207207
Args:
208-
customer: string, Immutable ID of the Google Workspace account. (required)
208+
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, use 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](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
209209
maxResults: integer, Maximum number of results to return.
210210
pageToken: string, Token to specify the next page in the list.
211211
x__xgafv: string, V1 error format.

docs/dyn/admin_directory_v1.schemas.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h3>Method Details</h3>
120120
<pre>Retrieves a schema.
121121

122122
Args:
123-
customerId: string, Immutable ID of the Google Workspace account. (required)
123+
customerId: 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, use 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](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
124124
schemaKey: string, Name or immutable ID of the schema. (required)
125125
x__xgafv: string, V1 error format.
126126
Allowed values
@@ -229,7 +229,7 @@ <h3>Method Details</h3>
229229
<pre>Retrieves all schemas for a customer.
230230

231231
Args:
232-
customerId: string, Immutable ID of the Google Workspace account. (required)
232+
customerId: 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, use 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](/admin-sdk/directory/v1/reference/users) resource. You must provide either the `customer` or the `domain` parameter. (required)
233233
x__xgafv: string, V1 error format.
234234
Allowed values
235235
1 - v1 error format

0 commit comments

Comments
 (0)