Update documentation
diff --git a/docs/dyn/books_v1.volumes.mybooks.html b/docs/dyn/books_v1.volumes.mybooks.html
index 6137a68..a9ed329 100644
--- a/docs/dyn/books_v1.volumes.mybooks.html
+++ b/docs/dyn/books_v1.volumes.mybooks.html
@@ -86,8 +86,9 @@
source: string, String to identify the originator of this request.
locale: string, ISO-639-1 language and ISO-3166-1 country code. Ex:'en_US'. Used for generating recommendations.
country: string, ISO-3166-1 code to override the IP-based location.
- acquireMethod: string, How the book was aquired (repeated)
+ acquireMethod: string, How the book was acquired (repeated)
Allowed values
+ FAMILY_SHARED - Books acquired via Family Sharing
PREORDERED - Preordered books (not yet available)
PREVIOUSLY_RENTED - User-rented books past their expiration time
PUBLIC_DOMAIN - Public domain books
@@ -172,6 +173,7 @@
"currencyCode": "A String",
"amountInMicros": 3.14,
},
+ "giftable": True or False, # Indicates whether the offer is giftable.
"finskyOfferType": 42, # The finsky offer type (e.g., PURCHASE=0 RENTAL=3)
},
],
@@ -237,14 +239,20 @@
"categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.
"A String",
],
+ "panelizationSummary": { # A top-level summary of the panelization info in this volume.
+ "containsEpubBubbles": True or False,
+ "epubBubbleVersion": "A String",
+ "imageBubbleVersion": "A String",
+ "containsImageBubbles": True or False,
+ },
"publisher": "A String", # Publisher of this volume. (In LITE projection.)
"language": "A String", # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as 'fr', 'en', etc.
- "readingModes": "", # The reading modes available for this volume.
+ "maturityRating": "A String",
"allowAnonLogging": True or False, # Whether anonymous logging should be allowed.
"title": "A String", # Volume title. (In LITE projection.)
"printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
"samplePageCount": 42, # Total number of sample pages as per publisher metadata.
- "maturityRating": "A String",
+ "readingModes": "", # The reading modes available for this volume.
"printedPageCount": 42, # Total number of printed pages in generated pdf representation.
"averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)
"infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)