Skip to content

Commit 846191d

Browse files
feat(drivelabels): update the api
#### drivelabels:v2 The following keys were added: - resources.labels.methods.create (Total Keys: 11) - resources.labels.methods.delete (Total Keys: 12) - resources.labels.methods.delta (Total Keys: 11) - resources.labels.methods.disable (Total Keys: 11) - resources.labels.methods.enable (Total Keys: 11) - resources.labels.methods.publish (Total Keys: 11) - resources.labels.methods.updateLabelCopyMode (Total Keys: 11) - resources.labels.methods.updatePermissions (Total Keys: 13) - resources.labels.resources.locks.methods.list (Total Keys: 15) - resources.labels.resources.permissions.methods.batchDelete (Total Keys: 11) - resources.labels.resources.permissions.methods.batchUpdate (Total Keys: 11) - resources.labels.resources.permissions.methods.create (Total Keys: 13) - resources.labels.resources.permissions.methods.delete (Total Keys: 12) - resources.labels.resources.permissions.methods.list (Total Keys: 17) - resources.limits.methods.getLabel (Total Keys: 8) - resources.users.methods.getCapabilities (Total Keys: 10) - schemas.GoogleAppsDriveLabelsV2BatchDeleteLabelPermissionsRequest (Total Keys: 5) - schemas.GoogleAppsDriveLabelsV2BatchUpdateLabelPermissionsRequest (Total Keys: 5) - schemas.GoogleAppsDriveLabelsV2BatchUpdateLabelPermissionsResponse (Total Keys: 4) - schemas.GoogleAppsDriveLabelsV2DateLimits (Total Keys: 4) - schemas.GoogleAppsDriveLabelsV2DeleteLabelPermissionRequest (Total Keys: 4) - schemas.GoogleAppsDriveLabelsV2DeltaUpdateLabelRequest (Total Keys: 85) - schemas.GoogleAppsDriveLabelsV2DeltaUpdateLabelResponse (Total Keys: 52) - schemas.GoogleAppsDriveLabelsV2DisableLabelRequest (Total Keys: 8) - schemas.GoogleAppsDriveLabelsV2EnableLabelRequest (Total Keys: 5) - schemas.GoogleAppsDriveLabelsV2FieldLimits (Total Keys: 12) - schemas.GoogleAppsDriveLabelsV2FieldLongTextOptions (Total Keys: 8) - schemas.GoogleAppsDriveLabelsV2IntegerLimits (Total Keys: 6) - schemas.GoogleAppsDriveLabelsV2LabelLimits (Total Keys: 8) - schemas.GoogleAppsDriveLabelsV2LabelLock (Total Keys: 21) - schemas.GoogleAppsDriveLabelsV2LabelPermission (Total Keys: 8) - schemas.GoogleAppsDriveLabelsV2ListLabelLocksResponse (Total Keys: 5) - schemas.GoogleAppsDriveLabelsV2ListLabelPermissionsResponse (Total Keys: 5) - schemas.GoogleAppsDriveLabelsV2ListLimits (Total Keys: 4) - schemas.GoogleAppsDriveLabelsV2LongTextLimits (Total Keys: 6) - schemas.GoogleAppsDriveLabelsV2PublishLabelRequest (Total Keys: 5) - schemas.GoogleAppsDriveLabelsV2SelectionLimits (Total Keys: 11) - schemas.GoogleAppsDriveLabelsV2TextLimits (Total Keys: 6) - schemas.GoogleAppsDriveLabelsV2UpdateLabelCopyModeRequest (Total Keys: 6) - schemas.GoogleAppsDriveLabelsV2UpdateLabelPermissionRequest (Total Keys: 5) - schemas.GoogleAppsDriveLabelsV2UserCapabilities (Total Keys: 12) - schemas.GoogleAppsDriveLabelsV2UserLimits (Total Keys: 3) - schemas.GoogleAppsDriveLabelsV2WriteControl (Total Keys: 2) - schemas.GoogleProtobufEmpty (Total Keys: 2)
1 parent 1271722 commit 846191d

11 files changed

+5850
-272
lines changed

docs/dyn/drivelabels_v2.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@ <h2>Instance Methods</h2>
7979
</p>
8080
<p class="firstline">Returns the labels Resource.</p>
8181

82+
<p class="toc_element">
83+
<code><a href="drivelabels_v2.limits.html">limits()</a></code>
84+
</p>
85+
<p class="firstline">Returns the limits Resource.</p>
86+
87+
<p class="toc_element">
88+
<code><a href="drivelabels_v2.users.html">users()</a></code>
89+
</p>
90+
<p class="firstline">Returns the users Resource.</p>
91+
8292
<p class="toc_element">
8393
<code><a href="#close">close()</a></code></p>
8494
<p class="firstline">Close httplib2 connections.</p>

docs/dyn/drivelabels_v2.labels.html

Lines changed: 2700 additions & 172 deletions
Large diffs are not rendered by default.
Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="drivelabels_v2.html">Drive Labels API</a> . <a href="drivelabels_v2.labels.html">labels</a> . <a href="drivelabels_v2.labels.locks.html">locks</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#close">close()</a></code></p>
79+
<p class="firstline">Close httplib2 connections.</p>
80+
<p class="toc_element">
81+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Lists the LabelLocks on a Label.</p>
83+
<p class="toc_element">
84+
<code><a href="#list_next">list_next()</a></code></p>
85+
<p class="firstline">Retrieves the next page of results.</p>
86+
<h3>Method Details</h3>
87+
<div class="method">
88+
<code class="details" id="close">close()</code>
89+
<pre>Close httplib2 connections.</pre>
90+
</div>
91+
92+
<div class="method">
93+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
94+
<pre>Lists the LabelLocks on a Label.
95+
96+
Args:
97+
parent: string, Required. Label on which Locks are applied. Format: labels/{label} (required)
98+
pageSize: integer, Maximum number of Locks to return per page. Default: 100. Max: 200.
99+
pageToken: string, The token of the page to return.
100+
x__xgafv: string, V1 error format.
101+
Allowed values
102+
1 - v1 error format
103+
2 - v2 error format
104+
105+
Returns:
106+
An object of the form:
107+
108+
{ # The response to a ListLabelLocksRequest.
109+
&quot;labelLocks&quot;: [ # LabelLocks.
110+
{ # A Lock that can be applied to a Label, Field, or Choice.
111+
&quot;capabilities&quot;: { # A description of a user&#x27;s capabilities on a LabelLock. # Output only. The user&#x27;s capabilities on this LabelLock.
112+
&quot;canViewPolicy&quot;: True or False, # True if the user is authorized to view the policy.
113+
},
114+
&quot;choiceId&quot;: &quot;A String&quot;, # The ID of the Selection Field Choice that should be locked. If present, `field_id` must also be present.
115+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time this LabelLock was created.
116+
&quot;creator&quot;: { # Information about a user. # Output only. The user whose credentials were used to create the LabelLock. This will not be present if no user was responsible for creating the LabelLock.
117+
&quot;person&quot;: &quot;A String&quot;, # The identifier for this user that can be used with the People API to get more information. For example, people/12345678.
118+
},
119+
&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.
120+
&quot;fieldId&quot;: &quot;A String&quot;, # The ID of the Field that should be locked. Empty if the whole Label should be locked.
121+
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of this LabelLock.
122+
&quot;state&quot;: &quot;A String&quot;, # Output only. This LabelLock&#x27;s state.
123+
},
124+
],
125+
&quot;nextPageToken&quot;: &quot;A String&quot;, # The token of the next page in the response.
126+
}</pre>
127+
</div>
128+
129+
<div class="method">
130+
<code class="details" id="list_next">list_next()</code>
131+
<pre>Retrieves the next page of results.
132+
133+
Args:
134+
previous_request: The request for the previous page. (required)
135+
previous_response: The response from the request for the previous page. (required)
136+
137+
Returns:
138+
A request object that you can call &#x27;execute()&#x27; on to request the next
139+
page. Returns None if there are no more items in the collection.
140+
</pre>
141+
</div>
142+
143+
</body></html>

0 commit comments

Comments
 (0)