Skip to content

Commit 06395d2

Browse files
feat(drive): update the api
#### drive:v3 The following keys were added: - schemas.User.properties.displayName.readOnly (Total Keys: 1) - schemas.User.properties.emailAddress.readOnly (Total Keys: 1) - schemas.User.properties.kind.readOnly (Total Keys: 1) - schemas.User.properties.me.readOnly (Total Keys: 1) - schemas.User.properties.permissionId.readOnly (Total Keys: 1) - schemas.User.properties.photoLink.readOnly (Total Keys: 1)
1 parent 8ee4c4f commit 06395d2

14 files changed

+460
-454
lines changed

docs/dyn/drive_v2.about.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ <h3>Method Details</h3>
187187
],
188188
&quot;user&quot;: { # Information about a Drive user. # The authenticated user.
189189
&quot;displayName&quot;: &quot;A String&quot;, # Output only. A plain text displayable name for this user.
190-
&quot;emailAddress&quot;: &quot;A String&quot;, # Output only. The email address of the user.
190+
&quot;emailAddress&quot;: &quot;A String&quot;, # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
191191
&quot;isAuthenticatedUser&quot;: True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
192-
&quot;kind&quot;: &quot;drive#user&quot;, # Output only. This is always `drive#user`.
193-
&quot;permissionId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s ID as visible in the permissions collection.
192+
&quot;kind&quot;: &quot;drive#user&quot;, # Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`.
193+
&quot;permissionId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s ID as visible in Permission resources.
194194
&quot;picture&quot;: { # Output only. The user&#x27;s profile picture.
195195
&quot;url&quot;: &quot;A String&quot;, # Output only. A URL that points to a profile picture of this user.
196196
},

docs/dyn/drive_v2.changes.html

Lines changed: 36 additions & 36 deletions
Large diffs are not rendered by default.

docs/dyn/drive_v2.comments.html

Lines changed: 48 additions & 48 deletions
Large diffs are not rendered by default.

docs/dyn/drive_v2.files.html

Lines changed: 240 additions & 240 deletions
Large diffs are not rendered by default.

docs/dyn/drive_v2.replies.html

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ <h3>Method Details</h3>
139139
{ # A comment on a file in Google Drive. Some resource methods (such as `replies.update`) require a `replyId`. Use the `replies.list` method to retrieve the ID for a reply.
140140
&quot;author&quot;: { # Information about a Drive user. # Output only. The author of the reply. The author&#x27;s email address and permission ID will not be populated.
141141
&quot;displayName&quot;: &quot;A String&quot;, # Output only. A plain text displayable name for this user.
142-
&quot;emailAddress&quot;: &quot;A String&quot;, # Output only. The email address of the user.
142+
&quot;emailAddress&quot;: &quot;A String&quot;, # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
143143
&quot;isAuthenticatedUser&quot;: True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
144-
&quot;kind&quot;: &quot;drive#user&quot;, # Output only. This is always `drive#user`.
145-
&quot;permissionId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s ID as visible in the permissions collection.
144+
&quot;kind&quot;: &quot;drive#user&quot;, # Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`.
145+
&quot;permissionId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s ID as visible in Permission resources.
146146
&quot;picture&quot;: { # Output only. The user&#x27;s profile picture.
147147
&quot;url&quot;: &quot;A String&quot;, # Output only. A URL that points to a profile picture of this user.
148148
},
@@ -171,10 +171,10 @@ <h3>Method Details</h3>
171171
{ # A comment on a file in Google Drive. Some resource methods (such as `replies.update`) require a `replyId`. Use the `replies.list` method to retrieve the ID for a reply.
172172
&quot;author&quot;: { # Information about a Drive user. # Output only. The author of the reply. The author&#x27;s email address and permission ID will not be populated.
173173
&quot;displayName&quot;: &quot;A String&quot;, # Output only. A plain text displayable name for this user.
174-
&quot;emailAddress&quot;: &quot;A String&quot;, # Output only. The email address of the user.
174+
&quot;emailAddress&quot;: &quot;A String&quot;, # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
175175
&quot;isAuthenticatedUser&quot;: True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
176-
&quot;kind&quot;: &quot;drive#user&quot;, # Output only. This is always `drive#user`.
177-
&quot;permissionId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s ID as visible in the permissions collection.
176+
&quot;kind&quot;: &quot;drive#user&quot;, # Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`.
177+
&quot;permissionId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s ID as visible in Permission resources.
178178
&quot;picture&quot;: { # Output only. The user&#x27;s profile picture.
179179
&quot;url&quot;: &quot;A String&quot;, # Output only. A URL that points to a profile picture of this user.
180180
},
@@ -200,10 +200,10 @@ <h3>Method Details</h3>
200200
{ # A comment on a file in Google Drive. Some resource methods (such as `replies.update`) require a `replyId`. Use the `replies.list` method to retrieve the ID for a reply.
201201
&quot;author&quot;: { # Information about a Drive user. # Output only. The author of the reply. The author&#x27;s email address and permission ID will not be populated.
202202
&quot;displayName&quot;: &quot;A String&quot;, # Output only. A plain text displayable name for this user.
203-
&quot;emailAddress&quot;: &quot;A String&quot;, # Output only. The email address of the user.
203+
&quot;emailAddress&quot;: &quot;A String&quot;, # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
204204
&quot;isAuthenticatedUser&quot;: True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
205-
&quot;kind&quot;: &quot;drive#user&quot;, # Output only. This is always `drive#user`.
206-
&quot;permissionId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s ID as visible in the permissions collection.
205+
&quot;kind&quot;: &quot;drive#user&quot;, # Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`.
206+
&quot;permissionId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s ID as visible in Permission resources.
207207
&quot;picture&quot;: { # Output only. The user&#x27;s profile picture.
208208
&quot;url&quot;: &quot;A String&quot;, # Output only. A URL that points to a profile picture of this user.
209209
},
@@ -242,10 +242,10 @@ <h3>Method Details</h3>
242242
{ # A comment on a file in Google Drive. Some resource methods (such as `replies.update`) require a `replyId`. Use the `replies.list` method to retrieve the ID for a reply.
243243
&quot;author&quot;: { # Information about a Drive user. # Output only. The author of the reply. The author&#x27;s email address and permission ID will not be populated.
244244
&quot;displayName&quot;: &quot;A String&quot;, # Output only. A plain text displayable name for this user.
245-
&quot;emailAddress&quot;: &quot;A String&quot;, # Output only. The email address of the user.
245+
&quot;emailAddress&quot;: &quot;A String&quot;, # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
246246
&quot;isAuthenticatedUser&quot;: True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
247-
&quot;kind&quot;: &quot;drive#user&quot;, # Output only. This is always `drive#user`.
248-
&quot;permissionId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s ID as visible in the permissions collection.
247+
&quot;kind&quot;: &quot;drive#user&quot;, # Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`.
248+
&quot;permissionId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s ID as visible in Permission resources.
249249
&quot;picture&quot;: { # Output only. The user&#x27;s profile picture.
250250
&quot;url&quot;: &quot;A String&quot;, # Output only. A URL that points to a profile picture of this user.
251251
},
@@ -295,10 +295,10 @@ <h3>Method Details</h3>
295295
{ # A comment on a file in Google Drive. Some resource methods (such as `replies.update`) require a `replyId`. Use the `replies.list` method to retrieve the ID for a reply.
296296
&quot;author&quot;: { # Information about a Drive user. # Output only. The author of the reply. The author&#x27;s email address and permission ID will not be populated.
297297
&quot;displayName&quot;: &quot;A String&quot;, # Output only. A plain text displayable name for this user.
298-
&quot;emailAddress&quot;: &quot;A String&quot;, # Output only. The email address of the user.
298+
&quot;emailAddress&quot;: &quot;A String&quot;, # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
299299
&quot;isAuthenticatedUser&quot;: True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
300-
&quot;kind&quot;: &quot;drive#user&quot;, # Output only. This is always `drive#user`.
301-
&quot;permissionId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s ID as visible in the permissions collection.
300+
&quot;kind&quot;: &quot;drive#user&quot;, # Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`.
301+
&quot;permissionId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s ID as visible in Permission resources.
302302
&quot;picture&quot;: { # Output only. The user&#x27;s profile picture.
303303
&quot;url&quot;: &quot;A String&quot;, # Output only. A URL that points to a profile picture of this user.
304304
},
@@ -324,10 +324,10 @@ <h3>Method Details</h3>
324324
{ # A comment on a file in Google Drive. Some resource methods (such as `replies.update`) require a `replyId`. Use the `replies.list` method to retrieve the ID for a reply.
325325
&quot;author&quot;: { # Information about a Drive user. # Output only. The author of the reply. The author&#x27;s email address and permission ID will not be populated.
326326
&quot;displayName&quot;: &quot;A String&quot;, # Output only. A plain text displayable name for this user.
327-
&quot;emailAddress&quot;: &quot;A String&quot;, # Output only. The email address of the user.
327+
&quot;emailAddress&quot;: &quot;A String&quot;, # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
328328
&quot;isAuthenticatedUser&quot;: True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
329-
&quot;kind&quot;: &quot;drive#user&quot;, # Output only. This is always `drive#user`.
330-
&quot;permissionId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s ID as visible in the permissions collection.
329+
&quot;kind&quot;: &quot;drive#user&quot;, # Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`.
330+
&quot;permissionId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s ID as visible in Permission resources.
331331
&quot;picture&quot;: { # Output only. The user&#x27;s profile picture.
332332
&quot;url&quot;: &quot;A String&quot;, # Output only. A URL that points to a profile picture of this user.
333333
},
@@ -357,10 +357,10 @@ <h3>Method Details</h3>
357357
{ # A comment on a file in Google Drive. Some resource methods (such as `replies.update`) require a `replyId`. Use the `replies.list` method to retrieve the ID for a reply.
358358
&quot;author&quot;: { # Information about a Drive user. # Output only. The author of the reply. The author&#x27;s email address and permission ID will not be populated.
359359
&quot;displayName&quot;: &quot;A String&quot;, # Output only. A plain text displayable name for this user.
360-
&quot;emailAddress&quot;: &quot;A String&quot;, # Output only. The email address of the user.
360+
&quot;emailAddress&quot;: &quot;A String&quot;, # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
361361
&quot;isAuthenticatedUser&quot;: True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
362-
&quot;kind&quot;: &quot;drive#user&quot;, # Output only. This is always `drive#user`.
363-
&quot;permissionId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s ID as visible in the permissions collection.
362+
&quot;kind&quot;: &quot;drive#user&quot;, # Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`.
363+
&quot;permissionId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s ID as visible in Permission resources.
364364
&quot;picture&quot;: { # Output only. The user&#x27;s profile picture.
365365
&quot;url&quot;: &quot;A String&quot;, # Output only. A URL that points to a profile picture of this user.
366366
},
@@ -386,10 +386,10 @@ <h3>Method Details</h3>
386386
{ # A comment on a file in Google Drive. Some resource methods (such as `replies.update`) require a `replyId`. Use the `replies.list` method to retrieve the ID for a reply.
387387
&quot;author&quot;: { # Information about a Drive user. # Output only. The author of the reply. The author&#x27;s email address and permission ID will not be populated.
388388
&quot;displayName&quot;: &quot;A String&quot;, # Output only. A plain text displayable name for this user.
389-
&quot;emailAddress&quot;: &quot;A String&quot;, # Output only. The email address of the user.
389+
&quot;emailAddress&quot;: &quot;A String&quot;, # Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester.
390390
&quot;isAuthenticatedUser&quot;: True or False, # Output only. Whether this user is the same as the authenticated user for whom the request was made.
391-
&quot;kind&quot;: &quot;drive#user&quot;, # Output only. This is always `drive#user`.
392-
&quot;permissionId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s ID as visible in the permissions collection.
391+
&quot;kind&quot;: &quot;drive#user&quot;, # Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`.
392+
&quot;permissionId&quot;: &quot;A String&quot;, # Output only. The user&#x27;s ID as visible in Permission resources.
393393
&quot;picture&quot;: { # Output only. The user&#x27;s profile picture.
394394
&quot;url&quot;: &quot;A String&quot;, # Output only. A URL that points to a profile picture of this user.
395395
},

0 commit comments

Comments
 (0)