Skip to content

Commit 1759d79

Browse files
feat(admin): update the api
#### admin:directory_v1 The following keys were added: - resources.customers.resources.chrome.resources.printers.methods.list.parameters.orderBy (Total Keys: 2)
1 parent 0207df7 commit 1759d79

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

docs/dyn/admin_directory_v1.customers.chrome.printers.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h2>Instance Methods</h2>
9393
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Returns a `Printer` resource (printer's config).</p>
9595
<p class="toc_element">
96-
<code><a href="#list">list(parent, filter=None, orgUnitId=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
96+
<code><a href="#list">list(parent, filter=None, orderBy=None, orgUnitId=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9797
<p class="firstline">List printers configs.</p>
9898
<p class="toc_element">
9999
<code><a href="#listPrinterModels">listPrinterModels(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
@@ -369,12 +369,13 @@ <h3>Method Details</h3>
369369
</div>
370370

371371
<div class="method">
372-
<code class="details" id="list">list(parent, filter=None, orgUnitId=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
372+
<code class="details" id="list">list(parent, filter=None, orderBy=None, orgUnitId=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
373373
<pre>List printers configs.
374374

375375
Args:
376376
parent: string, Required. The name of the customer who owns this collection of printers. Format: customers/{customer_id} (required)
377377
filter: string, Search query. Search syntax is shared between this api and Admin Console printers pages.
378+
orderBy: string, The order to sort results by. Must be one of display_name, description, make_and_model, or create_time. Default order is ascending, but descending order can be returned by appending &quot;desc&quot; to the order_by field. For instance, &quot;description desc&quot; will return the printers sorted by description in descending order.
378379
orgUnitId: string, Organization Unit that we want to list the printers for. When org_unit is not present in the request then all printers of the customer are returned (or filtered). When org_unit is present in the request then only printers available to this OU will be returned (owned or inherited). You may see if printer is owned or inherited for this OU by looking at Printer.org_unit_id.
379380
pageSize: integer, The maximum number of objects to return. The service may return fewer than this value.
380381
pageToken: string, A page token, received from a previous call.

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": "20220201",
275+
"revision": "20220215",
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
@@ -937,6 +937,11 @@
937937
"location": "query",
938938
"type": "string"
939939
},
940+
"orderBy": {
941+
"description": "The order to sort results by. Must be one of display_name, description, make_and_model, or create_time. Default order is ascending, but descending order can be returned by appending \"desc\" to the order_by field. For instance, \"description desc\" will return the printers sorted by description in descending order.",
942+
"location": "query",
943+
"type": "string"
944+
},
940945
"orgUnitId": {
941946
"description": "Organization Unit that we want to list the printers for. When org_unit is not present in the request then all printers of the customer are returned (or filtered). When org_unit is present in the request then only printers available to this OU will be returned (owned or inherited). You may see if printer is owned or inherited for this OU by looking at Printer.org_unit_id.",
942947
"location": "query",
@@ -4402,7 +4407,7 @@
44024407
}
44034408
}
44044409
},
4405-
"revision": "20220201",
4410+
"revision": "20220215",
44064411
"rootUrl": "https://admin.googleapis.com/",
44074412
"schemas": {
44084413
"Alias": {

googleapiclient/discovery_cache/documents/admin.reports_v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@
623623
}
624624
}
625625
},
626-
"revision": "20220201",
626+
"revision": "20220215",
627627
"rootUrl": "https://admin.googleapis.com/",
628628
"schemas": {
629629
"Activities": {

0 commit comments

Comments
 (0)