blob: ede9e06ce5a6d37c6aa2d95a4956f509701d4f68 [file] [log] [blame]
John Asmuth614db982014-04-24 15:46:26 -04001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="books_v1.html">Books API</a> . <a href="books_v1.volumes.html">volumes</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="books_v1.volumes.associated.html">associated()</a></code>
79</p>
80<p class="firstline">Returns the associated Resource.</p>
81
82<p class="toc_element">
83 <code><a href="books_v1.volumes.mybooks.html">mybooks()</a></code>
84</p>
85<p class="firstline">Returns the mybooks Resource.</p>
86
87<p class="toc_element">
88 <code><a href="books_v1.volumes.recommended.html">recommended()</a></code>
89</p>
90<p class="firstline">Returns the recommended Resource.</p>
91
92<p class="toc_element">
93 <code><a href="books_v1.volumes.useruploaded.html">useruploaded()</a></code>
94</p>
95<p class="firstline">Returns the useruploaded Resource.</p>
96
97<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070098 <code><a href="#close">close()</a></code></p>
99<p class="firstline">Close httplib2 connections.</p>
100<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800101 <code><a href="#get">get(volumeId, includeNonComicsSeries=None, country=None, user_library_consistent_read=None, projection=None, partner=None, source=None, x__xgafv=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -0400102<p class="firstline">Gets volume information for a single volume.</p>
103<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800104 <code><a href="#list">list(q, maxResults=None, maxAllowedMaturityRating=None, partner=None, langRestrict=None, filter=None, source=None, download=None, orderBy=None, libraryRestrict=None, printType=None, projection=None, startIndex=None, showPreorders=None, x__xgafv=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -0400105<p class="firstline">Performs a book search.</p>
106<h3>Method Details</h3>
107<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700108 <code class="details" id="close">close()</code>
109 <pre>Close httplib2 connections.</pre>
110</div>
111
112<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800113 <code class="details" id="get">get(volumeId, includeNonComicsSeries=None, country=None, user_library_consistent_read=None, projection=None, partner=None, source=None, x__xgafv=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400114 <pre>Gets volume information for a single volume.
115
116Args:
117 volumeId: string, ID of volume to retrieve. (required)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800118 includeNonComicsSeries: boolean, Set to true to include non-comics series. Defaults to false.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800119 country: string, ISO-3166-1 code to override the IP-based location.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800120 user_library_consistent_read: boolean, A parameter
John Asmuth614db982014-04-24 15:46:26 -0400121 projection: string, Restrict information returned to a set of selected fields.
122 Allowed values
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700123 PROJECTION_UNDEFINED -
124 FULL - Includes all volume data.
125 LITE - Includes a subset of fields in volumeInfo and accessInfo.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800126 partner: string, Brand results for partner ID.
127 source: string, string to identify the originator of this request.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700128 x__xgafv: string, V1 error format.
129 Allowed values
130 1 - v1 error format
131 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400132
133Returns:
134 An object of the form:
135
136 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800137 &quot;searchInfo&quot;: { # Search result information related to this volume.
138 &quot;textSnippet&quot;: &quot;A String&quot;, # A text snippet containing the search query.
139 },
140 &quot;accessInfo&quot;: { # 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.).
141 &quot;driveImportedContentLink&quot;: &quot;A String&quot;, # URL to the Google Drive viewer if this volume is uploaded by the user by selecting the file from Google Drive.
142 &quot;accessViewStatus&quot;: &quot;A String&quot;, # 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.)
143 &quot;epub&quot;: { # Information about epub content. (In LITE projection.)
144 &quot;acsTokenLink&quot;: &quot;A String&quot;, # URL to retrieve ACS token for epub download. (In LITE projection.)
145 &quot;downloadLink&quot;: &quot;A String&quot;, # URL to download epub. (In LITE projection.)
146 &quot;isAvailable&quot;: True or False, # Is a flowing text epub available either as public domain or for purchase. (In LITE projection.)
147 },
148 &quot;viewOrderUrl&quot;: &quot;A String&quot;, # For ordered but not yet processed orders, we give a URL that can be used to go to the appropriate Google Wallet page.
149 &quot;pdf&quot;: { # Information about pdf content. (In LITE projection.)
150 &quot;isAvailable&quot;: True or False, # Is a scanned image pdf available either as public domain or for purchase. (In LITE projection.)
151 &quot;downloadLink&quot;: &quot;A String&quot;, # URL to download pdf. (In LITE projection.)
152 &quot;acsTokenLink&quot;: &quot;A String&quot;, # URL to retrieve ACS token for pdf download. (In LITE projection.)
153 },
154 &quot;viewability&quot;: &quot;A String&quot;, # 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.
155 &quot;quoteSharingAllowed&quot;: True or False, # Whether quote sharing is allowed for this volume.
156 &quot;country&quot;: &quot;A String&quot;, # The two-letter ISO_3166-1 country code for which this access information is valid. (In LITE projection.)
157 &quot;textToSpeechPermission&quot;: &quot;A String&quot;, # Whether text-to-speech is permitted for this volume. Values can be ALLOWED, ALLOWED_FOR_ACCESSIBILITY, or NOT_ALLOWED.
158 &quot;webReaderLink&quot;: &quot;A String&quot;, # URL to read this volume on the Google Books site. Link will not allow users to read non-viewable volumes.
159 &quot;publicDomain&quot;: True or False, # Whether or not this book is public domain in the country listed above.
160 &quot;embeddable&quot;: True or False, # Whether this volume can be embedded in a viewport using the Embedded Viewer API.
161 &quot;explicitOfflineLicenseManagement&quot;: True or False, # Whether this volume requires that the client explicitly request offline download license rather than have it done automatically when loading the content, if the client supports it.
162 &quot;downloadAccess&quot;: { # Information about a volume&#x27;s download license access restrictions.
163 &quot;restricted&quot;: True or False, # Whether this volume has any download access restrictions.
164 &quot;justAcquired&quot;: True or False, # If deviceAllowed, whether access was just acquired with this request.
165 &quot;volumeId&quot;: &quot;A String&quot;, # Identifies the volume for which this entry applies.
166 &quot;deviceAllowed&quot;: True or False, # If restricted, whether access is granted for this (user, device, volume).
167 &quot;downloadsAcquired&quot;: 42, # If restricted, the number of content download licenses already acquired (including the requesting client, if licensed).
168 &quot;maxDownloadDevices&quot;: 42, # If restricted, the maximum number of content download licenses for this volume.
169 &quot;kind&quot;: &quot;A String&quot;, # Resource type.
170 &quot;reasonCode&quot;: &quot;A String&quot;, # Error/warning reason code. Additional codes may be added in the future. 0 OK 100 ACCESS_DENIED_PUBLISHER_LIMIT 101 ACCESS_DENIED_LIMIT 200 WARNING_USED_LAST_ACCESS
171 &quot;message&quot;: &quot;A String&quot;, # Error/warning message.
172 &quot;source&quot;: &quot;A String&quot;, # Client app identifier for verification. Download access and client-validation only.
173 &quot;nonce&quot;: &quot;A String&quot;, # Client nonce for verification. Download access and client-validation only.
174 &quot;signature&quot;: &quot;A String&quot;, # Response signature.
175 },
176 },
177 &quot;kind&quot;: &quot;A String&quot;, # Resource type for a volume. (In LITE projection.)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800178 &quot;layerInfo&quot;: { # What layers exist in this volume and high level information about them.
179 &quot;layers&quot;: [ # A layer should appear here if and only if the layer exists for this book.
180 {
181 &quot;layerId&quot;: &quot;A String&quot;, # The layer id of this layer (e.g. &quot;geo&quot;).
182 &quot;volumeAnnotationsVersion&quot;: &quot;A String&quot;, # The current version of this layer&#x27;s volume annotations. Note that this version applies only to the data in the books.layers.volumeAnnotations.* responses. The actual annotation data is versioned separately.
183 },
184 ],
185 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800186 &quot;recommendedInfo&quot;: { # Recommendation related information for this volume.
187 &quot;explanation&quot;: &quot;A String&quot;, # A text explaining why this volume is recommended.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800188 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800189 &quot;selfLink&quot;: &quot;A String&quot;, # URL to this resource. (In LITE projection.)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800190 &quot;saleInfo&quot;: { # 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).
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800191 &quot;country&quot;: &quot;A String&quot;, # The two-letter ISO_3166-1 country code for which this sale information is valid. (In LITE projection.)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800192 &quot;isEbook&quot;: True or False, # Whether or not this volume is an eBook (can be added to the My eBooks shelf).
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800193 &quot;retailPrice&quot;: { # 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.)
194 &quot;amount&quot;: 3.14, # Amount in the currency listed below. (In LITE projection.)
195 &quot;currencyCode&quot;: &quot;A String&quot;, # An ISO 4217, three-letter currency code. (In LITE projection.)
196 },
197 &quot;listPrice&quot;: { # Suggested retail price. (In LITE projection.)
198 &quot;currencyCode&quot;: &quot;A String&quot;, # An ISO 4217, three-letter currency code. (In LITE projection.)
199 &quot;amount&quot;: 3.14, # Amount in the currency listed below. (In LITE projection.)
200 },
201 &quot;onSaleDate&quot;: &quot;A String&quot;, # The date on which this book is available for sale.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800202 &quot;offers&quot;: [ # Offers available for this volume (sales and rentals).
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800203 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800204 &quot;rentalDuration&quot;: { # The rental duration (for rental offers only).
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800205 &quot;unit&quot;: &quot;A String&quot;,
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800206 &quot;count&quot;: 3.14,
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800207 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800208 &quot;retailPrice&quot;: { # Offer retail (=discounted) price in Micros
209 &quot;amountInMicros&quot;: 3.14,
210 &quot;currencyCode&quot;: &quot;A String&quot;,
211 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800212 &quot;finskyOfferType&quot;: 42, # The finsky offer type (e.g., PURCHASE=0 RENTAL=3)
213 &quot;giftable&quot;: True or False, # Indicates whether the offer is giftable.
214 &quot;listPrice&quot;: { # Offer list (=undiscounted) price in Micros.
215 &quot;currencyCode&quot;: &quot;A String&quot;,
216 &quot;amountInMicros&quot;: 3.14,
217 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800218 },
219 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800220 &quot;saleability&quot;: &quot;A String&quot;, # Whether or not this book is available for sale or offered for free in the Google eBookstore for the country listed above. Possible values are FOR_SALE, FOR_RENTAL_ONLY, FOR_SALE_AND_RENTAL, FREE, NOT_FOR_SALE, or FOR_PREORDER.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800221 &quot;buyLink&quot;: &quot;A String&quot;, # URL to purchase this volume on the Google Books site. (In LITE projection)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800222 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800223 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for a volume. (In LITE projection.)
224 &quot;userInfo&quot;: { # User specific information related to this volume. (e.g. page this user last read or whether they purchased this book)
225 &quot;review&quot;: { # This user&#x27;s review of this volume, if one exists.
226 &quot;volumeId&quot;: &quot;A String&quot;, # Volume that this review is for.
227 &quot;date&quot;: &quot;A String&quot;, # Date of this review.
228 &quot;author&quot;: { # Author of this review.
229 &quot;displayName&quot;: &quot;A String&quot;, # Name of this person.
230 },
231 &quot;type&quot;: &quot;A String&quot;, # Source type for this review. Possible values are EDITORIAL, WEB_USER or GOOGLE_USER.
232 &quot;kind&quot;: &quot;A String&quot;, # Resource type for a review.
233 &quot;source&quot;: { # Information regarding the source of this review, when the review is not from a Google Books user.
234 &quot;description&quot;: &quot;A String&quot;, # Name of the source.
235 &quot;extraDescription&quot;: &quot;A String&quot;, # Extra text about the source of the review.
236 &quot;url&quot;: &quot;A String&quot;, # URL of the source of the review.
237 },
238 &quot;content&quot;: &quot;A String&quot;, # Review text.
239 &quot;fullTextUrl&quot;: &quot;A String&quot;, # URL for the full review text, for reviews gathered from the web.
240 &quot;title&quot;: &quot;A String&quot;, # Title for this review.
241 &quot;rating&quot;: &quot;A String&quot;, # Star rating for this review. Possible values are ONE, TWO, THREE, FOUR, FIVE or NOT_RATED.
242 },
243 &quot;rentalPeriod&quot;: { # Period during this book is/was a valid rental.
244 &quot;endUtcSec&quot;: &quot;A String&quot;,
245 &quot;startUtcSec&quot;: &quot;A String&quot;,
246 },
247 &quot;isPurchased&quot;: True or False, # Whether or not this volume was purchased by the authenticated user making the request. (In LITE projection.)
248 &quot;acquisitionType&quot;: 42, # How this volume was acquired.
249 &quot;acquiredTime&quot;: &quot;A String&quot;, # Timestamp when this volume was acquired by the user. (RFC 3339 UTC date-time format) Acquiring includes purchase, user upload, receiving family sharing, etc.
250 &quot;familySharing&quot;: { # Information on the ability to share with the family.
251 &quot;isSharingAllowed&quot;: True or False, # Whether or not this volume can be shared with the family by the user. This includes sharing eligibility of both the volume and the user. If the value is true, the user can initiate a family sharing action.
252 &quot;familyRole&quot;: &quot;A String&quot;, # The role of the user in the family.
253 &quot;isSharingDisabledByFop&quot;: True or False, # Whether or not sharing this volume is temporarily disabled due to issues with the Family Wallet.
254 },
255 &quot;copy&quot;: { # Copy/Paste accounting information.
256 &quot;allowedCharacterCount&quot;: 42,
257 &quot;updated&quot;: &quot;A String&quot;,
258 &quot;remainingCharacterCount&quot;: 42,
259 &quot;limitType&quot;: &quot;A String&quot;,
260 },
261 &quot;isFamilySharingDisabledByFop&quot;: True or False, # Deprecated: Replaced by familySharing.
262 &quot;isInMyBooks&quot;: True or False, # Whether or not this volume is currently in &quot;my books.&quot;
263 &quot;entitlementType&quot;: 42, # Whether this volume is purchased, sample, pd download etc.
264 &quot;isFamilySharedFromUser&quot;: True or False, # Whether or not the user shared this volume with the family.
265 &quot;userUploadedVolumeInfo&quot;: {
266 &quot;processingState&quot;: &quot;A String&quot;,
267 },
268 &quot;isUploaded&quot;: True or False, # Whether or not this volume was user uploaded.
269 &quot;isFamilySharingAllowed&quot;: True or False, # Deprecated: Replaced by familySharing.
270 &quot;isPreordered&quot;: True or False, # Whether or not this volume was pre-ordered by the authenticated user making the request. (In LITE projection.)
271 &quot;updated&quot;: &quot;A String&quot;, # Timestamp when this volume was last modified by a user action, such as a reading position update, volume purchase or writing a review. (RFC 3339 UTC date-time format).
272 &quot;readingPosition&quot;: { # The user&#x27;s current reading position in the volume, if one is available. (In LITE projection.)
273 &quot;updated&quot;: &quot;A String&quot;, # Timestamp when this reading position was last updated (formatted UTC timestamp with millisecond resolution).
274 &quot;epubCfiPosition&quot;: &quot;A String&quot;, # Position in an EPUB as a CFI.
275 &quot;gbTextPosition&quot;: &quot;A String&quot;, # Position in a volume for text-based content.
276 &quot;kind&quot;: &quot;A String&quot;, # Resource type for a reading position.
277 &quot;volumeId&quot;: &quot;A String&quot;, # Volume id associated with this reading position.
278 &quot;pdfPosition&quot;: &quot;A String&quot;, # Position in a PDF file.
279 &quot;gbImagePosition&quot;: &quot;A String&quot;, # Position in a volume for image-based content.
280 },
281 &quot;rentalState&quot;: &quot;A String&quot;, # Whether this book is an active or an expired rental.
282 &quot;isFamilySharedToUser&quot;: True or False, # Whether or not the user received this volume through family sharing.
283 },
284 &quot;etag&quot;: &quot;A String&quot;, # Opaque identifier for a specific version of a volume resource. (In LITE projection)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800285 &quot;volumeInfo&quot;: { # General volume information.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800286 &quot;dimensions&quot;: { # Physical dimensions of this volume.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800287 &quot;width&quot;: &quot;A String&quot;, # Width of this volume (in cm).
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800288 &quot;height&quot;: &quot;A String&quot;, # Height or length of this volume (in cm).
289 &quot;thickness&quot;: &quot;A String&quot;, # Thickness of this volume (in cm).
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800290 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800291 &quot;publisher&quot;: &quot;A String&quot;, # Publisher of this volume. (In LITE projection.)
292 &quot;language&quot;: &quot;A String&quot;, # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as &#x27;fr&#x27;, &#x27;en&#x27;, etc.
293 &quot;title&quot;: &quot;A String&quot;, # Volume title. (In LITE projection.)
294 &quot;printedPageCount&quot;: 42, # Total number of printed pages in generated pdf representation.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800295 &quot;readingModes&quot;: { # The reading modes available for this volume.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800296 &quot;text&quot;: True or False,
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800297 &quot;image&quot;: True or False,
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800298 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800299 &quot;contentVersion&quot;: &quot;A String&quot;, # An identifier for the version of the volume content (text &amp; images). (In LITE projection)
300 &quot;printType&quot;: &quot;A String&quot;, # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800301 &quot;previewLink&quot;: &quot;A String&quot;, # URL to preview this volume on the Google Books site.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800302 &quot;ratingsCount&quot;: 42, # The number of review ratings for this volume.
303 &quot;description&quot;: &quot;A String&quot;, # 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.)
304 &quot;maturityRating&quot;: &quot;A String&quot;,
305 &quot;infoLink&quot;: &quot;A String&quot;, # URL to view information about this volume on the Google Books site. (In LITE projection)
306 &quot;categories&quot;: [ # A list of subject categories, such as &quot;Fiction&quot;, &quot;Suspense&quot;, etc.
307 &quot;A String&quot;,
308 ],
309 &quot;pageCount&quot;: 42, # Total number of pages as per publisher metadata.
310 &quot;samplePageCount&quot;: 42, # Total number of sample pages as per publisher metadata.
311 &quot;allowAnonLogging&quot;: True or False, # Whether anonymous logging should be allowed.
312 &quot;subtitle&quot;: &quot;A String&quot;, # Volume subtitle. (In LITE projection.)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800313 &quot;industryIdentifiers&quot;: [ # Industry standard identifiers for this volume.
314 {
315 &quot;type&quot;: &quot;A String&quot;, # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.
316 &quot;identifier&quot;: &quot;A String&quot;, # Industry specific volume identifier.
317 },
318 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800319 &quot;mainCategory&quot;: &quot;A String&quot;, # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.
320 &quot;averageRating&quot;: 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)
321 &quot;panelizationSummary&quot;: { # A top-level summary of the panelization info in this volume.
322 &quot;containsEpubBubbles&quot;: True or False,
323 &quot;epubBubbleVersion&quot;: &quot;A String&quot;,
324 &quot;containsImageBubbles&quot;: True or False,
325 &quot;imageBubbleVersion&quot;: &quot;A String&quot;,
326 },
327 &quot;comicsContent&quot;: True or False, # Whether the volume has comics content.
328 &quot;seriesInfo&quot;: {
329 &quot;bookDisplayNumber&quot;: &quot;A String&quot;, # The display number string. This should be used only for display purposes and the actual sequence should be inferred from the below orderNumber.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800330 &quot;kind&quot;: &quot;A String&quot;, # Resource type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800331 &quot;volumeSeries&quot;: [
332 {
333 &quot;issue&quot;: [ # List of issues. Applicable only for Collection Edition and Omnibus.
334 {
335 &quot;issueOrderNumber&quot;: 42,
336 &quot;issueDisplayNumber&quot;: &quot;A String&quot;,
337 },
338 ],
339 &quot;seriesBookType&quot;: &quot;A String&quot;, # The book type in the context of series. Examples - Single Issue, Collection Edition, etc.
340 &quot;seriesId&quot;: &quot;A String&quot;, # The series id.
341 &quot;orderNumber&quot;: 42, # The book order number in the series.
342 },
343 ],
344 &quot;shortSeriesBookTitle&quot;: &quot;A String&quot;, # Short book title in the context of the series.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800345 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800346 &quot;imageLinks&quot;: { # A list of image links for all the sizes that are available. (In LITE projection.)
347 &quot;large&quot;: &quot;A String&quot;, # Image link for large size (width of ~800 pixels). (In LITE projection)
348 &quot;medium&quot;: &quot;A String&quot;, # Image link for medium size (width of ~575 pixels). (In LITE projection)
349 &quot;small&quot;: &quot;A String&quot;, # Image link for small size (width of ~300 pixels). (In LITE projection)
350 &quot;smallThumbnail&quot;: &quot;A String&quot;, # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)
351 &quot;extraLarge&quot;: &quot;A String&quot;, # Image link for extra large size (width of ~1280 pixels). (In LITE projection)
352 &quot;thumbnail&quot;: &quot;A String&quot;, # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800353 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800354 &quot;authors&quot;: [ # The names of the authors and/or editors for this volume. (In LITE projection)
355 &quot;A String&quot;,
356 ],
357 &quot;canonicalVolumeLink&quot;: &quot;A String&quot;, # Canonical URL for a volume. (In LITE projection.)
358 &quot;publishedDate&quot;: &quot;A String&quot;, # Date of publication. (In LITE projection.)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800359 },
John Asmuth614db982014-04-24 15:46:26 -0400360 }</pre>
361</div>
362
363<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800364 <code class="details" id="list">list(q, maxResults=None, maxAllowedMaturityRating=None, partner=None, langRestrict=None, filter=None, source=None, download=None, orderBy=None, libraryRestrict=None, printType=None, projection=None, startIndex=None, showPreorders=None, x__xgafv=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400365 <pre>Performs a book search.
366
367Args:
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700368 q: string, Full-text search query string. (required)
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800369 maxResults: integer, Maximum number of results to return.
370 maxAllowedMaturityRating: string, The maximum allowed maturity rating of returned recommendations. Books with a higher maturity rating are filtered out.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700371 Allowed values
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800372 MAX_ALLOWED_MATURITY_RATING_UNDEFINED -
373 MATURE - Show books which are rated mature or lower.
374 not-mature - Show books which are rated not mature.
375 partner: string, Restrict and brand results for partner ID.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800376 langRestrict: string, Restrict results to books with this language code.
John Asmuth614db982014-04-24 15:46:26 -0400377 filter: string, Filter search results.
378 Allowed values
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700379 FILTER_UNDEFINED -
John Asmuth614db982014-04-24 15:46:26 -0400380 ebooks - All Google eBooks.
381 free-ebooks - Google eBook with full volume text viewability.
382 full - Public can view entire volume text.
383 paid-ebooks - Google eBook with a price.
384 partial - Public able to see parts of text.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800385 source: string, String to identify the originator of this request.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800386 download: string, Restrict to volumes by download availability.
387 Allowed values
388 DOWNLOAD_UNDEFINED -
389 EPUB - All volumes with epub.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800390 orderBy: string, Sort search results.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700391 Allowed values
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800392 ORDER_BY_UNDEFINED -
393 newest - Most recently published.
394 relevance - Relevance to search terms.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800395 libraryRestrict: string, Restrict search to this user&#x27;s library.
396 Allowed values
397 LIBRARY_RESTRICT_UNDEFINED -
398 my-library - Restrict to the user&#x27;s library, any shelf.
399 no-restrict - Do not restrict based on user&#x27;s library.
400 printType: string, Restrict to books or magazines.
401 Allowed values
402 PRINT_TYPE_UNDEFINED -
403 ALL - All volume content types.
404 BOOKS - Just books.
405 MAGAZINES - Just magazines.
406 projection: string, Restrict information returned to a set of selected fields.
407 Allowed values
408 PROJECTION_UNDEFINED -
409 FULL - Includes all volume data.
410 LITE - Includes a subset of fields in volumeInfo and accessInfo.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800411 startIndex: integer, Index of the first result to return (starts at 0)
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800412 showPreorders: boolean, Set to true to show books available for preorder. Defaults to false.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700413 x__xgafv: string, V1 error format.
414 Allowed values
415 1 - v1 error format
416 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400417
418Returns:
419 An object of the form:
420
421 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800422 &quot;kind&quot;: &quot;A String&quot;, # Resource type.
423 &quot;totalItems&quot;: 42, # Total number of volumes found. This might be greater than the number of volumes returned in this response if results have been paginated.
Bu Sun Kim65020912020-05-20 12:08:20 -0700424 &quot;items&quot;: [ # A list of volumes.
John Asmuth614db982014-04-24 15:46:26 -0400425 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800426 &quot;searchInfo&quot;: { # Search result information related to this volume.
427 &quot;textSnippet&quot;: &quot;A String&quot;, # A text snippet containing the search query.
428 },
429 &quot;accessInfo&quot;: { # 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.).
430 &quot;driveImportedContentLink&quot;: &quot;A String&quot;, # URL to the Google Drive viewer if this volume is uploaded by the user by selecting the file from Google Drive.
431 &quot;accessViewStatus&quot;: &quot;A String&quot;, # 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.)
432 &quot;epub&quot;: { # Information about epub content. (In LITE projection.)
433 &quot;acsTokenLink&quot;: &quot;A String&quot;, # URL to retrieve ACS token for epub download. (In LITE projection.)
434 &quot;downloadLink&quot;: &quot;A String&quot;, # URL to download epub. (In LITE projection.)
435 &quot;isAvailable&quot;: True or False, # Is a flowing text epub available either as public domain or for purchase. (In LITE projection.)
436 },
437 &quot;viewOrderUrl&quot;: &quot;A String&quot;, # For ordered but not yet processed orders, we give a URL that can be used to go to the appropriate Google Wallet page.
438 &quot;pdf&quot;: { # Information about pdf content. (In LITE projection.)
439 &quot;isAvailable&quot;: True or False, # Is a scanned image pdf available either as public domain or for purchase. (In LITE projection.)
440 &quot;downloadLink&quot;: &quot;A String&quot;, # URL to download pdf. (In LITE projection.)
441 &quot;acsTokenLink&quot;: &quot;A String&quot;, # URL to retrieve ACS token for pdf download. (In LITE projection.)
442 },
443 &quot;viewability&quot;: &quot;A String&quot;, # 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.
444 &quot;quoteSharingAllowed&quot;: True or False, # Whether quote sharing is allowed for this volume.
445 &quot;country&quot;: &quot;A String&quot;, # The two-letter ISO_3166-1 country code for which this access information is valid. (In LITE projection.)
446 &quot;textToSpeechPermission&quot;: &quot;A String&quot;, # Whether text-to-speech is permitted for this volume. Values can be ALLOWED, ALLOWED_FOR_ACCESSIBILITY, or NOT_ALLOWED.
447 &quot;webReaderLink&quot;: &quot;A String&quot;, # URL to read this volume on the Google Books site. Link will not allow users to read non-viewable volumes.
448 &quot;publicDomain&quot;: True or False, # Whether or not this book is public domain in the country listed above.
449 &quot;embeddable&quot;: True or False, # Whether this volume can be embedded in a viewport using the Embedded Viewer API.
450 &quot;explicitOfflineLicenseManagement&quot;: True or False, # Whether this volume requires that the client explicitly request offline download license rather than have it done automatically when loading the content, if the client supports it.
451 &quot;downloadAccess&quot;: { # Information about a volume&#x27;s download license access restrictions.
452 &quot;restricted&quot;: True or False, # Whether this volume has any download access restrictions.
453 &quot;justAcquired&quot;: True or False, # If deviceAllowed, whether access was just acquired with this request.
454 &quot;volumeId&quot;: &quot;A String&quot;, # Identifies the volume for which this entry applies.
455 &quot;deviceAllowed&quot;: True or False, # If restricted, whether access is granted for this (user, device, volume).
456 &quot;downloadsAcquired&quot;: 42, # If restricted, the number of content download licenses already acquired (including the requesting client, if licensed).
457 &quot;maxDownloadDevices&quot;: 42, # If restricted, the maximum number of content download licenses for this volume.
458 &quot;kind&quot;: &quot;A String&quot;, # Resource type.
459 &quot;reasonCode&quot;: &quot;A String&quot;, # Error/warning reason code. Additional codes may be added in the future. 0 OK 100 ACCESS_DENIED_PUBLISHER_LIMIT 101 ACCESS_DENIED_LIMIT 200 WARNING_USED_LAST_ACCESS
460 &quot;message&quot;: &quot;A String&quot;, # Error/warning message.
461 &quot;source&quot;: &quot;A String&quot;, # Client app identifier for verification. Download access and client-validation only.
462 &quot;nonce&quot;: &quot;A String&quot;, # Client nonce for verification. Download access and client-validation only.
463 &quot;signature&quot;: &quot;A String&quot;, # Response signature.
464 },
465 },
466 &quot;kind&quot;: &quot;A String&quot;, # Resource type for a volume. (In LITE projection.)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800467 &quot;layerInfo&quot;: { # What layers exist in this volume and high level information about them.
468 &quot;layers&quot;: [ # A layer should appear here if and only if the layer exists for this book.
469 {
470 &quot;layerId&quot;: &quot;A String&quot;, # The layer id of this layer (e.g. &quot;geo&quot;).
471 &quot;volumeAnnotationsVersion&quot;: &quot;A String&quot;, # The current version of this layer&#x27;s volume annotations. Note that this version applies only to the data in the books.layers.volumeAnnotations.* responses. The actual annotation data is versioned separately.
472 },
473 ],
474 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800475 &quot;recommendedInfo&quot;: { # Recommendation related information for this volume.
476 &quot;explanation&quot;: &quot;A String&quot;, # A text explaining why this volume is recommended.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800477 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800478 &quot;selfLink&quot;: &quot;A String&quot;, # URL to this resource. (In LITE projection.)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800479 &quot;saleInfo&quot;: { # 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).
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800480 &quot;country&quot;: &quot;A String&quot;, # The two-letter ISO_3166-1 country code for which this sale information is valid. (In LITE projection.)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800481 &quot;isEbook&quot;: True or False, # Whether or not this volume is an eBook (can be added to the My eBooks shelf).
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800482 &quot;retailPrice&quot;: { # 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.)
483 &quot;amount&quot;: 3.14, # Amount in the currency listed below. (In LITE projection.)
484 &quot;currencyCode&quot;: &quot;A String&quot;, # An ISO 4217, three-letter currency code. (In LITE projection.)
485 },
486 &quot;listPrice&quot;: { # Suggested retail price. (In LITE projection.)
487 &quot;currencyCode&quot;: &quot;A String&quot;, # An ISO 4217, three-letter currency code. (In LITE projection.)
488 &quot;amount&quot;: 3.14, # Amount in the currency listed below. (In LITE projection.)
489 },
490 &quot;onSaleDate&quot;: &quot;A String&quot;, # The date on which this book is available for sale.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800491 &quot;offers&quot;: [ # Offers available for this volume (sales and rentals).
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800492 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800493 &quot;rentalDuration&quot;: { # The rental duration (for rental offers only).
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800494 &quot;unit&quot;: &quot;A String&quot;,
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800495 &quot;count&quot;: 3.14,
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800496 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800497 &quot;retailPrice&quot;: { # Offer retail (=discounted) price in Micros
498 &quot;amountInMicros&quot;: 3.14,
499 &quot;currencyCode&quot;: &quot;A String&quot;,
500 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800501 &quot;finskyOfferType&quot;: 42, # The finsky offer type (e.g., PURCHASE=0 RENTAL=3)
502 &quot;giftable&quot;: True or False, # Indicates whether the offer is giftable.
503 &quot;listPrice&quot;: { # Offer list (=undiscounted) price in Micros.
504 &quot;currencyCode&quot;: &quot;A String&quot;,
505 &quot;amountInMicros&quot;: 3.14,
506 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800507 },
508 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800509 &quot;saleability&quot;: &quot;A String&quot;, # Whether or not this book is available for sale or offered for free in the Google eBookstore for the country listed above. Possible values are FOR_SALE, FOR_RENTAL_ONLY, FOR_SALE_AND_RENTAL, FREE, NOT_FOR_SALE, or FOR_PREORDER.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800510 &quot;buyLink&quot;: &quot;A String&quot;, # URL to purchase this volume on the Google Books site. (In LITE projection)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800511 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800512 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for a volume. (In LITE projection.)
513 &quot;userInfo&quot;: { # User specific information related to this volume. (e.g. page this user last read or whether they purchased this book)
514 &quot;review&quot;: { # This user&#x27;s review of this volume, if one exists.
515 &quot;volumeId&quot;: &quot;A String&quot;, # Volume that this review is for.
516 &quot;date&quot;: &quot;A String&quot;, # Date of this review.
517 &quot;author&quot;: { # Author of this review.
518 &quot;displayName&quot;: &quot;A String&quot;, # Name of this person.
519 },
520 &quot;type&quot;: &quot;A String&quot;, # Source type for this review. Possible values are EDITORIAL, WEB_USER or GOOGLE_USER.
521 &quot;kind&quot;: &quot;A String&quot;, # Resource type for a review.
522 &quot;source&quot;: { # Information regarding the source of this review, when the review is not from a Google Books user.
523 &quot;description&quot;: &quot;A String&quot;, # Name of the source.
524 &quot;extraDescription&quot;: &quot;A String&quot;, # Extra text about the source of the review.
525 &quot;url&quot;: &quot;A String&quot;, # URL of the source of the review.
526 },
527 &quot;content&quot;: &quot;A String&quot;, # Review text.
528 &quot;fullTextUrl&quot;: &quot;A String&quot;, # URL for the full review text, for reviews gathered from the web.
529 &quot;title&quot;: &quot;A String&quot;, # Title for this review.
530 &quot;rating&quot;: &quot;A String&quot;, # Star rating for this review. Possible values are ONE, TWO, THREE, FOUR, FIVE or NOT_RATED.
531 },
532 &quot;rentalPeriod&quot;: { # Period during this book is/was a valid rental.
533 &quot;endUtcSec&quot;: &quot;A String&quot;,
534 &quot;startUtcSec&quot;: &quot;A String&quot;,
535 },
536 &quot;isPurchased&quot;: True or False, # Whether or not this volume was purchased by the authenticated user making the request. (In LITE projection.)
537 &quot;acquisitionType&quot;: 42, # How this volume was acquired.
538 &quot;acquiredTime&quot;: &quot;A String&quot;, # Timestamp when this volume was acquired by the user. (RFC 3339 UTC date-time format) Acquiring includes purchase, user upload, receiving family sharing, etc.
539 &quot;familySharing&quot;: { # Information on the ability to share with the family.
540 &quot;isSharingAllowed&quot;: True or False, # Whether or not this volume can be shared with the family by the user. This includes sharing eligibility of both the volume and the user. If the value is true, the user can initiate a family sharing action.
541 &quot;familyRole&quot;: &quot;A String&quot;, # The role of the user in the family.
542 &quot;isSharingDisabledByFop&quot;: True or False, # Whether or not sharing this volume is temporarily disabled due to issues with the Family Wallet.
543 },
544 &quot;copy&quot;: { # Copy/Paste accounting information.
545 &quot;allowedCharacterCount&quot;: 42,
546 &quot;updated&quot;: &quot;A String&quot;,
547 &quot;remainingCharacterCount&quot;: 42,
548 &quot;limitType&quot;: &quot;A String&quot;,
549 },
550 &quot;isFamilySharingDisabledByFop&quot;: True or False, # Deprecated: Replaced by familySharing.
551 &quot;isInMyBooks&quot;: True or False, # Whether or not this volume is currently in &quot;my books.&quot;
552 &quot;entitlementType&quot;: 42, # Whether this volume is purchased, sample, pd download etc.
553 &quot;isFamilySharedFromUser&quot;: True or False, # Whether or not the user shared this volume with the family.
554 &quot;userUploadedVolumeInfo&quot;: {
555 &quot;processingState&quot;: &quot;A String&quot;,
556 },
557 &quot;isUploaded&quot;: True or False, # Whether or not this volume was user uploaded.
558 &quot;isFamilySharingAllowed&quot;: True or False, # Deprecated: Replaced by familySharing.
559 &quot;isPreordered&quot;: True or False, # Whether or not this volume was pre-ordered by the authenticated user making the request. (In LITE projection.)
560 &quot;updated&quot;: &quot;A String&quot;, # Timestamp when this volume was last modified by a user action, such as a reading position update, volume purchase or writing a review. (RFC 3339 UTC date-time format).
561 &quot;readingPosition&quot;: { # The user&#x27;s current reading position in the volume, if one is available. (In LITE projection.)
562 &quot;updated&quot;: &quot;A String&quot;, # Timestamp when this reading position was last updated (formatted UTC timestamp with millisecond resolution).
563 &quot;epubCfiPosition&quot;: &quot;A String&quot;, # Position in an EPUB as a CFI.
564 &quot;gbTextPosition&quot;: &quot;A String&quot;, # Position in a volume for text-based content.
565 &quot;kind&quot;: &quot;A String&quot;, # Resource type for a reading position.
566 &quot;volumeId&quot;: &quot;A String&quot;, # Volume id associated with this reading position.
567 &quot;pdfPosition&quot;: &quot;A String&quot;, # Position in a PDF file.
568 &quot;gbImagePosition&quot;: &quot;A String&quot;, # Position in a volume for image-based content.
569 },
570 &quot;rentalState&quot;: &quot;A String&quot;, # Whether this book is an active or an expired rental.
571 &quot;isFamilySharedToUser&quot;: True or False, # Whether or not the user received this volume through family sharing.
572 },
573 &quot;etag&quot;: &quot;A String&quot;, # Opaque identifier for a specific version of a volume resource. (In LITE projection)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800574 &quot;volumeInfo&quot;: { # General volume information.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800575 &quot;dimensions&quot;: { # Physical dimensions of this volume.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800576 &quot;width&quot;: &quot;A String&quot;, # Width of this volume (in cm).
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800577 &quot;height&quot;: &quot;A String&quot;, # Height or length of this volume (in cm).
578 &quot;thickness&quot;: &quot;A String&quot;, # Thickness of this volume (in cm).
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800579 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800580 &quot;publisher&quot;: &quot;A String&quot;, # Publisher of this volume. (In LITE projection.)
581 &quot;language&quot;: &quot;A String&quot;, # Best language for this volume (based on content). It is the two-letter ISO 639-1 code such as &#x27;fr&#x27;, &#x27;en&#x27;, etc.
582 &quot;title&quot;: &quot;A String&quot;, # Volume title. (In LITE projection.)
583 &quot;printedPageCount&quot;: 42, # Total number of printed pages in generated pdf representation.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800584 &quot;readingModes&quot;: { # The reading modes available for this volume.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800585 &quot;text&quot;: True or False,
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800586 &quot;image&quot;: True or False,
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800587 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800588 &quot;contentVersion&quot;: &quot;A String&quot;, # An identifier for the version of the volume content (text &amp; images). (In LITE projection)
589 &quot;printType&quot;: &quot;A String&quot;, # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800590 &quot;previewLink&quot;: &quot;A String&quot;, # URL to preview this volume on the Google Books site.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800591 &quot;ratingsCount&quot;: 42, # The number of review ratings for this volume.
592 &quot;description&quot;: &quot;A String&quot;, # 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.)
593 &quot;maturityRating&quot;: &quot;A String&quot;,
594 &quot;infoLink&quot;: &quot;A String&quot;, # URL to view information about this volume on the Google Books site. (In LITE projection)
595 &quot;categories&quot;: [ # A list of subject categories, such as &quot;Fiction&quot;, &quot;Suspense&quot;, etc.
596 &quot;A String&quot;,
597 ],
598 &quot;pageCount&quot;: 42, # Total number of pages as per publisher metadata.
599 &quot;samplePageCount&quot;: 42, # Total number of sample pages as per publisher metadata.
600 &quot;allowAnonLogging&quot;: True or False, # Whether anonymous logging should be allowed.
601 &quot;subtitle&quot;: &quot;A String&quot;, # Volume subtitle. (In LITE projection.)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800602 &quot;industryIdentifiers&quot;: [ # Industry standard identifiers for this volume.
603 {
604 &quot;type&quot;: &quot;A String&quot;, # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.
605 &quot;identifier&quot;: &quot;A String&quot;, # Industry specific volume identifier.
606 },
607 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800608 &quot;mainCategory&quot;: &quot;A String&quot;, # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.
609 &quot;averageRating&quot;: 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)
610 &quot;panelizationSummary&quot;: { # A top-level summary of the panelization info in this volume.
611 &quot;containsEpubBubbles&quot;: True or False,
612 &quot;epubBubbleVersion&quot;: &quot;A String&quot;,
613 &quot;containsImageBubbles&quot;: True or False,
614 &quot;imageBubbleVersion&quot;: &quot;A String&quot;,
615 },
616 &quot;comicsContent&quot;: True or False, # Whether the volume has comics content.
617 &quot;seriesInfo&quot;: {
618 &quot;bookDisplayNumber&quot;: &quot;A String&quot;, # The display number string. This should be used only for display purposes and the actual sequence should be inferred from the below orderNumber.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800619 &quot;kind&quot;: &quot;A String&quot;, # Resource type.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800620 &quot;volumeSeries&quot;: [
621 {
622 &quot;issue&quot;: [ # List of issues. Applicable only for Collection Edition and Omnibus.
623 {
624 &quot;issueOrderNumber&quot;: 42,
625 &quot;issueDisplayNumber&quot;: &quot;A String&quot;,
626 },
627 ],
628 &quot;seriesBookType&quot;: &quot;A String&quot;, # The book type in the context of series. Examples - Single Issue, Collection Edition, etc.
629 &quot;seriesId&quot;: &quot;A String&quot;, # The series id.
630 &quot;orderNumber&quot;: 42, # The book order number in the series.
631 },
632 ],
633 &quot;shortSeriesBookTitle&quot;: &quot;A String&quot;, # Short book title in the context of the series.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800634 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800635 &quot;imageLinks&quot;: { # A list of image links for all the sizes that are available. (In LITE projection.)
636 &quot;large&quot;: &quot;A String&quot;, # Image link for large size (width of ~800 pixels). (In LITE projection)
637 &quot;medium&quot;: &quot;A String&quot;, # Image link for medium size (width of ~575 pixels). (In LITE projection)
638 &quot;small&quot;: &quot;A String&quot;, # Image link for small size (width of ~300 pixels). (In LITE projection)
639 &quot;smallThumbnail&quot;: &quot;A String&quot;, # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)
640 &quot;extraLarge&quot;: &quot;A String&quot;, # Image link for extra large size (width of ~1280 pixels). (In LITE projection)
641 &quot;thumbnail&quot;: &quot;A String&quot;, # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800642 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800643 &quot;authors&quot;: [ # The names of the authors and/or editors for this volume. (In LITE projection)
644 &quot;A String&quot;,
645 ],
646 &quot;canonicalVolumeLink&quot;: &quot;A String&quot;, # Canonical URL for a volume. (In LITE projection.)
647 &quot;publishedDate&quot;: &quot;A String&quot;, # Date of publication. (In LITE projection.)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800648 },
John Asmuth614db982014-04-24 15:46:26 -0400649 },
650 ],
John Asmuth614db982014-04-24 15:46:26 -0400651 }</pre>
652</div>
653
654</body></html>