Update generated docs.
diff --git a/docs/dyn/books.v1.volumes.html b/docs/dyn/books.v1.volumes.html
index 472db38..6f5309f 100644
--- a/docs/dyn/books.v1.volumes.html
+++ b/docs/dyn/books.v1.volumes.html
@@ -32,6 +32,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>
@@ -51,20 +52,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>
@@ -72,7 +78,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>
@@ -149,7 +155,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>
@@ -203,6 +209,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>
@@ -222,20 +229,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>
@@ -243,7 +255,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>
@@ -320,7 +332,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>