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

Unified Diff: discovery/googleapis/drive__v3.json

Issue 2039113004: Api-roll 37: 2016-06-06 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 6 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/drive__v2.json ('k') | discovery/googleapis/firebaserules__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 0e9a558c41a0ae70e6ea1e0115675a0ff611cbca..738a65fd19a9ba5265dd258fc304be4a2eee0a2c 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/dH_NyTvzIUzDO8yngfbY4Xtk-Ho\"",
+ "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/gZ2y1eNuuFyHfp4owNVOqJZxLuw\"",
"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"
@@ -1033,6 +1033,12 @@
"required": true,
"type": "string"
},
+ "removeExpiration": {
+ "default": "false",
+ "description": "Whether to remove the expiration date.",
+ "location": "query",
+ "type": "boolean"
+ },
"transferOwnership": {
"default": "false",
"description": "Whether to transfer ownership to the specified user and downgrade the current owner to a writer. This parameter is required as an acknowledgement of the side effect.",
@@ -1406,7 +1412,7 @@
}
}
},
- "revision": "20160506",
+ "revision": "20160526",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"About": {
@@ -2153,6 +2159,11 @@
"description": "The email address of the user or group to which this permission refers.",
"type": "string"
},
+ "expirationTime": {
+ "description": "The time at which this permission will expire (RFC 3339 date-time).",
+ "format": "date-time",
+ "type": "string"
+ },
"id": {
"description": "The ID of this permission. This is a unique identifier for the grantee, and is published in User resources as permissionId.",
"type": "string"
« no previous file with comments | « discovery/googleapis/drive__v2.json ('k') | discovery/googleapis/firebaserules__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698