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

Unified Diff: discovery/googleapis/drive__v2.json

Issue 2485703002: Api-roll 42: 2016-11-08 (Closed)
Patch Set: Created 4 years, 1 month 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/doubleclicksearch__v2.json ('k') | discovery/googleapis/drive__v3.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/drive__v2.json
diff --git a/discovery/googleapis/drive__v2.json b/discovery/googleapis/drive__v2.json
index a42f6694321062b829b2b1c5e3743fec3355a72a..3a03c3aee5f1423e0e9471878c1cc53220d821bb 100644
--- a/discovery/googleapis/drive__v2.json
+++ b/discovery/googleapis/drive__v2.json
@@ -38,7 +38,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/0oYfapNieOql2WSmQxme3Jh7JQA\"",
+ "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/qrYsvJ0sVCZdzpl7hbEwTmDDCNM\"",
"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"
@@ -2555,6 +2555,18 @@
"location": "path",
"required": true,
"type": "string"
+ },
+ "maxResults": {
+ "description": "Maximum number of revisions to return.",
+ "format": "int32",
+ "location": "query",
+ "minimum": "1",
+ "type": "integer"
+ },
+ "pageToken": {
+ "description": "Page token for revisions. To get the next page of results, set this parameter to the value of \"nextPageToken\" from the previous response.",
+ "location": "query",
+ "type": "string"
}
},
"path": "files/{fileId}/revisions",
@@ -2644,7 +2656,7 @@
}
}
},
- "revision": "20160819",
+ "revision": "20161027",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"About": {
@@ -3664,6 +3676,10 @@
"description": "Deprecated.",
"type": "boolean"
},
+ "modified": {
+ "description": "Whether the file has been modified by this user.",
+ "type": "boolean"
+ },
"restricted": {
"description": "Whether viewers and commenters are prevented from downloading, printing, and copying this file.",
"type": "boolean"
@@ -4278,6 +4294,10 @@
"description": "This is always drive#revisionList.",
"type": "string"
},
+ "nextPageToken": {
+ "description": "The page token for the next page of revisions. This field will be absent if the end of the revisions list has been reached. If the token is rejected for any reason, it should be discarded and pagination should be restarted from the first page of results.",
+ "type": "string"
+ },
"selfLink": {
"description": "A link back to this list.",
"type": "string"
« no previous file with comments | « discovery/googleapis/doubleclicksearch__v2.json ('k') | discovery/googleapis/drive__v3.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698