imported patch docs
diff --git a/docs/dyn/books.v1.volumes.html b/docs/dyn/books.v1.volumes.html
index 5eff518..a01904c 100644
--- a/docs/dyn/books.v1.volumes.html
+++ b/docs/dyn/books.v1.volumes.html
@@ -14,16 +14,22 @@
<td width="100%">Methods defined here:<br>
<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
+<dl><dt><a name="Resource-associated"><strong><a href="books.v1.volumes.associated.html">associated</a></strong></a> = methodResource(self)</dt><dd><tt>A collection resource.</tt></dd></dl>
+
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets volume information for a single volume.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
projection: string, Restrict information returned to a set of selected fields.<br>
Allowed values<br>
full - Includes all volume data.<br>
lite - Includes a subset of fields in volumeInfo and accessInfo.<br>
+ trace: string, A parameter<br>
source: string, String to identify the originator of this request.<br>
country: string, ISO-3166-1 code to override the IP-based location.<br>
volumeId: string, ID of volume to retrieve. (required)<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
partner: string, Brand results for partner ID.<br>
<br>
Returns:<br>
@@ -50,6 +56,7 @@
"message": "A String", # Error/warning message.<br>
},<br>
"country": "A String", # The two-letter ISO_3166-1 country code for which this access information is valid. (In LITE projection.)<br>
+ "viewOrderUrl": "A String", # For ordered but not yet processed orders, we give a URL that can be used to go to the appropriate Google Wallet page.<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>
@@ -84,18 +91,8 @@
},<br>
"etag": "A String", # Opaque identifier for a specific version of a volume resource. (In LITE projection)<br>
"userInfo": { # User specific information related to this volume. (e.g. page this user last read or whether they purchased this book)<br>
+ "isInMyBooks": True or False, # Whether or not this volume is currently in "my books."<br>
"updated": "A String", # Timestamp when this volume was last modified by a user action, such as a reading position update, volume purchase or writing a review. (<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> UTC date-time format).<br>
- "isPreordered": True or False, # Whether or not this volume was pre-ordered by the authenticated user making the request. (In LITE projection.)<br>
- "isPurchased": True or False, # Whether or not this volume was purchased by the authenticated user making the request. (In LITE projection.)<br>
- "readingPosition": { # The user's current reading position in the volume, if one is available. (In LITE projection.)<br>
- "kind": "books#readingPosition", # Resource type for a reading position.<br>
- "gbImagePosition": "A String", # Position in a volume for image-based content.<br>
- "epubCfiPosition": "A String", # Position in an EPUB as a CFI.<br>
- "updated": "A String", # Timestamp when this reading position was last updated (formatted UTC timestamp with millisecond resolution).<br>
- "volumeId": "A String", # Volume id associated with this reading position.<br>
- "pdfPosition": "A String", # Position in a PDF file.<br>
- "gbTextPosition": "A String", # Position in a volume for text-based content.<br>
- },<br>
"review": { # This user's review of this volume, if one exists.<br>
"rating": "A String", # Star rating for this review. Possible values are ONE, TWO, THREE, FOUR, FIVE or NOT_RATED.<br>
"kind": "books#review", # Resource type for a review.<br>
@@ -114,27 +111,24 @@
"type": "A String", # Source type for this review. Possible values are EDITORIAL, WEB_USER or GOOGLE_USER.<br>
"fullTextUrl": "A String", # URL for the full review text, for reviews gathered from the web.<br>
},<br>
+ "isPurchased": True or False, # Whether or not this volume was purchased by the authenticated user making the request. (In LITE projection.)<br>
+ "readingPosition": { # The user's current reading position in the volume, if one is available. (In LITE projection.)<br>
+ "kind": "books#readingPosition", # Resource type for a reading position.<br>
+ "gbImagePosition": "A String", # Position in a volume for image-based content.<br>
+ "epubCfiPosition": "A String", # Position in an EPUB as a CFI.<br>
+ "updated": "A String", # Timestamp when this reading position was last updated (formatted UTC timestamp with millisecond resolution).<br>
+ "volumeId": "A String", # Volume id associated with this reading position.<br>
+ "pdfPosition": "A String", # Position in a PDF file.<br>
+ "gbTextPosition": "A String", # Position in a volume for text-based content.<br>
+ },<br>
+ "isPreordered": True or False, # Whether or not this volume was pre-ordered by the authenticated user making the request. (In LITE projection.)<br>
},<br>
"volumeInfo": { # General volume information.<br>
+ "publisher": "A String", # Publisher of this volume. (In LITE projection.)<br>
"subtitle": "A String", # Volume subtitle. (In LITE projection.)<br>
- "pageCount": 42, # Total number of pages.<br>
- "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.<br>
- "dimensions": { # Physical dimensions of this volume.<br>
- "width": "A String", # Width of this volume (in cm).<br>
- "thickness": "A String", # Thickness of this volume (in cm).<br>
- "height": "A String", # Height or length of this volume (in cm).<br>
- },<br>
- "title": "A String", # Volume title. (In LITE projection.)<br>
- "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)<br>
- "industryIdentifiers": [ # Industry standard identifiers for this volume.<br>
- {<br>
- "identifier": "A String", # Industry specific volume identifier.<br>
- "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.<br>
- },<br>
- ],<br>
- "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)<br>
"description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)<br>
- "publishedDate": "A String", # Date of publication. (In LITE projection.)<br>
+ "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.<br>
+ "pageCount": 42, # Total number of pages.<br>
"imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)<br>
"medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)<br>
"smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)<br>
@@ -143,21 +137,33 @@
"small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)<br>
"thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)<br>
},<br>
+ "publishedDate": "A String", # Date of publication. (In LITE projection.)<br>
+ "previewLink": "A String", # URL to preview this volume on the Google Books site.<br>
+ "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.<br>
+ "ratingsCount": 42, # The number of review ratings for this volume.<br>
+ "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.<br>
+ "dimensions": { # Physical dimensions of this volume.<br>
+ "width": "A String", # Width of this volume (in cm).<br>
+ "thickness": "A String", # Thickness of this volume (in cm).<br>
+ "height": "A String", # Height or length of this volume (in cm).<br>
+ },<br>
+ "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)<br>
+ "industryIdentifiers": [ # Industry standard identifiers for this volume.<br>
+ {<br>
+ "identifier": "A String", # Industry specific volume identifier.<br>
+ "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.<br>
+ },<br>
+ ],<br>
"authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)<br>
"A String",<br>
],<br>
+ "title": "A String", # Volume title. (In LITE projection.)<br>
+ "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)<br>
+ "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)<br>
"categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.<br>
"A String",<br>
],<br>
- "publisher": "A String", # Publisher of this volume. (In LITE projection.)<br>
- "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.<br>
- "previewLink": "A String", # URL to preview this volume on the Google Books site.<br>
- "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.<br>
- "showReviewsLink": "A String", # URL to show reviews for this volume<br>
- "writeReviewLink": "A String", # URL to write a review for this volume<br>
"averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)<br>
- "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)<br>
- "ratingsCount": 42, # The number of review ratings for this volume.<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>
@@ -170,6 +176,32 @@
Allowed values<br>
newest - Most recently published.<br>
relevance - Relevance to search terms.<br>
+ projection: string, Restrict information returned to a set of selected fields.<br>
+ Allowed values<br>
+ full - Includes all volume data.<br>
+ lite - Includes a subset of fields in volumeInfo and accessInfo.<br>
+ showPreorders: boolean, Set to true to show books available for preorder. Defaults to false.<br>
+ download: string, Restrict to volumes by download availability.<br>
+ Allowed values<br>
+ epub - All volumes with epub.<br>
+ startIndex: integer, Index of the first result to return (starts at 0)<br>
+ partner: string, Restrict and brand results for partner ID.<br>
+ q: string, Full-text search query string. (required)<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
+ source: string, String to identify the originator of this request.<br>
+ strict: string, A parameter<br>
+ maxResults: integer, Maximum number of results to return.<br>
+ libraryRestrict: string, Restrict search to this user's library.<br>
+ Allowed values<br>
+ my-library - Restrict to the user's library, any shelf.<br>
+ no-restrict - Do not restrict based on user's library.<br>
+ langRestrict: string, Restrict results to books with this language code.<br>
+ printType: string, Restrict to books or magazines.<br>
+ Allowed values<br>
+ all - All volume content types.<br>
+ books - Just books.<br>
+ magazines - Just magazines.<br>
filter: string, Filter search results.<br>
Allowed values<br>
ebooks - All Google eBooks.<br>
@@ -177,30 +209,7 @@
full - Public can view entire volume text.<br>
paid-ebooks - Google eBook with a price.<br>
partial - Public able to see parts of text.<br>
- projection: string, Restrict information returned to a set of selected fields.<br>
- Allowed values<br>
- full - Includes all volume data.<br>
- lite - Includes a subset of fields in volumeInfo and accessInfo.<br>
- libraryRestrict: string, Restrict search to this user's library.<br>
- Allowed values<br>
- my-library - Restrict to the user's library, any shelf.<br>
- no-restrict - Do not restrict based on user's library.<br>
- source: string, String to identify the originator of this request.<br>
- langRestrict: string, Restrict results to books with this language code.<br>
- country: string, ISO-3166-1 code to override the IP-based location.<br>
- printType: string, Restrict to books or magazines.<br>
- Allowed values<br>
- all - All volume content types.<br>
- books - Just books.<br>
- magazines - Just magazines.<br>
- startIndex: integer, Index of the first result to return (starts at 0)<br>
- maxResults: integer, Maximum number of results to return.<br>
- q: string, Full-text search query string. (required)<br>
- partner: string, Restrict and brand results for partner ID.<br>
- download: string, Restrict to volumes by download availability.<br>
- Allowed values<br>
- epub - All volumes with epub.<br>
- showPreorders: boolean, Set to true to show books available for preorder. Defaults to false.<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
@@ -229,6 +238,7 @@
"message": "A String", # Error/warning message.<br>
},<br>
"country": "A String", # The two-letter ISO_3166-1 country code for which this access information is valid. (In LITE projection.)<br>
+ "viewOrderUrl": "A String", # For ordered but not yet processed orders, we give a URL that can be used to go to the appropriate Google Wallet page.<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>
@@ -263,18 +273,8 @@
},<br>
"etag": "A String", # Opaque identifier for a specific version of a volume resource. (In LITE projection)<br>
"userInfo": { # User specific information related to this volume. (e.g. page this user last read or whether they purchased this book)<br>
+ "isInMyBooks": True or False, # Whether or not this volume is currently in "my books."<br>
"updated": "A String", # Timestamp when this volume was last modified by a user action, such as a reading position update, volume purchase or writing a review. (<a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> UTC date-time format).<br>
- "isPreordered": True or False, # Whether or not this volume was pre-ordered by the authenticated user making the request. (In LITE projection.)<br>
- "isPurchased": True or False, # Whether or not this volume was purchased by the authenticated user making the request. (In LITE projection.)<br>
- "readingPosition": { # The user's current reading position in the volume, if one is available. (In LITE projection.)<br>
- "kind": "books#readingPosition", # Resource type for a reading position.<br>
- "gbImagePosition": "A String", # Position in a volume for image-based content.<br>
- "epubCfiPosition": "A String", # Position in an EPUB as a CFI.<br>
- "updated": "A String", # Timestamp when this reading position was last updated (formatted UTC timestamp with millisecond resolution).<br>
- "volumeId": "A String", # Volume id associated with this reading position.<br>
- "pdfPosition": "A String", # Position in a PDF file.<br>
- "gbTextPosition": "A String", # Position in a volume for text-based content.<br>
- },<br>
"review": { # This user's review of this volume, if one exists.<br>
"rating": "A String", # Star rating for this review. Possible values are ONE, TWO, THREE, FOUR, FIVE or NOT_RATED.<br>
"kind": "books#review", # Resource type for a review.<br>
@@ -293,27 +293,24 @@
"type": "A String", # Source type for this review. Possible values are EDITORIAL, WEB_USER or GOOGLE_USER.<br>
"fullTextUrl": "A String", # URL for the full review text, for reviews gathered from the web.<br>
},<br>
+ "isPurchased": True or False, # Whether or not this volume was purchased by the authenticated user making the request. (In LITE projection.)<br>
+ "readingPosition": { # The user's current reading position in the volume, if one is available. (In LITE projection.)<br>
+ "kind": "books#readingPosition", # Resource type for a reading position.<br>
+ "gbImagePosition": "A String", # Position in a volume for image-based content.<br>
+ "epubCfiPosition": "A String", # Position in an EPUB as a CFI.<br>
+ "updated": "A String", # Timestamp when this reading position was last updated (formatted UTC timestamp with millisecond resolution).<br>
+ "volumeId": "A String", # Volume id associated with this reading position.<br>
+ "pdfPosition": "A String", # Position in a PDF file.<br>
+ "gbTextPosition": "A String", # Position in a volume for text-based content.<br>
+ },<br>
+ "isPreordered": True or False, # Whether or not this volume was pre-ordered by the authenticated user making the request. (In LITE projection.)<br>
},<br>
"volumeInfo": { # General volume information.<br>
+ "publisher": "A String", # Publisher of this volume. (In LITE projection.)<br>
"subtitle": "A String", # Volume subtitle. (In LITE projection.)<br>
- "pageCount": 42, # Total number of pages.<br>
- "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.<br>
- "dimensions": { # Physical dimensions of this volume.<br>
- "width": "A String", # Width of this volume (in cm).<br>
- "thickness": "A String", # Thickness of this volume (in cm).<br>
- "height": "A String", # Height or length of this volume (in cm).<br>
- },<br>
- "title": "A String", # Volume title. (In LITE projection.)<br>
- "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)<br>
- "industryIdentifiers": [ # Industry standard identifiers for this volume.<br>
- {<br>
- "identifier": "A String", # Industry specific volume identifier.<br>
- "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.<br>
- },<br>
- ],<br>
- "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)<br>
"description": "A String", # A synopsis of the volume. The text of the description is formatted in HTML and includes simple formatting elements, such as b, i, and br tags. (In LITE projection.)<br>
- "publishedDate": "A String", # Date of publication. (In LITE projection.)<br>
+ "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.<br>
+ "pageCount": 42, # Total number of pages.<br>
"imageLinks": { # A list of image links for all the sizes that are available. (In LITE projection.)<br>
"medium": "A String", # Image link for medium size (width of ~575 pixels). (In LITE projection)<br>
"smallThumbnail": "A String", # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)<br>
@@ -322,21 +319,33 @@
"small": "A String", # Image link for small size (width of ~300 pixels). (In LITE projection)<br>
"thumbnail": "A String", # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)<br>
},<br>
+ "publishedDate": "A String", # Date of publication. (In LITE projection.)<br>
+ "previewLink": "A String", # URL to preview this volume on the Google Books site.<br>
+ "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.<br>
+ "ratingsCount": 42, # The number of review ratings for this volume.<br>
+ "mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.<br>
+ "dimensions": { # Physical dimensions of this volume.<br>
+ "width": "A String", # Width of this volume (in cm).<br>
+ "thickness": "A String", # Thickness of this volume (in cm).<br>
+ "height": "A String", # Height or length of this volume (in cm).<br>
+ },<br>
+ "contentVersion": "A String", # An identifier for the version of the volume content (text & images). (In LITE projection)<br>
+ "industryIdentifiers": [ # Industry standard identifiers for this volume.<br>
+ {<br>
+ "identifier": "A String", # Industry specific volume identifier.<br>
+ "type": "A String", # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.<br>
+ },<br>
+ ],<br>
"authors": [ # The names of the authors and/or editors for this volume. (In LITE projection)<br>
"A String",<br>
],<br>
+ "title": "A String", # Volume title. (In LITE projection.)<br>
+ "canonicalVolumeLink": "A String", # Canonical URL for a volume. (In LITE projection.)<br>
+ "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)<br>
"categories": [ # A list of subject categories, such as "Fiction", "Suspense", etc.<br>
"A String",<br>
],<br>
- "publisher": "A String", # Publisher of this volume. (In LITE projection.)<br>
- "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.<br>
- "previewLink": "A String", # URL to preview this volume on the Google Books site.<br>
- "printType": "A String", # Type of publication of this volume. Possible values are BOOK or MAGAZINE.<br>
- "showReviewsLink": "A String", # URL to show reviews for this volume<br>
- "writeReviewLink": "A String", # URL to write a review for this volume<br>
"averageRating": 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)<br>
- "infoLink": "A String", # URL to view information about this volume on the Google Books site. (In LITE projection)<br>
- "ratingsCount": 42, # The number of review ratings for this volume.<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>