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

Unified Diff: discovery/googleapis/calendar__v3.json

Issue 2779563003: Api-roll 47: 2017-03-27 (Closed)
Patch Set: Created 3 years, 9 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/bigquery__v2.json ('k') | discovery/googleapis/classroom__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/calendar__v3.json
diff --git a/discovery/googleapis/calendar__v3.json b/discovery/googleapis/calendar__v3.json
index 74a017ce335fc4991241f3475017b54b0d8038c6..b9e5819622ef4ee6665dbdc59d769adf975542e9 100644
--- a/discovery/googleapis/calendar__v3.json
+++ b/discovery/googleapis/calendar__v3.json
@@ -17,7 +17,7 @@
"description": "Manipulates events and other calendar data.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/google-apps/calendar/firstapp",
- "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/3TIluKzGnmlgn-X1RwEHoHNPo5w\"",
+ "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/vYgKdX3g1VPmww06h2PorJos8j4\"",
"icons": {
"x16": "http://www.google.com/images/icons/product/calendar-16.png",
"x32": "http://www.google.com/images/icons/product/calendar-32.png"
@@ -1557,7 +1557,7 @@
}
}
},
- "revision": "20170221",
+ "revision": "20170319",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Acl": {
@@ -1936,6 +1936,42 @@
},
"type": "object"
},
+ "DeepLinkData": {
+ "id": "DeepLinkData",
+ "properties": {
+ "links": {
+ "items": {
+ "$ref": "Link"
+ },
+ "type": "array"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "DisplayInfo": {
+ "id": "DisplayInfo",
+ "properties": {
+ "appIconUrl": {
+ "type": "string"
+ },
+ "appShortTitle": {
+ "type": "string"
+ },
+ "appTitle": {
+ "type": "string"
+ },
+ "linkShortTitle": {
+ "type": "string"
+ },
+ "linkTitle": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"Error": {
"id": "Error",
"properties": {
@@ -2376,6 +2412,20 @@
},
"type": "object"
},
+ "EventHabitInstance": {
+ "id": "EventHabitInstance",
+ "properties": {
+ "data": {
+ "$ref": "HabitInstanceData",
+ "description": "Metadata specific to this instance."
+ },
+ "parentId": {
+ "description": "Id of the habit this instance belongs to.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"EventReminder": {
"id": "EventReminder",
"properties": {
@@ -2592,6 +2642,60 @@
},
"type": "object"
},
+ "HabitInstanceData": {
+ "id": "HabitInstanceData",
+ "properties": {
+ "status": {
+ "type": "string"
+ },
+ "statusInferred": {
+ "type": "boolean"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "LaunchInfo": {
+ "id": "LaunchInfo",
+ "properties": {
+ "appId": {
+ "type": "string"
+ },
+ "installUrl": {
+ "type": "string"
+ },
+ "intentAction": {
+ "type": "string"
+ },
+ "uri": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "Link": {
+ "id": "Link",
+ "properties": {
+ "applinkingSource": {
+ "type": "string"
+ },
+ "displayInfo": {
+ "$ref": "DisplayInfo"
+ },
+ "launchInfo": {
+ "$ref": "LaunchInfo"
+ },
+ "platform": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"Setting": {
"id": "Setting",
"properties": {
« no previous file with comments | « discovery/googleapis/bigquery__v2.json ('k') | discovery/googleapis/classroom__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698