blob: baf2bfe997022f3e61e4dd179a8e93e650766473 [file] [log] [blame]
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -08001<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.personalizedstream.html">personalizedstream</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080081 <code><a href="#get">get(locale=None, maxAllowedMaturityRating=None, source=None, x__xgafv=None)</a></code></p>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080082<p class="firstline">Returns a stream of personalized book clusters</p>
83<h3>Method Details</h3>
84<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070085 <code class="details" id="close">close()</code>
86 <pre>Close httplib2 connections.</pre>
87</div>
88
89<div class="method">
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -080090 <code class="details" id="get">get(locale=None, maxAllowedMaturityRating=None, source=None, x__xgafv=None)</code>
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080091 <pre>Returns a stream of personalized book clusters
92
93Args:
Bu Sun Kim65020912020-05-20 12:08:20 -070094 locale: string, ISO-639-1 language and ISO-3166-1 country code. Ex: &#x27;en_US&#x27;. Used for generating recommendations.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080095 maxAllowedMaturityRating: string, The maximum allowed maturity rating of returned recommendations. Books with a higher maturity rating are filtered out.
96 Allowed values
Bu Sun Kimd059ad82020-07-22 17:02:09 -070097 MAX_ALLOWED_MATURITY_RATING_UNDEFINED -
98 MATURE - Show books which are rated mature or lower.
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -080099 not-mature - Show books which are rated not mature.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800100 source: string, String to identify the originator of this request.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700101 x__xgafv: string, V1 error format.
102 Allowed values
103 1 - v1 error format
104 2 - v2 error format
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800105
106Returns:
107 An object of the form:
108
109 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800110 &quot;kind&quot;: &quot;A String&quot;, # Resorce type.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800111 &quot;totalClusters&quot;: 42,
Bu Sun Kim65020912020-05-20 12:08:20 -0700112 &quot;clusters&quot;: [
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800113 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800114 &quot;totalVolumes&quot;: 42,
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800115 &quot;banner_with_content_container&quot;: {
116 &quot;moreButtonUrl&quot;: &quot;A String&quot;,
117 &quot;maskColorArgb&quot;: &quot;A String&quot;,
118 &quot;moreButtonText&quot;: &quot;A String&quot;,
119 &quot;textColorArgb&quot;: &quot;A String&quot;,
120 &quot;imageUrl&quot;: &quot;A String&quot;,
121 &quot;fillColorArgb&quot;: &quot;A String&quot;,
122 },
123 &quot;subTitle&quot;: &quot;A String&quot;,
Bu Sun Kim65020912020-05-20 12:08:20 -0700124 &quot;volumes&quot;: [
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800125 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800126 &quot;layerInfo&quot;: { # What layers exist in this volume and high level information about them.
127 &quot;layers&quot;: [ # A layer should appear here if and only if the layer exists for this book.
128 {
129 &quot;layerId&quot;: &quot;A String&quot;, # The layer id of this layer (e.g. &quot;geo&quot;).
130 &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.
131 },
132 ],
133 },
134 &quot;searchInfo&quot;: { # Search result information related to this volume.
135 &quot;textSnippet&quot;: &quot;A String&quot;, # A text snippet containing the search query.
136 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800137 &quot;userInfo&quot;: { # User specific information related to this volume. (e.g. page this user last read or whether they purchased this book)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800138 &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).
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800139 &quot;isUploaded&quot;: True or False, # Whether or not this volume was user uploaded.
140 &quot;isFamilySharedToUser&quot;: True or False, # Whether or not the user received this volume through family sharing.
141 &quot;isPurchased&quot;: True or False, # Whether or not this volume was purchased by the authenticated user making the request. (In LITE projection.)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800142 &quot;readingPosition&quot;: { # The user&#x27;s current reading position in the volume, if one is available. (In LITE projection.)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800143 &quot;gbImagePosition&quot;: &quot;A String&quot;, # Position in a volume for image-based content.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800144 &quot;kind&quot;: &quot;A String&quot;, # Resource type for a reading position.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800145 &quot;volumeId&quot;: &quot;A String&quot;, # Volume id associated with this reading position.
146 &quot;updated&quot;: &quot;A String&quot;, # Timestamp when this reading position was last updated (formatted UTC timestamp with millisecond resolution).
147 &quot;epubCfiPosition&quot;: &quot;A String&quot;, # Position in an EPUB as a CFI.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800148 &quot;pdfPosition&quot;: &quot;A String&quot;, # Position in a PDF file.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800149 &quot;gbTextPosition&quot;: &quot;A String&quot;, # Position in a volume for text-based content.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800150 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800151 &quot;isFamilySharingAllowed&quot;: True or False, # Deprecated: Replaced by familySharing.
152 &quot;isFamilySharingDisabledByFop&quot;: True or False, # Deprecated: Replaced by familySharing.
153 &quot;acquisitionType&quot;: 42, # How this volume was acquired.
154 &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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800155 &quot;review&quot;: { # This user&#x27;s review of this volume, if one exists.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800156 &quot;date&quot;: &quot;A String&quot;, # Date of this review.
157 &quot;type&quot;: &quot;A String&quot;, # Source type for this review. Possible values are EDITORIAL, WEB_USER or GOOGLE_USER.
158 &quot;volumeId&quot;: &quot;A String&quot;, # Volume that this review is for.
159 &quot;rating&quot;: &quot;A String&quot;, # Star rating for this review. Possible values are ONE, TWO, THREE, FOUR, FIVE or NOT_RATED.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800160 &quot;source&quot;: { # Information regarding the source of this review, when the review is not from a Google Books user.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800161 &quot;url&quot;: &quot;A String&quot;, # URL of the source of the review.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800162 &quot;extraDescription&quot;: &quot;A String&quot;, # Extra text about the source of the review.
163 &quot;description&quot;: &quot;A String&quot;, # Name of the source.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800164 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800165 &quot;content&quot;: &quot;A String&quot;, # Review text.
166 &quot;fullTextUrl&quot;: &quot;A String&quot;, # URL for the full review text, for reviews gathered from the web.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800167 &quot;author&quot;: { # Author of this review.
168 &quot;displayName&quot;: &quot;A String&quot;, # Name of this person.
169 },
170 &quot;kind&quot;: &quot;A String&quot;, # Resource type for a review.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800171 &quot;title&quot;: &quot;A String&quot;, # Title for this review.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800172 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800173 &quot;userUploadedVolumeInfo&quot;: {
174 &quot;processingState&quot;: &quot;A String&quot;,
175 },
176 &quot;rentalState&quot;: &quot;A String&quot;, # Whether this book is an active or an expired rental.
177 &quot;familySharing&quot;: { # Information on the ability to share with the family.
178 &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.
179 &quot;isSharingDisabledByFop&quot;: True or False, # Whether or not sharing this volume is temporarily disabled due to issues with the Family Wallet.
180 &quot;familyRole&quot;: &quot;A String&quot;, # The role of the user in the family.
181 },
182 &quot;rentalPeriod&quot;: { # Period during this book is/was a valid rental.
183 &quot;startUtcSec&quot;: &quot;A String&quot;,
184 &quot;endUtcSec&quot;: &quot;A String&quot;,
185 },
186 &quot;isInMyBooks&quot;: True or False, # Whether or not this volume is currently in &quot;my books.&quot;
187 &quot;copy&quot;: { # Copy/Paste accounting information.
188 &quot;updated&quot;: &quot;A String&quot;,
189 &quot;limitType&quot;: &quot;A String&quot;,
190 &quot;allowedCharacterCount&quot;: 42,
191 &quot;remainingCharacterCount&quot;: 42,
192 },
193 &quot;entitlementType&quot;: 42, # Whether this volume is purchased, sample, pd download etc.
194 &quot;isPreordered&quot;: True or False, # Whether or not this volume was pre-ordered by the authenticated user making the request. (In LITE projection.)
195 &quot;isFamilySharedFromUser&quot;: True or False, # Whether or not the user shared this volume with the family.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800196 },
197 &quot;kind&quot;: &quot;A String&quot;, # Resource type for a volume. (In LITE projection.)
198 &quot;etag&quot;: &quot;A String&quot;, # Opaque identifier for a specific version of a volume resource. (In LITE projection)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800199 &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).
200 &quot;buyLink&quot;: &quot;A String&quot;, # URL to purchase this volume on the Google Books site. (In LITE projection)
201 &quot;listPrice&quot;: { # Suggested retail price. (In LITE projection.)
202 &quot;amount&quot;: 3.14, # Amount in the currency listed below. (In LITE projection.)
203 &quot;currencyCode&quot;: &quot;A String&quot;, # An ISO 4217, three-letter currency code. (In LITE projection.)
204 },
205 &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.)
206 &quot;currencyCode&quot;: &quot;A String&quot;, # An ISO 4217, three-letter currency code. (In LITE projection.)
207 &quot;amount&quot;: 3.14, # Amount in the currency listed below. (In LITE projection.)
208 },
209 &quot;isEbook&quot;: True or False, # Whether or not this volume is an eBook (can be added to the My eBooks shelf).
210 &quot;offers&quot;: [ # Offers available for this volume (sales and rentals).
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800211 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800212 &quot;rentalDuration&quot;: { # The rental duration (for rental offers only).
213 &quot;count&quot;: 3.14,
214 &quot;unit&quot;: &quot;A String&quot;,
215 },
216 &quot;giftable&quot;: True or False, # Indicates whether the offer is giftable.
217 &quot;listPrice&quot;: { # Offer list (=undiscounted) price in Micros.
218 &quot;amountInMicros&quot;: 3.14,
219 &quot;currencyCode&quot;: &quot;A String&quot;,
220 },
221 &quot;finskyOfferType&quot;: 42, # The finsky offer type (e.g., PURCHASE=0 RENTAL=3)
222 &quot;retailPrice&quot;: { # Offer retail (=discounted) price in Micros
223 &quot;amountInMicros&quot;: 3.14,
224 &quot;currencyCode&quot;: &quot;A String&quot;,
225 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800226 },
227 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800228 &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.)
229 &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.
230 &quot;onSaleDate&quot;: &quot;A String&quot;, # The date on which this book is available for sale.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800231 },
232 &quot;volumeInfo&quot;: { # General volume information.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800233 &quot;authors&quot;: [ # The names of the authors and/or editors for this volume. (In LITE projection)
234 &quot;A String&quot;,
235 ],
236 &quot;samplePageCount&quot;: 42, # Total number of sample pages as per publisher metadata.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800237 &quot;seriesInfo&quot;: {
238 &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 -0800239 &quot;kind&quot;: &quot;A String&quot;, # Resource type.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800240 &quot;volumeSeries&quot;: [
241 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800242 &quot;seriesBookType&quot;: &quot;A String&quot;, # The book type in the context of series. Examples - Single Issue, Collection Edition, etc.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800243 &quot;issue&quot;: [ # List of issues. Applicable only for Collection Edition and Omnibus.
244 {
245 &quot;issueDisplayNumber&quot;: &quot;A String&quot;,
246 &quot;issueOrderNumber&quot;: 42,
247 },
248 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800249 &quot;orderNumber&quot;: 42, # The book order number in the series.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800250 &quot;seriesId&quot;: &quot;A String&quot;, # The series id.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800251 },
252 ],
253 &quot;shortSeriesBookTitle&quot;: &quot;A String&quot;, # Short book title in the context of the series.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800254 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800255 &quot;publishedDate&quot;: &quot;A String&quot;, # Date of publication. (In LITE projection.)
256 &quot;contentVersion&quot;: &quot;A String&quot;, # An identifier for the version of the volume content (text &amp; images). (In LITE projection)
257 &quot;ratingsCount&quot;: 42, # The number of review ratings for this volume.
258 &quot;subtitle&quot;: &quot;A String&quot;, # Volume subtitle. (In LITE projection.)
259 &quot;comicsContent&quot;: True or False, # Whether the volume has comics content.
260 &quot;printType&quot;: &quot;A String&quot;, # Type of publication of this volume. Possible values are BOOK or MAGAZINE.
261 &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.
262 &quot;imageLinks&quot;: { # A list of image links for all the sizes that are available. (In LITE projection.)
263 &quot;extraLarge&quot;: &quot;A String&quot;, # Image link for extra large size (width of ~1280 pixels). (In LITE projection)
264 &quot;large&quot;: &quot;A String&quot;, # Image link for large size (width of ~800 pixels). (In LITE projection)
265 &quot;small&quot;: &quot;A String&quot;, # Image link for small size (width of ~300 pixels). (In LITE projection)
266 &quot;medium&quot;: &quot;A String&quot;, # Image link for medium size (width of ~575 pixels). (In LITE projection)
267 &quot;thumbnail&quot;: &quot;A String&quot;, # Image link for thumbnail size (width of ~128 pixels). (In LITE projection)
268 &quot;smallThumbnail&quot;: &quot;A String&quot;, # Image link for small thumbnail size (width of ~80 pixels). (In LITE projection)
269 },
270 &quot;averageRating&quot;: 3.14, # The mean review rating for this volume. (min = 1.0, max = 5.0)
271 &quot;title&quot;: &quot;A String&quot;, # Volume title. (In LITE projection.)
272 &quot;publisher&quot;: &quot;A String&quot;, # Publisher of this volume. (In LITE projection.)
273 &quot;allowAnonLogging&quot;: True or False, # Whether anonymous logging should be allowed.
274 &quot;pageCount&quot;: 42, # Total number of pages as per publisher metadata.
275 &quot;panelizationSummary&quot;: { # A top-level summary of the panelization info in this volume.
276 &quot;containsImageBubbles&quot;: True or False,
277 &quot;epubBubbleVersion&quot;: &quot;A String&quot;,
278 &quot;imageBubbleVersion&quot;: &quot;A String&quot;,
279 &quot;containsEpubBubbles&quot;: True or False,
280 },
281 &quot;maturityRating&quot;: &quot;A String&quot;,
282 &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.)
283 &quot;canonicalVolumeLink&quot;: &quot;A String&quot;, # Canonical URL for a volume. (In LITE projection.)
284 &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.
285 &quot;printedPageCount&quot;: 42, # Total number of printed pages in generated pdf representation.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800286 &quot;dimensions&quot;: { # Physical dimensions of this volume.
287 &quot;height&quot;: &quot;A String&quot;, # Height or length of this volume (in cm).
288 &quot;thickness&quot;: &quot;A String&quot;, # Thickness of this volume (in cm).
289 &quot;width&quot;: &quot;A String&quot;, # Width of this volume (in cm).
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800290 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800291 &quot;categories&quot;: [ # A list of subject categories, such as &quot;Fiction&quot;, &quot;Suspense&quot;, etc.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800292 &quot;A String&quot;,
293 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800294 &quot;infoLink&quot;: &quot;A String&quot;, # URL to view information about this volume on the Google Books site. (In LITE projection)
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 Botb6971b02020-11-26 17:16:03 -0800299 &quot;previewLink&quot;: &quot;A String&quot;, # URL to preview this volume on the Google Books site.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800300 &quot;industryIdentifiers&quot;: [ # Industry standard identifiers for this volume.
301 {
302 &quot;type&quot;: &quot;A String&quot;, # Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.
303 &quot;identifier&quot;: &quot;A String&quot;, # Industry specific volume identifier.
304 },
305 ],
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800306 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700307 &quot;recommendedInfo&quot;: { # Recommendation related information for this volume.
308 &quot;explanation&quot;: &quot;A String&quot;, # A text explaining why this volume is recommended.
309 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800310 &quot;selfLink&quot;: &quot;A String&quot;, # URL to this resource. (In LITE projection.)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800311 &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.).
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800312 &quot;downloadAccess&quot;: { # Information about a volume&#x27;s download license access restrictions.
313 &quot;signature&quot;: &quot;A String&quot;, # Response signature.
314 &quot;downloadsAcquired&quot;: 42, # If restricted, the number of content download licenses already acquired (including the requesting client, if licensed).
315 &quot;restricted&quot;: True or False, # Whether this volume has any download access restrictions.
316 &quot;maxDownloadDevices&quot;: 42, # If restricted, the maximum number of content download licenses for this volume.
317 &quot;source&quot;: &quot;A String&quot;, # Client app identifier for verification. Download access and client-validation only.
318 &quot;kind&quot;: &quot;A String&quot;, # Resource type.
319 &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
320 &quot;nonce&quot;: &quot;A String&quot;, # Client nonce for verification. Download access and client-validation only.
321 &quot;volumeId&quot;: &quot;A String&quot;, # Identifies the volume for which this entry applies.
322 &quot;message&quot;: &quot;A String&quot;, # Error/warning message.
323 &quot;deviceAllowed&quot;: True or False, # If restricted, whether access is granted for this (user, device, volume).
324 &quot;justAcquired&quot;: True or False, # If deviceAllowed, whether access was just acquired with this request.
325 },
326 &quot;quoteSharingAllowed&quot;: True or False, # Whether quote sharing is allowed for this volume.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800327 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800328 &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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800329 &quot;pdf&quot;: { # Information about pdf content. (In LITE projection.)
330 &quot;isAvailable&quot;: True or False, # Is a scanned image pdf available either as public domain or for purchase. (In LITE projection.)
331 &quot;acsTokenLink&quot;: &quot;A String&quot;, # URL to retrieve ACS token for pdf download. (In LITE projection.)
332 &quot;downloadLink&quot;: &quot;A String&quot;, # URL to download pdf. (In LITE projection.)
333 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800334 &quot;epub&quot;: { # Information about epub content. (In LITE projection.)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800335 &quot;isAvailable&quot;: True or False, # Is a flowing text epub available either as public domain or for purchase. (In LITE projection.)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800336 &quot;acsTokenLink&quot;: &quot;A String&quot;, # URL to retrieve ACS token for epub download. (In LITE projection.)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800337 &quot;downloadLink&quot;: &quot;A String&quot;, # URL to download epub. (In LITE projection.)
338 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800339 &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.
340 &quot;publicDomain&quot;: True or False, # Whether or not this book is public domain in the country listed above.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800341 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800342 &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.)
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800343 &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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800344 &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.)
345 &quot;embeddable&quot;: True or False, # Whether this volume can be embedded in a viewport using the Embedded Viewer API.
346 &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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800347 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800348 &quot;id&quot;: &quot;A String&quot;, # Unique identifier for a volume. (In LITE projection.)
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800349 },
350 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700351 &quot;uid&quot;: &quot;A String&quot;,
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800352 &quot;title&quot;: &quot;A String&quot;,
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800353 },
354 ],
Jon Wayne Parrott36e41bc2016-02-19 16:02:29 -0800355 }</pre>
356</div>
357
358</body></html>