Skip to content

Commit 34eef11

Browse files
feat(admin): update the api
#### admin:directory_v1 The following keys were added: - resources.chromeosdevices.methods.list.parameters.includeChildOrgunits (Total Keys: 2)
1 parent b29a4d7 commit 34eef11

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

docs/dyn/admin_directory_v1.chromeosdevices.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2>Instance Methods</h2>
8484
<code><a href="#get">get(customerId, deviceId, projection=None, x__xgafv=None)</a></code></p>
8585
<p class="firstline">Retrieves a Chrome OS device's properties.</p>
8686
<p class="toc_element">
87-
<code><a href="#list">list(customerId, maxResults=None, orderBy=None, orgUnitPath=None, pageToken=None, projection=None, query=None, sortOrder=None, x__xgafv=None)</a></code></p>
87+
<code><a href="#list">list(customerId, includeChildOrgunits=None, maxResults=None, orderBy=None, orgUnitPath=None, pageToken=None, projection=None, query=None, sortOrder=None, x__xgafv=None)</a></code></p>
8888
<p class="firstline">Retrieves a paginated list of Chrome OS devices within an account.</p>
8989
<p class="toc_element">
9090
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -273,11 +273,12 @@ <h3>Method Details</h3>
273273
</div>
274274

275275
<div class="method">
276-
<code class="details" id="list">list(customerId, maxResults=None, orderBy=None, orgUnitPath=None, pageToken=None, projection=None, query=None, sortOrder=None, x__xgafv=None)</code>
276+
<code class="details" id="list">list(customerId, includeChildOrgunits=None, maxResults=None, orderBy=None, orgUnitPath=None, pageToken=None, projection=None, query=None, sortOrder=None, x__xgafv=None)</code>
277277
<pre>Retrieves a paginated list of Chrome OS devices within an account.
278278

279279
Args:
280280
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)
281+
includeChildOrgunits: boolean, Return devices from all child orgunits, as well as the specified org unit. If this is set to true &#x27;orgUnitPath&#x27; must be provided.
281282
maxResults: integer, Maximum number of results to return.
282283
orderBy: string, Device property to use for sorting results.
283284
Allowed values

googleapiclient/discovery_cache/documents/admin.datatransfer_v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
}
273273
}
274274
},
275-
"revision": "20211008",
275+
"revision": "20211014",
276276
"rootUrl": "https://admin.googleapis.com/",
277277
"schemas": {
278278
"Application": {

googleapiclient/discovery_cache/documents/admin.directory_v1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,11 @@
395395
"required": true,
396396
"type": "string"
397397
},
398+
"includeChildOrgunits": {
399+
"description": "Return devices from all child orgunits, as well as the specified org unit. If this is set to true 'orgUnitPath' must be provided.",
400+
"location": "query",
401+
"type": "boolean"
402+
},
398403
"maxResults": {
399404
"default": "100",
400405
"description": "Maximum number of results to return.",
@@ -4397,7 +4402,7 @@
43974402
}
43984403
}
43994404
},
4400-
"revision": "20211008",
4405+
"revision": "20211014",
44014406
"rootUrl": "https://admin.googleapis.com/",
44024407
"schemas": {
44034408
"Alias": {

googleapiclient/discovery_cache/documents/admin.reports_v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@
631631
}
632632
}
633633
},
634-
"revision": "20211008",
634+
"revision": "20211014",
635635
"rootUrl": "https://admin.googleapis.com/",
636636
"schemas": {
637637
"Activities": {

0 commit comments

Comments
 (0)