Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 522e74b

Browse files
committedNov 1, 2022
feat(drivelabels): update the api
#### drivelabels:v2beta The following keys were deleted: - resources.labels.resources.permissions.methods.batchDelete.parameters.labelsId (Total Keys: 3) - resources.labels.resources.permissions.methods.patch (Total Keys: 13) The following keys were added: - resources.labels.methods.updatePermissions (Total Keys: 13) - resources.labels.resources.permissions.methods.batchDelete.parameters.parent (Total Keys: 4) The following keys were changed: - resources.labels.resources.permissions.methods.batchDelete (Total Keys: 2)
1 parent bfaf4b3 commit 522e74b

6 files changed

+139
-140
lines changed
 

‎docs/dyn/drivelabels_v2beta.labels.html

+40
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ <h2>Instance Methods</h2>
122122
<p class="toc_element">
123123
<code><a href="#updateLabelCopyMode">updateLabelCopyMode(name, body=None, x__xgafv=None)</a></code></p>
124124
<p class="firstline">Updates a Label's `CopyMode`. Changes to this policy are not revisioned, do not require publishing, and take effect immediately.</p>
125+
<p class="toc_element">
126+
<code><a href="#updatePermissions">updatePermissions(parent, body=None, useAdminAccess=None, x__xgafv=None)</a></code></p>
127+
<p class="firstline">Updates a Label's permissions. If a permission for the indicated principal doesn't exist, a new Label Permission is created, otherwise the existing permission is updated. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.</p>
125128
<h3>Method Details</h3>
126129
<div class="method">
127130
<code class="details" id="close">close()</code>
@@ -3146,4 +3149,41 @@ <h3>Method Details</h3>
31463149
}</pre>
31473150
</div>
31483151

3152+
<div class="method">
3153+
<code class="details" id="updatePermissions">updatePermissions(parent, body=None, useAdminAccess=None, x__xgafv=None)</code>
3154+
<pre>Updates a Label&#x27;s permissions. If a permission for the indicated principal doesn&#x27;t exist, a new Label Permission is created, otherwise the existing permission is updated. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.
3155+
3156+
Args:
3157+
parent: string, Required. The parent Label resource name. (required)
3158+
body: object, The request body.
3159+
The object takes the form of:
3160+
3161+
{ # The permission that applies to a principal (user, group, audience) on a label.
3162+
&quot;audience&quot;: &quot;A String&quot;, # Audience to grant a role to. The magic value of `audiences/default` may be used to apply the role to the default audience in the context of the organization that owns the Label.
3163+
&quot;email&quot;: &quot;A String&quot;, # Specifies the email address for a user or group pricinpal. Not populated for audience principals. User and Group permissions may only be inserted using email address. On update requests, if email address is specified, no principal should be specified.
3164+
&quot;group&quot;: &quot;A String&quot;, # Group resource name.
3165+
&quot;name&quot;: &quot;A String&quot;, # Resource name of this permission.
3166+
&quot;person&quot;: &quot;A String&quot;, # Person resource name.
3167+
&quot;role&quot;: &quot;A String&quot;, # The role the principal should have.
3168+
}
3169+
3170+
useAdminAccess: boolean, Set to `true` in order to use the user&#x27;s admin credentials. The server will verify the user is an admin for the Label before allowing access.
3171+
x__xgafv: string, V1 error format.
3172+
Allowed values
3173+
1 - v1 error format
3174+
2 - v2 error format
3175+
3176+
Returns:
3177+
An object of the form:
3178+
3179+
{ # The permission that applies to a principal (user, group, audience) on a label.
3180+
&quot;audience&quot;: &quot;A String&quot;, # Audience to grant a role to. The magic value of `audiences/default` may be used to apply the role to the default audience in the context of the organization that owns the Label.
3181+
&quot;email&quot;: &quot;A String&quot;, # Specifies the email address for a user or group pricinpal. Not populated for audience principals. User and Group permissions may only be inserted using email address. On update requests, if email address is specified, no principal should be specified.
3182+
&quot;group&quot;: &quot;A String&quot;, # Group resource name.
3183+
&quot;name&quot;: &quot;A String&quot;, # Resource name of this permission.
3184+
&quot;person&quot;: &quot;A String&quot;, # Person resource name.
3185+
&quot;role&quot;: &quot;A String&quot;, # The role the principal should have.
3186+
}</pre>
3187+
</div>
3188+
31493189
</body></html>

‎docs/dyn/drivelabels_v2beta.labels.permissions.html

+3-43
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<h1><a href="drivelabels_v2beta.html">Drive Labels API</a> . <a href="drivelabels_v2beta.labels.html">labels</a> . <a href="drivelabels_v2beta.labels.permissions.html">permissions</a></h1>
7676
<h2>Instance Methods</h2>
7777
<p class="toc_element">
78-
<code><a href="#batchDelete">batchDelete(labelsId, body=None, x__xgafv=None)</a></code></p>
78+
<code><a href="#batchDelete">batchDelete(parent, body=None, x__xgafv=None)</a></code></p>
7979
<p class="firstline">Deletes Label permissions. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.</p>
8080
<p class="toc_element">
8181
<code><a href="#batchUpdate">batchUpdate(parent, body=None, x__xgafv=None)</a></code></p>
@@ -95,16 +95,13 @@ <h2>Instance Methods</h2>
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>
98-
<p class="toc_element">
99-
<code><a href="#patch">patch(parent, body=None, useAdminAccess=None, x__xgafv=None)</a></code></p>
100-
<p class="firstline">Updates a Label's permissions. If a permission for the indicated principal doesn't exist, a new Label Permission is created, otherwise the existing permission is updated. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.</p>
10198
<h3>Method Details</h3>
10299
<div class="method">
103-
<code class="details" id="batchDelete">batchDelete(labelsId, body=None, x__xgafv=None)</code>
100+
<code class="details" id="batchDelete">batchDelete(parent, body=None, x__xgafv=None)</code>
104101
<pre>Deletes Label permissions. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.
105102

106103
Args:
107-
labelsId: string, A parameter (required)
104+
parent: string, Required. The parent Label resource name shared by all permissions being deleted. Format: labels/{label} If this is set, the parent field in the UpdateLabelPermissionRequest messages must either be empty or match this field. (required)
108105
body: object, The request body.
109106
The object takes the form of:
110107

@@ -286,41 +283,4 @@ <h3>Method Details</h3>
286283
</pre>
287284
</div>
288285

289-
<div class="method">
290-
<code class="details" id="patch">patch(parent, body=None, useAdminAccess=None, x__xgafv=None)</code>
291-
<pre>Updates a Label&#x27;s permissions. If a permission for the indicated principal doesn&#x27;t exist, a new Label Permission is created, otherwise the existing permission is updated. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.
292-
293-
Args:
294-
parent: string, Required. The parent Label resource name. (required)
295-
body: object, The request body.
296-
The object takes the form of:
297-
298-
{ # The permission that applies to a principal (user, group, audience) on a label.
299-
&quot;audience&quot;: &quot;A String&quot;, # Audience to grant a role to. The magic value of `audiences/default` may be used to apply the role to the default audience in the context of the organization that owns the Label.
300-
&quot;email&quot;: &quot;A String&quot;, # Specifies the email address for a user or group pricinpal. Not populated for audience principals. User and Group permissions may only be inserted using email address. On update requests, if email address is specified, no principal should be specified.
301-
&quot;group&quot;: &quot;A String&quot;, # Group resource name.
302-
&quot;name&quot;: &quot;A String&quot;, # Resource name of this permission.
303-
&quot;person&quot;: &quot;A String&quot;, # Person resource name.
304-
&quot;role&quot;: &quot;A String&quot;, # The role the principal should have.
305-
}
306-
307-
useAdminAccess: boolean, Set to `true` in order to use the user&#x27;s admin credentials. The server will verify the user is an admin for the Label before allowing access.
308-
x__xgafv: string, V1 error format.
309-
Allowed values
310-
1 - v1 error format
311-
2 - v2 error format
312-
313-
Returns:
314-
An object of the form:
315-
316-
{ # The permission that applies to a principal (user, group, audience) on a label.
317-
&quot;audience&quot;: &quot;A String&quot;, # Audience to grant a role to. The magic value of `audiences/default` may be used to apply the role to the default audience in the context of the organization that owns the Label.
318-
&quot;email&quot;: &quot;A String&quot;, # Specifies the email address for a user or group pricinpal. Not populated for audience principals. User and Group permissions may only be inserted using email address. On update requests, if email address is specified, no principal should be specified.
319-
&quot;group&quot;: &quot;A String&quot;, # Group resource name.
320-
&quot;name&quot;: &quot;A String&quot;, # Resource name of this permission.
321-
&quot;person&quot;: &quot;A String&quot;, # Person resource name.
322-
&quot;role&quot;: &quot;A String&quot;, # The role the principal should have.
323-
}</pre>
324-
</div>
325-
326286
</body></html>

‎docs/dyn/drivelabels_v2beta.labels.revisions.html

+40
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,50 @@ <h2>Instance Methods</h2>
8787
<p class="toc_element">
8888
<code><a href="#close">close()</a></code></p>
8989
<p class="firstline">Close httplib2 connections.</p>
90+
<p class="toc_element">
91+
<code><a href="#updatePermissions">updatePermissions(parent, body=None, useAdminAccess=None, x__xgafv=None)</a></code></p>
92+
<p class="firstline">Updates a Label's permissions. If a permission for the indicated principal doesn't exist, a new Label Permission is created, otherwise the existing permission is updated. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.</p>
9093
<h3>Method Details</h3>
9194
<div class="method">
9295
<code class="details" id="close">close()</code>
9396
<pre>Close httplib2 connections.</pre>
9497
</div>
9598

99+
<div class="method">
100+
<code class="details" id="updatePermissions">updatePermissions(parent, body=None, useAdminAccess=None, x__xgafv=None)</code>
101+
<pre>Updates a Label&#x27;s permissions. If a permission for the indicated principal doesn&#x27;t exist, a new Label Permission is created, otherwise the existing permission is updated. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.
102+
103+
Args:
104+
parent: string, Required. The parent Label resource name. (required)
105+
body: object, The request body.
106+
The object takes the form of:
107+
108+
{ # The permission that applies to a principal (user, group, audience) on a label.
109+
&quot;audience&quot;: &quot;A String&quot;, # Audience to grant a role to. The magic value of `audiences/default` may be used to apply the role to the default audience in the context of the organization that owns the Label.
110+
&quot;email&quot;: &quot;A String&quot;, # Specifies the email address for a user or group pricinpal. Not populated for audience principals. User and Group permissions may only be inserted using email address. On update requests, if email address is specified, no principal should be specified.
111+
&quot;group&quot;: &quot;A String&quot;, # Group resource name.
112+
&quot;name&quot;: &quot;A String&quot;, # Resource name of this permission.
113+
&quot;person&quot;: &quot;A String&quot;, # Person resource name.
114+
&quot;role&quot;: &quot;A String&quot;, # The role the principal should have.
115+
}
116+
117+
useAdminAccess: boolean, Set to `true` in order to use the user&#x27;s admin credentials. The server will verify the user is an admin for the Label before allowing access.
118+
x__xgafv: string, V1 error format.
119+
Allowed values
120+
1 - v1 error format
121+
2 - v2 error format
122+
123+
Returns:
124+
An object of the form:
125+
126+
{ # The permission that applies to a principal (user, group, audience) on a label.
127+
&quot;audience&quot;: &quot;A String&quot;, # Audience to grant a role to. The magic value of `audiences/default` may be used to apply the role to the default audience in the context of the organization that owns the Label.
128+
&quot;email&quot;: &quot;A String&quot;, # Specifies the email address for a user or group pricinpal. Not populated for audience principals. User and Group permissions may only be inserted using email address. On update requests, if email address is specified, no principal should be specified.
129+
&quot;group&quot;: &quot;A String&quot;, # Group resource name.
130+
&quot;name&quot;: &quot;A String&quot;, # Resource name of this permission.
131+
&quot;person&quot;: &quot;A String&quot;, # Person resource name.
132+
&quot;role&quot;: &quot;A String&quot;, # The role the principal should have.
133+
}</pre>
134+
</div>
135+
96136
</body></html>

‎docs/dyn/drivelabels_v2beta.labels.revisions.permissions.html

+3-44
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<h1><a href="drivelabels_v2beta.html">Drive Labels API</a> . <a href="drivelabels_v2beta.labels.html">labels</a> . <a href="drivelabels_v2beta.labels.revisions.html">revisions</a> . <a href="drivelabels_v2beta.labels.revisions.permissions.html">permissions</a></h1>
7676
<h2>Instance Methods</h2>
7777
<p class="toc_element">
78-
<code><a href="#batchDelete">batchDelete(labelsId, revisionsId, body=None, x__xgafv=None)</a></code></p>
78+
<code><a href="#batchDelete">batchDelete(parent, body=None, x__xgafv=None)</a></code></p>
7979
<p class="firstline">Deletes Label permissions. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.</p>
8080
<p class="toc_element">
8181
<code><a href="#batchUpdate">batchUpdate(parent, body=None, x__xgafv=None)</a></code></p>
@@ -95,17 +95,13 @@ <h2>Instance Methods</h2>
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>
98-
<p class="toc_element">
99-
<code><a href="#patch">patch(parent, body=None, useAdminAccess=None, x__xgafv=None)</a></code></p>
100-
<p class="firstline">Updates a Label's permissions. If a permission for the indicated principal doesn't exist, a new Label Permission is created, otherwise the existing permission is updated. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.</p>
10198
<h3>Method Details</h3>
10299
<div class="method">
103-
<code class="details" id="batchDelete">batchDelete(labelsId, revisionsId, body=None, x__xgafv=None)</code>
100+
<code class="details" id="batchDelete">batchDelete(parent, body=None, x__xgafv=None)</code>
104101
<pre>Deletes Label permissions. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.
105102

106103
Args:
107-
labelsId: string, A parameter (required)
108-
revisionsId: string, A parameter (required)
104+
parent: string, Required. The parent Label resource name shared by all permissions being deleted. Format: labels/{label} If this is set, the parent field in the UpdateLabelPermissionRequest messages must either be empty or match this field. (required)
109105
body: object, The request body.
110106
The object takes the form of:
111107

@@ -287,41 +283,4 @@ <h3>Method Details</h3>
287283
</pre>
288284
</div>
289285

290-
<div class="method">
291-
<code class="details" id="patch">patch(parent, body=None, useAdminAccess=None, x__xgafv=None)</code>
292-
<pre>Updates a Label&#x27;s permissions. If a permission for the indicated principal doesn&#x27;t exist, a new Label Permission is created, otherwise the existing permission is updated. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.
293-
294-
Args:
295-
parent: string, Required. The parent Label resource name. (required)
296-
body: object, The request body.
297-
The object takes the form of:
298-
299-
{ # The permission that applies to a principal (user, group, audience) on a label.
300-
&quot;audience&quot;: &quot;A String&quot;, # Audience to grant a role to. The magic value of `audiences/default` may be used to apply the role to the default audience in the context of the organization that owns the Label.
301-
&quot;email&quot;: &quot;A String&quot;, # Specifies the email address for a user or group pricinpal. Not populated for audience principals. User and Group permissions may only be inserted using email address. On update requests, if email address is specified, no principal should be specified.
302-
&quot;group&quot;: &quot;A String&quot;, # Group resource name.
303-
&quot;name&quot;: &quot;A String&quot;, # Resource name of this permission.
304-
&quot;person&quot;: &quot;A String&quot;, # Person resource name.
305-
&quot;role&quot;: &quot;A String&quot;, # The role the principal should have.
306-
}
307-
308-
useAdminAccess: boolean, Set to `true` in order to use the user&#x27;s admin credentials. The server will verify the user is an admin for the Label before allowing access.
309-
x__xgafv: string, V1 error format.
310-
Allowed values
311-
1 - v1 error format
312-
2 - v2 error format
313-
314-
Returns:
315-
An object of the form:
316-
317-
{ # The permission that applies to a principal (user, group, audience) on a label.
318-
&quot;audience&quot;: &quot;A String&quot;, # Audience to grant a role to. The magic value of `audiences/default` may be used to apply the role to the default audience in the context of the organization that owns the Label.
319-
&quot;email&quot;: &quot;A String&quot;, # Specifies the email address for a user or group pricinpal. Not populated for audience principals. User and Group permissions may only be inserted using email address. On update requests, if email address is specified, no principal should be specified.
320-
&quot;group&quot;: &quot;A String&quot;, # Group resource name.
321-
&quot;name&quot;: &quot;A String&quot;, # Resource name of this permission.
322-
&quot;person&quot;: &quot;A String&quot;, # Person resource name.
323-
&quot;role&quot;: &quot;A String&quot;, # The role the principal should have.
324-
}</pre>
325-
</div>
326-
327286
</body></html>

‎googleapiclient/discovery_cache/documents/drivelabels.v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
}
218218
}
219219
},
220-
"revision": "20221010",
220+
"revision": "20221026",
221221
"rootUrl": "https://drivelabels.googleapis.com/",
222222
"schemas": {
223223
"GoogleAppsDriveLabelsV2BadgeColors": {

‎googleapiclient/discovery_cache/documents/drivelabels.v2beta.json

+52-52
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,36 @@
396396
"response": {
397397
"$ref": "GoogleAppsDriveLabelsV2betaLabel"
398398
}
399+
},
400+
"updatePermissions": {
401+
"description": "Updates a Label's permissions. If a permission for the indicated principal doesn't exist, a new Label Permission is created, otherwise the existing permission is updated. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.",
402+
"flatPath": "v2beta/labels/{labelsId}/permissions",
403+
"httpMethod": "PATCH",
404+
"id": "drivelabels.labels.updatePermissions",
405+
"parameterOrder": [
406+
"parent"
407+
],
408+
"parameters": {
409+
"parent": {
410+
"description": "Required. The parent Label resource name.",
411+
"location": "path",
412+
"pattern": "^labels/[^/]+$",
413+
"required": true,
414+
"type": "string"
415+
},
416+
"useAdminAccess": {
417+
"description": "Set to `true` in order to use the user's admin credentials. The server will verify the user is an admin for the Label before allowing access.",
418+
"location": "query",
419+
"type": "boolean"
420+
}
421+
},
422+
"path": "v2beta/{+parent}/permissions",
423+
"request": {
424+
"$ref": "GoogleAppsDriveLabelsV2betaLabelPermission"
425+
},
426+
"response": {
427+
"$ref": "GoogleAppsDriveLabelsV2betaLabelPermission"
428+
}
399429
}
400430
},
401431
"resources": {
@@ -444,16 +474,18 @@
444474
"httpMethod": "POST",
445475
"id": "drivelabels.labels.permissions.batchDelete",
446476
"parameterOrder": [
447-
"labelsId"
477+
"parent"
448478
],
449479
"parameters": {
450-
"labelsId": {
480+
"parent": {
481+
"description": "Required. The parent Label resource name shared by all permissions being deleted. Format: labels/{label} If this is set, the parent field in the UpdateLabelPermissionRequest messages must either be empty or match this field.",
451482
"location": "path",
483+
"pattern": "^labels/[^/]+$",
452484
"required": true,
453485
"type": "string"
454486
}
455487
},
456-
"path": "v2beta/labels/{labelsId}/permissions:batchDelete",
488+
"path": "v2beta/{+parent}/permissions:batchDelete",
457489
"request": {
458490
"$ref": "GoogleAppsDriveLabelsV2betaBatchDeleteLabelPermissionsRequest"
459491
},
@@ -580,20 +612,24 @@
580612
"response": {
581613
"$ref": "GoogleAppsDriveLabelsV2betaListLabelPermissionsResponse"
582614
}
583-
},
584-
"patch": {
615+
}
616+
}
617+
},
618+
"revisions": {
619+
"methods": {
620+
"updatePermissions": {
585621
"description": "Updates a Label's permissions. If a permission for the indicated principal doesn't exist, a new Label Permission is created, otherwise the existing permission is updated. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.",
586-
"flatPath": "v2beta/labels/{labelsId}/permissions/{permissionsId}",
622+
"flatPath": "v2beta/labels/{labelsId}/revisions/{revisionsId}/permissions",
587623
"httpMethod": "PATCH",
588-
"id": "drivelabels.labels.permissions.patch",
624+
"id": "drivelabels.labels.revisions.updatePermissions",
589625
"parameterOrder": [
590626
"parent"
591627
],
592628
"parameters": {
593629
"parent": {
594630
"description": "Required. The parent Label resource name.",
595631
"location": "path",
596-
"pattern": "^labels/[^/]+/permissions/[^/]+$",
632+
"pattern": "^labels/[^/]+/revisions/[^/]+$",
597633
"required": true,
598634
"type": "string"
599635
},
@@ -603,17 +639,15 @@
603639
"type": "boolean"
604640
}
605641
},
606-
"path": "v2beta/{+parent}",
642+
"path": "v2beta/{+parent}/permissions",
607643
"request": {
608644
"$ref": "GoogleAppsDriveLabelsV2betaLabelPermission"
609645
},
610646
"response": {
611647
"$ref": "GoogleAppsDriveLabelsV2betaLabelPermission"
612648
}
613649
}
614-
}
615-
},
616-
"revisions": {
650+
},
617651
"resources": {
618652
"locks": {
619653
"methods": {
@@ -660,22 +694,18 @@
660694
"httpMethod": "POST",
661695
"id": "drivelabels.labels.revisions.permissions.batchDelete",
662696
"parameterOrder": [
663-
"labelsId",
664-
"revisionsId"
697+
"parent"
665698
],
666699
"parameters": {
667-
"labelsId": {
668-
"location": "path",
669-
"required": true,
670-
"type": "string"
671-
},
672-
"revisionsId": {
700+
"parent": {
701+
"description": "Required. The parent Label resource name shared by all permissions being deleted. Format: labels/{label} If this is set, the parent field in the UpdateLabelPermissionRequest messages must either be empty or match this field.",
673702
"location": "path",
703+
"pattern": "^labels/[^/]+/revisions/[^/]+$",
674704
"required": true,
675705
"type": "string"
676706
}
677707
},
678-
"path": "v2beta/labels/{labelsId}/revisions/{revisionsId}/permissions:batchDelete",
708+
"path": "v2beta/{+parent}/permissions:batchDelete",
679709
"request": {
680710
"$ref": "GoogleAppsDriveLabelsV2betaBatchDeleteLabelPermissionsRequest"
681711
},
@@ -802,36 +832,6 @@
802832
"response": {
803833
"$ref": "GoogleAppsDriveLabelsV2betaListLabelPermissionsResponse"
804834
}
805-
},
806-
"patch": {
807-
"description": "Updates a Label's permissions. If a permission for the indicated principal doesn't exist, a new Label Permission is created, otherwise the existing permission is updated. Permissions affect the Label resource as a whole, are not revisioned, and do not require publishing.",
808-
"flatPath": "v2beta/labels/{labelsId}/revisions/{revisionsId}/permissions/{permissionsId}",
809-
"httpMethod": "PATCH",
810-
"id": "drivelabels.labels.revisions.permissions.patch",
811-
"parameterOrder": [
812-
"parent"
813-
],
814-
"parameters": {
815-
"parent": {
816-
"description": "Required. The parent Label resource name.",
817-
"location": "path",
818-
"pattern": "^labels/[^/]+/revisions/[^/]+/permissions/[^/]+$",
819-
"required": true,
820-
"type": "string"
821-
},
822-
"useAdminAccess": {
823-
"description": "Set to `true` in order to use the user's admin credentials. The server will verify the user is an admin for the Label before allowing access.",
824-
"location": "query",
825-
"type": "boolean"
826-
}
827-
},
828-
"path": "v2beta/{+parent}",
829-
"request": {
830-
"$ref": "GoogleAppsDriveLabelsV2betaLabelPermission"
831-
},
832-
"response": {
833-
"$ref": "GoogleAppsDriveLabelsV2betaLabelPermission"
834-
}
835835
}
836836
}
837837
}
@@ -888,7 +888,7 @@
888888
}
889889
}
890890
},
891-
"revision": "20221010",
891+
"revision": "20221026",
892892
"rootUrl": "https://drivelabels.googleapis.com/",
893893
"schemas": {
894894
"GoogleAppsDriveLabelsV2betaBadgeColors": {

0 commit comments

Comments
 (0)
Please sign in to comment.