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

Unified Diff: discovery/googleapis/drive__v2.json

Issue 2695743002: Api-roll 45: 2017-02-13 (Closed)
Patch Set: reverted local changes to pubspec file Created 3 years, 10 months 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 09c4a60f288e03f7104527fb56208b5f7ace2296..3288c47e799eac75a8ae2c7104f1953aa00c251c 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": "\"tbys6C40o18GZwyMen5GMkdK-3s/aTsDjhJX4jyEgcQh1bdOjEtV2EI\"",
+ "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/5vvnUnaYZD7vqEjmjYVCOzuEk5s\"",
"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"
@@ -234,6 +234,25 @@
"https://www.googleapis.com/auth/drive.readonly"
]
},
+ "getStartPageToken": {
+ "description": "Gets the starting pageToken for listing future changes.",
+ "httpMethod": "GET",
+ "id": "drive.changes.getStartPageToken",
+ "path": "changes/startPageToken",
+ "response": {
+ "$ref": "StartPageToken"
+ },
+ "scopes": [
+ "https://www.googleapis.com/auth/drive",
+ "https://www.googleapis.com/auth/drive.appdata",
+ "https://www.googleapis.com/auth/drive.apps.readonly",
+ "https://www.googleapis.com/auth/drive.file",
+ "https://www.googleapis.com/auth/drive.metadata",
+ "https://www.googleapis.com/auth/drive.metadata.readonly",
+ "https://www.googleapis.com/auth/drive.photos.readonly",
+ "https://www.googleapis.com/auth/drive.readonly"
+ ]
+ },
"list": {
"description": "Lists the changes for a user.",
"httpMethod": "GET",
@@ -260,7 +279,7 @@
"type": "integer"
},
"pageToken": {
- "description": "Page token for changes.",
+ "description": "The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response or to the response from the getStartPageToken method.",
"location": "query",
"type": "string"
},
@@ -318,7 +337,7 @@
"type": "integer"
},
"pageToken": {
- "description": "Page token for changes.",
+ "description": "The token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response or to the response from the getStartPageToken method.",
"location": "query",
"type": "string"
},
@@ -2658,7 +2677,7 @@
}
}
},
- "revision": "20170113",
+ "revision": "20170207",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"About": {
@@ -4316,6 +4335,21 @@
},
"type": "object"
},
+ "StartPageToken": {
+ "id": "StartPageToken",
+ "properties": {
+ "kind": {
+ "default": "drive#startPageToken",
+ "description": "Identifies what kind of resource this is. Value: the fixed string \"drive#startPageToken\".",
+ "type": "string"
+ },
+ "startPageToken": {
+ "description": "The starting page token for listing changes.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"User": {
"description": "Information about a Drive user.",
"id": "User",
« 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