Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(768)

Unified Diff: discovery/googleapis/drive__v3.json

Issue 2571553005: Api-roll 43: 2016-12-13 (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/drive__v2.json ('k') | discovery/googleapis/firebasedynamiclinks__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/drive__v3.json
diff --git a/discovery/googleapis/drive__v3.json b/discovery/googleapis/drive__v3.json
index c76b4c0a56f92d293186612152fa240bf660658f..ae1fd8ea454e25f599c974c6e796f18e88e0c24a 100644
--- a/discovery/googleapis/drive__v3.json
+++ b/discovery/googleapis/drive__v3.json
@@ -35,7 +35,7 @@
"description": "Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/drive/",
- "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/N2fY6s5zrwZA-4JC2uCCHKSs7Ys\"",
+ "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/7Z-iy05XjjWpb2qvzxznsUwRNAo\"",
"icons": {
"x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png",
"x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png"
@@ -1360,9 +1360,11 @@
"type": "string"
},
"pageSize": {
+ "default": "200",
"description": "The maximum number of revisions to return per page.",
"format": "int32",
"location": "query",
+ "maximum": "1000",
"minimum": "1",
"type": "integer"
},
@@ -1424,7 +1426,7 @@
}
}
},
- "revision": "20161027",
+ "revision": "20161201",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"About": {
@@ -1809,6 +1811,10 @@
"description": "The full file extension extracted from the name field. May contain multiple concatenated extensions, such as \"tar.gz\". This is only available for files with binary content in Drive.\nThis is automatically updated when the name field changes, however it is not cleared if the new name does not contain a valid extension.",
"type": "string"
},
+ "hasThumbnail": {
+ "description": "Whether this file has a thumbnail.",
+ "type": "boolean"
+ },
"headRevisionId": {
"description": "The ID of the file's head revision. This is currently only available for files with binary content in Drive.",
"type": "string"
@@ -2048,7 +2054,12 @@
"type": "boolean"
},
"thumbnailLink": {
- "description": "A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours.",
+ "description": "A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the requesting app can access the file's content.",
+ "type": "string"
+ },
+ "thumbnailVersion": {
+ "description": "The thumbnail version for use in client-contructable thumbnail URLs or thumbnail cache invalidation.",
+ "format": "int64",
"type": "string"
},
"trashed": {
« no previous file with comments | « discovery/googleapis/drive__v2.json ('k') | discovery/googleapis/firebasedynamiclinks__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698