Update generated docs.
diff --git a/docs/dyn/books.v1.myconfig.html b/docs/dyn/books.v1.myconfig.html
index 8e71413..57f1db0 100644
--- a/docs/dyn/books.v1.myconfig.html
+++ b/docs/dyn/books.v1.myconfig.html
@@ -17,7 +17,6 @@
<dl><dt><a name="Resource-releaseDownloadAccess"><strong>releaseDownloadAccess</strong></a> = method(self, **kwargs)</dt><dd><tt>Release downloaded content access restriction.<br>
<br>
Args:<br>
- body: object, The request body. (required)<br>
source: string, String to identify the originator of this request.<br>
locale: string, ISO-639-1, ISO-3166-1 codes for message localization, i.e. en_US.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
@@ -51,7 +50,6 @@
<br>
Args:<br>
nonce: string, The client nonce value. (required)<br>
- body: object, The request body. (required)<br>
source: string, String to identify the originator of this request. (required)<br>
locale: string, ISO-639-1, ISO-3166-1 codes for message localization, i.e. en_US.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
@@ -96,10 +94,10 @@
<br>
Args:<br>
nonce: string, The client nonce value. (required)<br>
- body: object, The request body. (required)<br>
source: string, String to identify the originator of this request. (required)<br>
locale: string, ISO-639-1, ISO-3166-1 codes for message localization, i.e. en_US.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
+ showPreorders: boolean, Set to true to show pre-ordered books. Defaults to false.<br>
cpksver: string, The device/version identifier from which to release the restriction. (required)<br>
volumeIds: string, The volume(s) to request download restrictions for. (repeated)<br>
<br>
@@ -112,6 +110,7 @@
{<br>
"kind": "books#volume", # Resource type for a volume. (In LITE projection.)<br>
"accessInfo": { # Any information about a volume related to reading or obtaining that volume text. This information can depend on country (books may be public domain in one country but not in another, e.g.).<br>
+ "webReaderLink": "A String", # URL to read this volume on the Google Books site. Link will not allow users to read non-viewable volumes.<br>
"publicDomain": True or False, # Whether or not this book is public domain in the country listed above.<br>
"embeddable": True or False, # Whether this volume can be embedded in a viewport using the Embedded Viewer API.<br>
"downloadAccess": { # Information about a volume's download license access restrictions.<br>
@@ -131,20 +130,25 @@
"country": "A String", # The two-letter ISO_3166-1 country code for which this access information is valid. (In LITE projection.)<br>
"textToSpeechPermission": "A String", # Whether text-to-speech is permitted for this volume. Values can be ALLOWED, ALLOWED_FOR_ACCESSIBILITY, or NOT_ALLOWED.<br>
"pdf": { # Information about pdf content. (In LITE projection.)<br>
+ "isAvailable": True or False, # Is a scanned image pdf available either as public domain or for purchase. (In LITE projection.)<br>
"downloadLink": "A String", # URL to download pdf. (In LITE projection.)<br>
"acsTokenLink": "A String", # URL to retrieve ACS token for pdf download. (In LITE projection.)<br>
},<br>
"viewability": "A String", # The read access of a volume. Possible values are PARTIAL, ALL_PAGES, NO_PAGES or UNKNOWN. This value depends on the country listed above. A value of PARTIAL means that the publisher has allowed some portion of the volume to be viewed publicly, without purchase. This can apply to eBooks as well as non-eBooks. Public domain books will always have a value of ALL_PAGES.<br>
"epub": { # Information about epub content. (In LITE projection.)<br>
+ "isAvailable": True or False, # Is a flowing text epub available either as public domain or for purchase. (In LITE projection.)<br>
"downloadLink": "A String", # URL to download epub. (In LITE projection.)<br>
"acsTokenLink": "A String", # URL to retrieve ACS token for epub download. (In LITE projection.)<br>
},<br>
"accessViewStatus": "A String", # Combines the access and viewability of this volume into a single status field for this user. Values can be FULL_PURCHASED, FULL_PUBLIC_DOMAIN, SAMPLE or NONE. (In LITE projection.)<br>
},<br>
+ "searchInfo": { # Search result information related to this volume.<br>
+ "textSnippet": "A String", # A text snippet containing the search query.<br>
+ },<br>
"saleInfo": { # Any information about a volume related to the eBookstore and/or purchaseability. This information can depend on the country where the request originates from (i.e. books may not be for sale in certain countries).<br>
"country": "A String", # The two-letter ISO_3166-1 country code for which this sale information is valid. (In LITE projection.)<br>
"retailPrice": { # The actual selling price of the book. This is the same as the suggested retail or list price unless there are offers or discounts on this volume. (In LITE projection.)<br>
- "amount": 3.140000, # Amount in the currency listed below. (In LITE projection.)<br>
+ "amount": 3.14, # Amount in the currency listed below. (In LITE projection.)<br>
"currencyCode": "A String", # An ISO 4217, three-letter currency code. (In LITE projection.)<br>
},<br>
"isEbook": True or False, # Whether or not this volume is an eBook (can be added to the My eBooks shelf).<br>
@@ -152,7 +156,7 @@
"buyLink": "A String", # URL to purchase this volume on the Google Books site. (In LITE projection)<br>
"onSaleDate": "A String", # The date on which this book is available for sale.<br>
"listPrice": { # Suggested retail price. (In LITE projection.)<br>
- "amount": 3.140000, # Amount in the currency listed below. (In LITE projection.)<br>
+ "amount": 3.14, # Amount in the currency listed below. (In LITE projection.)<br>
"currencyCode": "A String", # An ISO 4217, three-letter currency code. (In LITE projection.)<br>
},<br>
},<br>
@@ -229,7 +233,7 @@
"categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.<br>
"A String",<br>
],<br>
- "averageRating": 3.140000, # The mean review rating for this volume. (min = 1.0, max = 5.0)<br>
+ "averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)<br>
},<br>
"id": "A String", # Unique identifier for a volume. (In LITE projection.)<br>
"selfLink": "A String", # URL to this resource. (In LITE projection.)<br>