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

Unified Diff: discovery/googleapis/gmail__v1.json

Issue 3006323002: Api-Roll 54: 2017-09-11 (Closed)
Patch Set: use 2.0.0-dev.infinity sdk constraint in pubspecs Created 3 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
« no previous file with comments | « discovery/googleapis/genomics__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 b1e6484fb2617c62322cb1be04dc0022d24e2b3c..7389b07227b7b860a6f740cde30b76ae3ecec4f6 100644
--- a/discovery/googleapis/gmail__v1.json
+++ b/discovery/googleapis/gmail__v1.json
@@ -37,11 +37,11 @@
},
"basePath": "/gmail/v1/users/",
"baseUrl": "https://www.googleapis.com/gmail/v1/users/",
- "batchPath": "batch",
+ "batchPath": "batch/gmail/v1",
"description": "Access Gmail mailboxes including sending user email.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/gmail/api/",
- "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/cfwk3aTPmWr_P6YQADqMFHP3jro\"",
+ "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/uYcO_Bfzv01oUg-u_-w9YZWy7FQ\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/googlemail-16.png",
"x32": "https://www.google.com/images/icons/product/googlemail-32.png"
@@ -2382,7 +2382,7 @@
}
}
},
- "revision": "20170725",
+ "revision": "20170905",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"AutoForwarding": {
@@ -2738,6 +2738,10 @@
"description": "Labels are used to categorize messages and threads within the user's mailbox.",
"id": "Label",
"properties": {
+ "color": {
+ "$ref": "LabelColor",
+ "description": "Color to assign to the label. This field is hidden behind an API server mendel experiment and only available for user-defined labels. Will be unset if the label doesn't have a color configured."
+ },
"id": {
"annotations": {
"required": [
@@ -2830,6 +2834,20 @@
},
"type": "object"
},
+ "LabelColor": {
+ "id": "LabelColor",
+ "properties": {
+ "backgroundColor": {
+ "description": "Background color represented as hex string #RRGGBB (ex #000000). Only a restricted predefined set of color values are allowed. See (go/gmail-api-label-colors).",
+ "type": "string"
+ },
+ "textColor": {
+ "description": "Text color represented as hex string #RRGGBB (ex #000000). Only a restricted predefined set of color values are allowed. See (go/gmail-api-label-colors).",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"ListDraftsResponse": {
"id": "ListDraftsResponse",
"properties": {
« no previous file with comments | « discovery/googleapis/genomics__v1.json ('k') | discovery/googleapis/groupsmigration__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698