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

Unified Diff: discovery/googleapis/drive__v2.json

Issue 595873002: Api roll 1: 2014-09-23 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 3 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
Index: discovery/googleapis/drive__v2.json
diff --git a/discovery/googleapis/drive__v2.json b/discovery/googleapis/drive__v2.json
index f8206fb5cc84c0603a992daf3e70bcc135153571..2cd0c094a0b7c90266c9b0087f235d43ff6b2435 100644
--- a/discovery/googleapis/drive__v2.json
+++ b/discovery/googleapis/drive__v2.json
@@ -32,7 +32,7 @@
"description": "The API to interact with Drive.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/drive/",
- "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/9I9Zl6d27F88N6e-Q2Opsw4M-bY\"",
+ "etag": "\"uUWyYHXmEn-ab7WLvo8qNz2S8ws/-2NkK8k7_hT4MS2pNsIOEUlM2A0\"",
"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"
@@ -2429,7 +2429,7 @@
}
}
},
- "revision": "20140902",
+ "revision": "20140916",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"About": {
@@ -3578,6 +3578,27 @@
"format": "int64",
"type": "string"
},
+ "videoMediaMetadata": {
+ "description": "Metadata about video media. This will only be present for video types.",
+ "properties": {
+ "durationMillis": {
+ "description": "The duration of the video in milliseconds.",
+ "format": "int64",
+ "type": "string"
+ },
+ "height": {
+ "description": "The height of the video in pixels.",
+ "format": "int32",
+ "type": "integer"
+ },
+ "width": {
+ "description": "The width of the video in pixels.",
+ "format": "int32",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+ },
"webContentLink": {
"description": "A link for downloading the content of the file in a browser using cookie based authentication. In cases where the content is shared publicly, the content can be downloaded without any credentials.",
"type": "string"
@@ -3708,7 +3729,7 @@
"type": "string"
},
"emailAddress": {
- "description": "The email address of the user this permission refers to. This is an output-only field which is present when the permission type is user and the given user's Google+ profile privacy settings allow exposing their email address.",
+ "description": "The email address of the user this permission refers to. This is an output-only field which is present when the permission type is user.",
"type": "string"
},
"etag": {
« no previous file with comments | « discovery/googleapis/doubleclicksearch__v2.json ('k') | discovery/googleapis/gamesManagement__v1management.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698