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

Unified Diff: discovery/googleapis/gmail__v1.json

Issue 1078053002: Roll of googleapis as of 4/7/2015. (Closed) Base URL: https://github.com/dart-lang/googleapis.git@master
Patch Set: Created 5 years, 8 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/games__v1.json ('k') | discovery/googleapis/groupsmigration__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/gmail__v1.json
diff --git a/discovery/googleapis/gmail__v1.json b/discovery/googleapis/gmail__v1.json
index 31e0f9bb7be0b2646c32747d10580a42c43257c9..d1b6124d6572efd07e8f54edd920d1ff728aa329 100644
--- a/discovery/googleapis/gmail__v1.json
+++ b/discovery/googleapis/gmail__v1.json
@@ -8,6 +8,12 @@
"https://www.googleapis.com/auth/gmail.compose": {
"description": "Manage drafts and send emails"
},
+ "https://www.googleapis.com/auth/gmail.insert": {
+ "description": "Insert mail into your mailbox"
+ },
+ "https://www.googleapis.com/auth/gmail.labels": {
+ "description": "Manage mailbox labels"
+ },
"https://www.googleapis.com/auth/gmail.modify": {
"description": "View and modify but not delete your email"
},
@@ -23,7 +29,7 @@
"description": "The Gmail REST API.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/gmail/api/",
- "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/Z8EmGyPlhp7KjhJWnQbLacCZ3G8\"",
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/hFGSutIVQj0PQfQgMG3Y44JNJU0\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/googlemail-16.png",
"x32": "https://www.google.com/images/icons/product/googlemail-32.png"
@@ -461,6 +467,7 @@
},
"scopes": [
"https://mail.google.com/",
+ "https://www.googleapis.com/auth/gmail.labels",
"https://www.googleapis.com/auth/gmail.modify"
]
},
@@ -490,6 +497,7 @@
"path": "{userId}/labels/{id}",
"scopes": [
"https://mail.google.com/",
+ "https://www.googleapis.com/auth/gmail.labels",
"https://www.googleapis.com/auth/gmail.modify"
]
},
@@ -522,6 +530,7 @@
},
"scopes": [
"https://mail.google.com/",
+ "https://www.googleapis.com/auth/gmail.labels",
"https://www.googleapis.com/auth/gmail.modify",
"https://www.googleapis.com/auth/gmail.readonly"
]
@@ -548,6 +557,7 @@
},
"scopes": [
"https://mail.google.com/",
+ "https://www.googleapis.com/auth/gmail.labels",
"https://www.googleapis.com/auth/gmail.modify",
"https://www.googleapis.com/auth/gmail.readonly"
]
@@ -584,6 +594,7 @@
},
"scopes": [
"https://mail.google.com/",
+ "https://www.googleapis.com/auth/gmail.labels",
"https://www.googleapis.com/auth/gmail.modify"
]
},
@@ -619,6 +630,7 @@
},
"scopes": [
"https://mail.google.com/",
+ "https://www.googleapis.com/auth/gmail.labels",
"https://www.googleapis.com/auth/gmail.modify"
]
}
@@ -784,6 +796,7 @@
},
"scopes": [
"https://mail.google.com/",
+ "https://www.googleapis.com/auth/gmail.insert",
"https://www.googleapis.com/auth/gmail.modify"
],
"supportsMediaUpload": true
@@ -812,6 +825,12 @@
"userId"
],
"parameters": {
+ "deleted": {
+ "default": "false",
+ "description": "Mark the email as permanently deleted (not TRASH) and only visible in Google Apps Vault to a Vault administrator. Only used for Google Apps for Work accounts.",
+ "location": "query",
+ "type": "boolean"
+ },
"internalDateSource": {
"default": "receivedTime",
"description": "Source for Gmail's internal date of the message.",
@@ -843,6 +862,7 @@
},
"scopes": [
"https://mail.google.com/",
+ "https://www.googleapis.com/auth/gmail.insert",
"https://www.googleapis.com/auth/gmail.modify"
],
"supportsMediaUpload": true
@@ -1339,7 +1359,7 @@
}
}
},
- "revision": "20150218",
+ "revision": "20150303",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Draft": {
« no previous file with comments | « discovery/googleapis/games__v1.json ('k') | discovery/googleapis/groupsmigration__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698