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

Unified Diff: discovery/googleapis/books__v1.json

Issue 2159673002: Api-roll 39: 2016-07-18 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 5 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/calendar__v3.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: discovery/googleapis/books__v1.json
diff --git a/discovery/googleapis/books__v1.json b/discovery/googleapis/books__v1.json
index 97957fb0d589fb7004c239e0829da4361edf11f7..c6c77e66e591eea6caa387be1cefb7139868d70a 100644
--- a/discovery/googleapis/books__v1.json
+++ b/discovery/googleapis/books__v1.json
@@ -14,7 +14,7 @@
"description": "Searches for books and manages your Google Books library.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/books/docs/v1/getting_started",
- "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/qqTEAwY0Qxp4UsR5ltoW-UrtYgA\"",
+ "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/dTpM2VF_m4UO2vIUhr3yxAh6Tyw\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/ebooks-16.png",
"x32": "https://www.google.com/images/icons/product/ebooks-32.png"
@@ -2148,8 +2148,9 @@
"id": "books.volumes.mybooks.list",
"parameters": {
"acquireMethod": {
- "description": "How the book was aquired",
+ "description": "How the book was acquired",
"enum": [
+ "FAMILY_SHARED",
"PREORDERED",
"PREVIOUSLY_RENTED",
"PUBLIC_DOMAIN",
@@ -2159,6 +2160,7 @@
"UPLOADED"
],
"enumDescriptions": [
+ "Books acquired via Family Sharing",
"Preordered books (not yet available)",
"User-rented books past their expiration time",
"Public domain books",
@@ -2385,7 +2387,7 @@
}
}
},
- "revision": "20160531",
+ "revision": "20160629",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Annotation": {
@@ -4294,6 +4296,24 @@
"format": "int32",
"type": "integer"
},
+ "panelizationSummary": {
+ "description": "A top-level summary of the panelization info in this volume.",
+ "properties": {
+ "containsEpubBubbles": {
+ "type": "boolean"
+ },
+ "containsImageBubbles": {
+ "type": "boolean"
+ },
+ "epubBubbleVersion": {
+ "type": "string"
+ },
+ "imageBubbleVersion": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
"previewLink": {
"description": "URL to preview this volume on the Google Books site.",
"type": "string"
« no previous file with comments | « discovery/googleapis/bigquery__v2.json ('k') | discovery/googleapis/calendar__v3.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698