Skip to content

Commit

Permalink
feat(drivelabels): update the api
Browse files Browse the repository at this point in the history
#### drivelabels:v2beta

The following keys were deleted:
- schemas.GoogleAppsDriveLabelsV2betaLabelLock.properties.policyUri (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Nov 8, 2022
1 parent 31b8027 commit 73df6dd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
5 changes: 2 additions & 3 deletions docs/dyn/drivelabels_v2beta.labels.locks.html
Expand Up @@ -79,7 +79,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists the Locks on a Label.</p>
<p class="firstline">Lists the LabelLocks on a Label.</p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
Expand All @@ -91,7 +91,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists the Locks on a Label.
<pre>Lists the LabelLocks on a Label.

Args:
parent: string, Required. Label on which Locks are applied. Format: labels/{label} (required)
Expand Down Expand Up @@ -119,7 +119,6 @@ <h3>Method Details</h3>
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. A timestamp indicating when this LabelLock was scheduled for deletion. This will be present only if this LabelLock is in the DELETING state.
&quot;fieldId&quot;: &quot;A String&quot;, # The ID of the Field that should be locked. Empty if the whole Label should be locked.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this LabelLock.
&quot;policyUri&quot;: &quot;A String&quot;, # Output only. A URI referring to the policy that created this Lock.
&quot;state&quot;: &quot;A String&quot;, # Output only. This LabelLock&#x27;s state.
},
],
Expand Down
5 changes: 2 additions & 3 deletions docs/dyn/drivelabels_v2beta.labels.revisions.locks.html
Expand Up @@ -79,7 +79,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists the Locks on a Label.</p>
<p class="firstline">Lists the LabelLocks on a Label.</p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
Expand All @@ -91,7 +91,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists the Locks on a Label.
<pre>Lists the LabelLocks on a Label.

Args:
parent: string, Required. Label on which Locks are applied. Format: labels/{label} (required)
Expand Down Expand Up @@ -119,7 +119,6 @@ <h3>Method Details</h3>
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. A timestamp indicating when this LabelLock was scheduled for deletion. This will be present only if this LabelLock is in the DELETING state.
&quot;fieldId&quot;: &quot;A String&quot;, # The ID of the Field that should be locked. Empty if the whole Label should be locked.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this LabelLock.
&quot;policyUri&quot;: &quot;A String&quot;, # Output only. A URI referring to the policy that created this Lock.
&quot;state&quot;: &quot;A String&quot;, # Output only. This LabelLock&#x27;s state.
},
],
Expand Down
Expand Up @@ -217,7 +217,7 @@
}
}
},
"revision": "20221026",
"revision": "20221102",
"rootUrl": "https://drivelabels.googleapis.com/",
"schemas": {
"GoogleAppsDriveLabelsV2BadgeColors": {
Expand Down
Expand Up @@ -432,7 +432,7 @@
"locks": {
"methods": {
"list": {
"description": "Lists the Locks on a Label.",
"description": "Lists the LabelLocks on a Label.",
"flatPath": "v2beta/labels/{labelsId}/locks",
"httpMethod": "GET",
"id": "drivelabels.labels.locks.list",
Expand Down Expand Up @@ -652,7 +652,7 @@
"locks": {
"methods": {
"list": {
"description": "Lists the Locks on a Label.",
"description": "Lists the LabelLocks on a Label.",
"flatPath": "v2beta/labels/{labelsId}/revisions/{revisionsId}/locks",
"httpMethod": "GET",
"id": "drivelabels.labels.revisions.locks.list",
Expand Down Expand Up @@ -888,7 +888,7 @@
}
}
},
"revision": "20221026",
"revision": "20221102",
"rootUrl": "https://drivelabels.googleapis.com/",
"schemas": {
"GoogleAppsDriveLabelsV2betaBadgeColors": {
Expand Down Expand Up @@ -2383,11 +2383,6 @@
"readOnly": true,
"type": "string"
},
"policyUri": {
"description": "Output only. A URI referring to the policy that created this Lock.",
"readOnly": true,
"type": "string"
},
"state": {
"description": "Output only. This LabelLock's state.",
"enum": [
Expand Down

0 comments on commit 73df6dd

Please sign in to comment.