google-apis-books_v1 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google-apis-books_v1.rb +15 -0
- data/lib/google/apis/books_v1.rb +36 -0
- data/lib/google/apis/books_v1/classes.rb +4558 -0
- data/lib/google/apis/books_v1/gem_version.rb +28 -0
- data/lib/google/apis/books_v1/representations.rb +1952 -0
- data/lib/google/apis/books_v1/service.rb +2185 -0
- metadata +76 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
module Google
|
16
|
+
module Apis
|
17
|
+
module BooksV1
|
18
|
+
# Version of the google-apis-books_v1 gem
|
19
|
+
GEM_VERSION = "0.1.0"
|
20
|
+
|
21
|
+
# Version of the code generator used to generate this client
|
22
|
+
GENERATOR_VERSION = "0.1.1"
|
23
|
+
|
24
|
+
# Revision of the discovery document this client was generated from
|
25
|
+
REVISION = "20201021"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,1952 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module BooksV1
|
24
|
+
|
25
|
+
class Annotation
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
class ClientVersionRanges
|
29
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
30
|
+
|
31
|
+
include Google::Apis::Core::JsonObjectSupport
|
32
|
+
end
|
33
|
+
|
34
|
+
class CurrentVersionRanges
|
35
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
36
|
+
|
37
|
+
include Google::Apis::Core::JsonObjectSupport
|
38
|
+
end
|
39
|
+
|
40
|
+
class LayerSummary
|
41
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
42
|
+
|
43
|
+
include Google::Apis::Core::JsonObjectSupport
|
44
|
+
end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class Annotations
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class AnnotationsSummary
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
class Layer
|
59
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
60
|
+
|
61
|
+
include Google::Apis::Core::JsonObjectSupport
|
62
|
+
end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class AnnotationsData
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class AnnotatinsRange
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class LoadingResource
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class RateRecommendedVolumeResponse
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class Bookshelf
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class Bookshelves
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class Category
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
class Item
|
107
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
108
|
+
|
109
|
+
include Google::Apis::Core::JsonObjectSupport
|
110
|
+
end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class ConcurrentAccessRestriction
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class DictionaryAnnotationdata
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class DictLayerData
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
class Common
|
131
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
132
|
+
|
133
|
+
include Google::Apis::Core::JsonObjectSupport
|
134
|
+
end
|
135
|
+
|
136
|
+
class Dict
|
137
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
138
|
+
|
139
|
+
class Source
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class Word
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
class Derivative
|
149
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
150
|
+
|
151
|
+
class Source
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
include Google::Apis::Core::JsonObjectSupport
|
158
|
+
end
|
159
|
+
|
160
|
+
class Example
|
161
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
162
|
+
|
163
|
+
class Source
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
include Google::Apis::Core::JsonObjectSupport
|
170
|
+
end
|
171
|
+
|
172
|
+
class Sense
|
173
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
174
|
+
|
175
|
+
class Conjugation
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class Definition
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
class Example
|
185
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
186
|
+
|
187
|
+
class Source
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
include Google::Apis::Core::JsonObjectSupport
|
194
|
+
end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class Source
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class Synonym
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
class Source
|
209
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
210
|
+
|
211
|
+
include Google::Apis::Core::JsonObjectSupport
|
212
|
+
end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
include Google::Apis::Core::JsonObjectSupport
|
218
|
+
end
|
219
|
+
|
220
|
+
class Source
|
221
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
222
|
+
|
223
|
+
include Google::Apis::Core::JsonObjectSupport
|
224
|
+
end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
include Google::Apis::Core::JsonObjectSupport
|
230
|
+
end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class Discoveryclusters
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
class Cluster
|
239
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
240
|
+
|
241
|
+
class BannerWithContentContainer
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
include Google::Apis::Core::JsonObjectSupport
|
248
|
+
end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class DownloadAccessRestriction
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class DownloadAccesses
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class Empty
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class FamilyInfo
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
class Membership
|
275
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
276
|
+
|
277
|
+
include Google::Apis::Core::JsonObjectSupport
|
278
|
+
end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class GeoAnnotationdata
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class GeoLayerData
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
class Common
|
293
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
294
|
+
|
295
|
+
include Google::Apis::Core::JsonObjectSupport
|
296
|
+
end
|
297
|
+
|
298
|
+
class Geo
|
299
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
300
|
+
|
301
|
+
class Viewport
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
class Hi
|
305
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
306
|
+
|
307
|
+
include Google::Apis::Core::JsonObjectSupport
|
308
|
+
end
|
309
|
+
|
310
|
+
class Lo
|
311
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
312
|
+
|
313
|
+
include Google::Apis::Core::JsonObjectSupport
|
314
|
+
end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
include Google::Apis::Core::JsonObjectSupport
|
320
|
+
end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class LayerSummaries
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class LayerSummary
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class Metadata
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
class Item
|
341
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
342
|
+
|
343
|
+
include Google::Apis::Core::JsonObjectSupport
|
344
|
+
end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class Notification
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class Offers
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
class Item
|
359
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
360
|
+
|
361
|
+
class Item
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
include Google::Apis::Core::JsonObjectSupport
|
368
|
+
end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class ReadingPosition
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class RequestAccessData
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class Review
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
class Author
|
389
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
390
|
+
|
391
|
+
include Google::Apis::Core::JsonObjectSupport
|
392
|
+
end
|
393
|
+
|
394
|
+
class Source
|
395
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
396
|
+
|
397
|
+
include Google::Apis::Core::JsonObjectSupport
|
398
|
+
end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class Series
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
class Series
|
407
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
408
|
+
|
409
|
+
class SeriesSubscriptionReleaseInfo
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
class CurrentReleaseInfo
|
413
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
414
|
+
|
415
|
+
include Google::Apis::Core::JsonObjectSupport
|
416
|
+
end
|
417
|
+
|
418
|
+
class NextReleaseInfo
|
419
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
420
|
+
|
421
|
+
include Google::Apis::Core::JsonObjectSupport
|
422
|
+
end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
include Google::Apis::Core::JsonObjectSupport
|
428
|
+
end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class SeriesMembership
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class UserSettings
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
class NotesExport
|
443
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
444
|
+
|
445
|
+
include Google::Apis::Core::JsonObjectSupport
|
446
|
+
end
|
447
|
+
|
448
|
+
class Notification
|
449
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
450
|
+
|
451
|
+
class MatchMyInterests
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class MoreFromAuthors
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class MoreFromSeries
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class PriceDrop
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class RewardExpirations
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
include Google::Apis::Core::JsonObjectSupport
|
482
|
+
end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class Volume
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
class AccessInfo
|
491
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
492
|
+
|
493
|
+
class Epub
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class Pdf
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
include Google::Apis::Core::JsonObjectSupport
|
506
|
+
end
|
507
|
+
|
508
|
+
class LayerInfo
|
509
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
510
|
+
|
511
|
+
class Layer
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
include Google::Apis::Core::JsonObjectSupport
|
518
|
+
end
|
519
|
+
|
520
|
+
class RecommendedInfo
|
521
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
522
|
+
|
523
|
+
include Google::Apis::Core::JsonObjectSupport
|
524
|
+
end
|
525
|
+
|
526
|
+
class SaleInfo
|
527
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
528
|
+
|
529
|
+
class ListPrice
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class Offer
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
class ListPrice
|
539
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
540
|
+
|
541
|
+
include Google::Apis::Core::JsonObjectSupport
|
542
|
+
end
|
543
|
+
|
544
|
+
class RentalDuration
|
545
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
546
|
+
|
547
|
+
include Google::Apis::Core::JsonObjectSupport
|
548
|
+
end
|
549
|
+
|
550
|
+
class RetailPrice
|
551
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
552
|
+
|
553
|
+
include Google::Apis::Core::JsonObjectSupport
|
554
|
+
end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class RetailPrice
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
include Google::Apis::Core::JsonObjectSupport
|
566
|
+
end
|
567
|
+
|
568
|
+
class SearchInfo
|
569
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
570
|
+
|
571
|
+
include Google::Apis::Core::JsonObjectSupport
|
572
|
+
end
|
573
|
+
|
574
|
+
class UserInfo
|
575
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
576
|
+
|
577
|
+
class Copy
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class FamilySharing
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class RentalPeriod
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
595
|
+
class UserUploadedVolumeInfo
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
include Google::Apis::Core::JsonObjectSupport
|
602
|
+
end
|
603
|
+
|
604
|
+
class VolumeInfo
|
605
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
606
|
+
|
607
|
+
class Dimensions
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
613
|
+
class ImageLinks
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
619
|
+
class IndustryIdentifier
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
625
|
+
class PanelizationSummary
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
631
|
+
class ReadingModes
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
+
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
635
|
+
end
|
636
|
+
|
637
|
+
include Google::Apis::Core::JsonObjectSupport
|
638
|
+
end
|
639
|
+
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
641
|
+
end
|
642
|
+
|
643
|
+
class Volume2
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
|
+
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
647
|
+
end
|
648
|
+
|
649
|
+
class VolumeAnnotation
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
class ContentRanges
|
653
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
654
|
+
|
655
|
+
include Google::Apis::Core::JsonObjectSupport
|
656
|
+
end
|
657
|
+
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
659
|
+
end
|
660
|
+
|
661
|
+
class Volumeannotations
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
|
+
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
665
|
+
end
|
666
|
+
|
667
|
+
class Volumes
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
673
|
+
class Volumeseriesinfo
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
class VolumeSeries
|
677
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
678
|
+
|
679
|
+
class Issue
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
|
+
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
683
|
+
end
|
684
|
+
|
685
|
+
include Google::Apis::Core::JsonObjectSupport
|
686
|
+
end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
691
|
+
class Annotation
|
692
|
+
# @private
|
693
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
694
|
+
property :after_selected_text, as: 'afterSelectedText'
|
695
|
+
property :before_selected_text, as: 'beforeSelectedText'
|
696
|
+
property :client_version_ranges, as: 'clientVersionRanges', class: Google::Apis::BooksV1::Annotation::ClientVersionRanges, decorator: Google::Apis::BooksV1::Annotation::ClientVersionRanges::Representation
|
697
|
+
|
698
|
+
property :created, as: 'created'
|
699
|
+
property :current_version_ranges, as: 'currentVersionRanges', class: Google::Apis::BooksV1::Annotation::CurrentVersionRanges, decorator: Google::Apis::BooksV1::Annotation::CurrentVersionRanges::Representation
|
700
|
+
|
701
|
+
property :data, as: 'data'
|
702
|
+
property :deleted, as: 'deleted'
|
703
|
+
property :highlight_style, as: 'highlightStyle'
|
704
|
+
property :id, as: 'id'
|
705
|
+
property :kind, as: 'kind'
|
706
|
+
property :layer_id, as: 'layerId'
|
707
|
+
property :layer_summary, as: 'layerSummary', class: Google::Apis::BooksV1::Annotation::LayerSummary, decorator: Google::Apis::BooksV1::Annotation::LayerSummary::Representation
|
708
|
+
|
709
|
+
collection :page_ids, as: 'pageIds'
|
710
|
+
property :selected_text, as: 'selectedText'
|
711
|
+
property :self_link, as: 'selfLink'
|
712
|
+
property :updated, as: 'updated'
|
713
|
+
property :volume_id, as: 'volumeId'
|
714
|
+
end
|
715
|
+
|
716
|
+
class ClientVersionRanges
|
717
|
+
# @private
|
718
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
719
|
+
property :cfi_range, as: 'cfiRange', class: Google::Apis::BooksV1::AnnotatinsRange, decorator: Google::Apis::BooksV1::AnnotatinsRange::Representation
|
720
|
+
|
721
|
+
property :content_version, as: 'contentVersion'
|
722
|
+
property :gb_image_range, as: 'gbImageRange', class: Google::Apis::BooksV1::AnnotatinsRange, decorator: Google::Apis::BooksV1::AnnotatinsRange::Representation
|
723
|
+
|
724
|
+
property :gb_text_range, as: 'gbTextRange', class: Google::Apis::BooksV1::AnnotatinsRange, decorator: Google::Apis::BooksV1::AnnotatinsRange::Representation
|
725
|
+
|
726
|
+
property :image_cfi_range, as: 'imageCfiRange', class: Google::Apis::BooksV1::AnnotatinsRange, decorator: Google::Apis::BooksV1::AnnotatinsRange::Representation
|
727
|
+
|
728
|
+
end
|
729
|
+
end
|
730
|
+
|
731
|
+
class CurrentVersionRanges
|
732
|
+
# @private
|
733
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
734
|
+
property :cfi_range, as: 'cfiRange', class: Google::Apis::BooksV1::AnnotatinsRange, decorator: Google::Apis::BooksV1::AnnotatinsRange::Representation
|
735
|
+
|
736
|
+
property :content_version, as: 'contentVersion'
|
737
|
+
property :gb_image_range, as: 'gbImageRange', class: Google::Apis::BooksV1::AnnotatinsRange, decorator: Google::Apis::BooksV1::AnnotatinsRange::Representation
|
738
|
+
|
739
|
+
property :gb_text_range, as: 'gbTextRange', class: Google::Apis::BooksV1::AnnotatinsRange, decorator: Google::Apis::BooksV1::AnnotatinsRange::Representation
|
740
|
+
|
741
|
+
property :image_cfi_range, as: 'imageCfiRange', class: Google::Apis::BooksV1::AnnotatinsRange, decorator: Google::Apis::BooksV1::AnnotatinsRange::Representation
|
742
|
+
|
743
|
+
end
|
744
|
+
end
|
745
|
+
|
746
|
+
class LayerSummary
|
747
|
+
# @private
|
748
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
749
|
+
property :allowed_character_count, as: 'allowedCharacterCount'
|
750
|
+
property :limit_type, as: 'limitType'
|
751
|
+
property :remaining_character_count, as: 'remainingCharacterCount'
|
752
|
+
end
|
753
|
+
end
|
754
|
+
end
|
755
|
+
|
756
|
+
class Annotations
|
757
|
+
# @private
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
759
|
+
collection :items, as: 'items', class: Google::Apis::BooksV1::Annotation, decorator: Google::Apis::BooksV1::Annotation::Representation
|
760
|
+
|
761
|
+
property :kind, as: 'kind'
|
762
|
+
property :next_page_token, as: 'nextPageToken'
|
763
|
+
property :total_items, as: 'totalItems'
|
764
|
+
end
|
765
|
+
end
|
766
|
+
|
767
|
+
class AnnotationsSummary
|
768
|
+
# @private
|
769
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
770
|
+
property :kind, as: 'kind'
|
771
|
+
collection :layers, as: 'layers', class: Google::Apis::BooksV1::AnnotationsSummary::Layer, decorator: Google::Apis::BooksV1::AnnotationsSummary::Layer::Representation
|
772
|
+
|
773
|
+
end
|
774
|
+
|
775
|
+
class Layer
|
776
|
+
# @private
|
777
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
778
|
+
property :allowed_character_count, as: 'allowedCharacterCount'
|
779
|
+
property :layer_id, as: 'layerId'
|
780
|
+
property :limit_type, as: 'limitType'
|
781
|
+
property :remaining_character_count, as: 'remainingCharacterCount'
|
782
|
+
property :updated, as: 'updated'
|
783
|
+
end
|
784
|
+
end
|
785
|
+
end
|
786
|
+
|
787
|
+
class AnnotationsData
|
788
|
+
# @private
|
789
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
790
|
+
collection :items, as: 'items', class: Google::Apis::BooksV1::GeoAnnotationdata, decorator: Google::Apis::BooksV1::GeoAnnotationdata::Representation
|
791
|
+
|
792
|
+
property :kind, as: 'kind'
|
793
|
+
property :next_page_token, as: 'nextPageToken'
|
794
|
+
property :total_items, as: 'totalItems'
|
795
|
+
end
|
796
|
+
end
|
797
|
+
|
798
|
+
class AnnotatinsRange
|
799
|
+
# @private
|
800
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
801
|
+
property :end_offset, as: 'endOffset'
|
802
|
+
property :end_position, as: 'endPosition'
|
803
|
+
property :start_offset, as: 'startOffset'
|
804
|
+
property :start_position, as: 'startPosition'
|
805
|
+
end
|
806
|
+
end
|
807
|
+
|
808
|
+
class LoadingResource
|
809
|
+
# @private
|
810
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
811
|
+
property :author, as: 'author'
|
812
|
+
property :processing_state, as: 'processingState'
|
813
|
+
property :title, as: 'title'
|
814
|
+
property :volume_id, as: 'volumeId'
|
815
|
+
end
|
816
|
+
end
|
817
|
+
|
818
|
+
class RateRecommendedVolumeResponse
|
819
|
+
# @private
|
820
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
821
|
+
property :consistency_token, as: 'consistency_token'
|
822
|
+
end
|
823
|
+
end
|
824
|
+
|
825
|
+
class Bookshelf
|
826
|
+
# @private
|
827
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
828
|
+
property :access, as: 'access'
|
829
|
+
property :created, as: 'created'
|
830
|
+
property :description, as: 'description'
|
831
|
+
property :id, as: 'id'
|
832
|
+
property :kind, as: 'kind'
|
833
|
+
property :self_link, as: 'selfLink'
|
834
|
+
property :title, as: 'title'
|
835
|
+
property :updated, as: 'updated'
|
836
|
+
property :volume_count, as: 'volumeCount'
|
837
|
+
property :volumes_last_updated, as: 'volumesLastUpdated'
|
838
|
+
end
|
839
|
+
end
|
840
|
+
|
841
|
+
class Bookshelves
|
842
|
+
# @private
|
843
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
844
|
+
collection :items, as: 'items', class: Google::Apis::BooksV1::Bookshelf, decorator: Google::Apis::BooksV1::Bookshelf::Representation
|
845
|
+
|
846
|
+
property :kind, as: 'kind'
|
847
|
+
end
|
848
|
+
end
|
849
|
+
|
850
|
+
class Category
|
851
|
+
# @private
|
852
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
853
|
+
collection :items, as: 'items', class: Google::Apis::BooksV1::Category::Item, decorator: Google::Apis::BooksV1::Category::Item::Representation
|
854
|
+
|
855
|
+
property :kind, as: 'kind'
|
856
|
+
end
|
857
|
+
|
858
|
+
class Item
|
859
|
+
# @private
|
860
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
861
|
+
property :badge_url, as: 'badgeUrl'
|
862
|
+
property :category_id, as: 'categoryId'
|
863
|
+
property :name, as: 'name'
|
864
|
+
end
|
865
|
+
end
|
866
|
+
end
|
867
|
+
|
868
|
+
class ConcurrentAccessRestriction
|
869
|
+
# @private
|
870
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
871
|
+
property :device_allowed, as: 'deviceAllowed'
|
872
|
+
property :kind, as: 'kind'
|
873
|
+
property :max_concurrent_devices, as: 'maxConcurrentDevices'
|
874
|
+
property :message, as: 'message'
|
875
|
+
property :nonce, as: 'nonce'
|
876
|
+
property :reason_code, as: 'reasonCode'
|
877
|
+
property :restricted, as: 'restricted'
|
878
|
+
property :signature, as: 'signature'
|
879
|
+
property :source, as: 'source'
|
880
|
+
property :time_window_seconds, as: 'timeWindowSeconds'
|
881
|
+
property :volume_id, as: 'volumeId'
|
882
|
+
end
|
883
|
+
end
|
884
|
+
|
885
|
+
class DictionaryAnnotationdata
|
886
|
+
# @private
|
887
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
888
|
+
property :annotation_type, as: 'annotationType'
|
889
|
+
property :data, as: 'data', class: Google::Apis::BooksV1::DictLayerData, decorator: Google::Apis::BooksV1::DictLayerData::Representation
|
890
|
+
|
891
|
+
property :encoded_data, :base64 => true, as: 'encodedData'
|
892
|
+
property :id, as: 'id'
|
893
|
+
property :kind, as: 'kind'
|
894
|
+
property :layer_id, as: 'layerId'
|
895
|
+
property :self_link, as: 'selfLink'
|
896
|
+
property :updated, as: 'updated'
|
897
|
+
property :volume_id, as: 'volumeId'
|
898
|
+
end
|
899
|
+
end
|
900
|
+
|
901
|
+
class DictLayerData
|
902
|
+
# @private
|
903
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
904
|
+
property :common, as: 'common', class: Google::Apis::BooksV1::DictLayerData::Common, decorator: Google::Apis::BooksV1::DictLayerData::Common::Representation
|
905
|
+
|
906
|
+
property :dict, as: 'dict', class: Google::Apis::BooksV1::DictLayerData::Dict, decorator: Google::Apis::BooksV1::DictLayerData::Dict::Representation
|
907
|
+
|
908
|
+
property :kind, as: 'kind'
|
909
|
+
end
|
910
|
+
|
911
|
+
class Common
|
912
|
+
# @private
|
913
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
914
|
+
property :title, as: 'title'
|
915
|
+
end
|
916
|
+
end
|
917
|
+
|
918
|
+
class Dict
|
919
|
+
# @private
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
921
|
+
property :source, as: 'source', class: Google::Apis::BooksV1::DictLayerData::Dict::Source, decorator: Google::Apis::BooksV1::DictLayerData::Dict::Source::Representation
|
922
|
+
|
923
|
+
collection :words, as: 'words', class: Google::Apis::BooksV1::DictLayerData::Dict::Word, decorator: Google::Apis::BooksV1::DictLayerData::Dict::Word::Representation
|
924
|
+
|
925
|
+
end
|
926
|
+
|
927
|
+
class Source
|
928
|
+
# @private
|
929
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
930
|
+
property :attribution, as: 'attribution'
|
931
|
+
property :url, as: 'url'
|
932
|
+
end
|
933
|
+
end
|
934
|
+
|
935
|
+
class Word
|
936
|
+
# @private
|
937
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
938
|
+
collection :derivatives, as: 'derivatives', class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Derivative, decorator: Google::Apis::BooksV1::DictLayerData::Dict::Word::Derivative::Representation
|
939
|
+
|
940
|
+
collection :examples, as: 'examples', class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Example, decorator: Google::Apis::BooksV1::DictLayerData::Dict::Word::Example::Representation
|
941
|
+
|
942
|
+
collection :senses, as: 'senses', class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense, decorator: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Representation
|
943
|
+
|
944
|
+
property :source, as: 'source', class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Source, decorator: Google::Apis::BooksV1::DictLayerData::Dict::Word::Source::Representation
|
945
|
+
|
946
|
+
end
|
947
|
+
|
948
|
+
class Derivative
|
949
|
+
# @private
|
950
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
951
|
+
property :source, as: 'source', class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Derivative::Source, decorator: Google::Apis::BooksV1::DictLayerData::Dict::Word::Derivative::Source::Representation
|
952
|
+
|
953
|
+
property :text, as: 'text'
|
954
|
+
end
|
955
|
+
|
956
|
+
class Source
|
957
|
+
# @private
|
958
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
959
|
+
property :attribution, as: 'attribution'
|
960
|
+
property :url, as: 'url'
|
961
|
+
end
|
962
|
+
end
|
963
|
+
end
|
964
|
+
|
965
|
+
class Example
|
966
|
+
# @private
|
967
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
968
|
+
property :source, as: 'source', class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Example::Source, decorator: Google::Apis::BooksV1::DictLayerData::Dict::Word::Example::Source::Representation
|
969
|
+
|
970
|
+
property :text, as: 'text'
|
971
|
+
end
|
972
|
+
|
973
|
+
class Source
|
974
|
+
# @private
|
975
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
976
|
+
property :attribution, as: 'attribution'
|
977
|
+
property :url, as: 'url'
|
978
|
+
end
|
979
|
+
end
|
980
|
+
end
|
981
|
+
|
982
|
+
class Sense
|
983
|
+
# @private
|
984
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
985
|
+
collection :conjugations, as: 'conjugations', class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Conjugation, decorator: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Conjugation::Representation
|
986
|
+
|
987
|
+
collection :definitions, as: 'definitions', class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Definition, decorator: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Definition::Representation
|
988
|
+
|
989
|
+
property :part_of_speech, as: 'partOfSpeech'
|
990
|
+
property :pronunciation, as: 'pronunciation'
|
991
|
+
property :pronunciation_url, as: 'pronunciationUrl'
|
992
|
+
property :source, as: 'source', class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Source, decorator: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Source::Representation
|
993
|
+
|
994
|
+
property :syllabification, as: 'syllabification'
|
995
|
+
collection :synonyms, as: 'synonyms', class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Synonym, decorator: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Synonym::Representation
|
996
|
+
|
997
|
+
end
|
998
|
+
|
999
|
+
class Conjugation
|
1000
|
+
# @private
|
1001
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1002
|
+
property :type, as: 'type'
|
1003
|
+
property :value, as: 'value'
|
1004
|
+
end
|
1005
|
+
end
|
1006
|
+
|
1007
|
+
class Definition
|
1008
|
+
# @private
|
1009
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1010
|
+
property :definition, as: 'definition'
|
1011
|
+
collection :examples, as: 'examples', class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Definition::Example, decorator: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Definition::Example::Representation
|
1012
|
+
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
class Example
|
1016
|
+
# @private
|
1017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1018
|
+
property :source, as: 'source', class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Definition::Example::Source, decorator: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Definition::Example::Source::Representation
|
1019
|
+
|
1020
|
+
property :text, as: 'text'
|
1021
|
+
end
|
1022
|
+
|
1023
|
+
class Source
|
1024
|
+
# @private
|
1025
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1026
|
+
property :attribution, as: 'attribution'
|
1027
|
+
property :url, as: 'url'
|
1028
|
+
end
|
1029
|
+
end
|
1030
|
+
end
|
1031
|
+
end
|
1032
|
+
|
1033
|
+
class Source
|
1034
|
+
# @private
|
1035
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1036
|
+
property :attribution, as: 'attribution'
|
1037
|
+
property :url, as: 'url'
|
1038
|
+
end
|
1039
|
+
end
|
1040
|
+
|
1041
|
+
class Synonym
|
1042
|
+
# @private
|
1043
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1044
|
+
property :source, as: 'source', class: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Synonym::Source, decorator: Google::Apis::BooksV1::DictLayerData::Dict::Word::Sense::Synonym::Source::Representation
|
1045
|
+
|
1046
|
+
property :text, as: 'text'
|
1047
|
+
end
|
1048
|
+
|
1049
|
+
class Source
|
1050
|
+
# @private
|
1051
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1052
|
+
property :attribution, as: 'attribution'
|
1053
|
+
property :url, as: 'url'
|
1054
|
+
end
|
1055
|
+
end
|
1056
|
+
end
|
1057
|
+
end
|
1058
|
+
|
1059
|
+
class Source
|
1060
|
+
# @private
|
1061
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1062
|
+
property :attribution, as: 'attribution'
|
1063
|
+
property :url, as: 'url'
|
1064
|
+
end
|
1065
|
+
end
|
1066
|
+
end
|
1067
|
+
end
|
1068
|
+
end
|
1069
|
+
|
1070
|
+
class Discoveryclusters
|
1071
|
+
# @private
|
1072
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1073
|
+
collection :clusters, as: 'clusters', class: Google::Apis::BooksV1::Discoveryclusters::Cluster, decorator: Google::Apis::BooksV1::Discoveryclusters::Cluster::Representation
|
1074
|
+
|
1075
|
+
property :kind, as: 'kind'
|
1076
|
+
property :total_clusters, as: 'totalClusters'
|
1077
|
+
end
|
1078
|
+
|
1079
|
+
class Cluster
|
1080
|
+
# @private
|
1081
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1082
|
+
property :banner_with_content_container, as: 'banner_with_content_container', class: Google::Apis::BooksV1::Discoveryclusters::Cluster::BannerWithContentContainer, decorator: Google::Apis::BooksV1::Discoveryclusters::Cluster::BannerWithContentContainer::Representation
|
1083
|
+
|
1084
|
+
property :sub_title, as: 'subTitle'
|
1085
|
+
property :title, as: 'title'
|
1086
|
+
property :total_volumes, as: 'totalVolumes'
|
1087
|
+
property :uid, as: 'uid'
|
1088
|
+
collection :volumes, as: 'volumes', class: Google::Apis::BooksV1::Volume, decorator: Google::Apis::BooksV1::Volume::Representation
|
1089
|
+
|
1090
|
+
end
|
1091
|
+
|
1092
|
+
class BannerWithContentContainer
|
1093
|
+
# @private
|
1094
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1095
|
+
property :fill_color_argb, as: 'fillColorArgb'
|
1096
|
+
property :image_url, as: 'imageUrl'
|
1097
|
+
property :mask_color_argb, as: 'maskColorArgb'
|
1098
|
+
property :more_button_text, as: 'moreButtonText'
|
1099
|
+
property :more_button_url, as: 'moreButtonUrl'
|
1100
|
+
property :text_color_argb, as: 'textColorArgb'
|
1101
|
+
end
|
1102
|
+
end
|
1103
|
+
end
|
1104
|
+
end
|
1105
|
+
|
1106
|
+
class DownloadAccessRestriction
|
1107
|
+
# @private
|
1108
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1109
|
+
property :device_allowed, as: 'deviceAllowed'
|
1110
|
+
property :downloads_acquired, as: 'downloadsAcquired'
|
1111
|
+
property :just_acquired, as: 'justAcquired'
|
1112
|
+
property :kind, as: 'kind'
|
1113
|
+
property :max_download_devices, as: 'maxDownloadDevices'
|
1114
|
+
property :message, as: 'message'
|
1115
|
+
property :nonce, as: 'nonce'
|
1116
|
+
property :reason_code, as: 'reasonCode'
|
1117
|
+
property :restricted, as: 'restricted'
|
1118
|
+
property :signature, as: 'signature'
|
1119
|
+
property :source, as: 'source'
|
1120
|
+
property :volume_id, as: 'volumeId'
|
1121
|
+
end
|
1122
|
+
end
|
1123
|
+
|
1124
|
+
class DownloadAccesses
|
1125
|
+
# @private
|
1126
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1127
|
+
collection :download_access_list, as: 'downloadAccessList', class: Google::Apis::BooksV1::DownloadAccessRestriction, decorator: Google::Apis::BooksV1::DownloadAccessRestriction::Representation
|
1128
|
+
|
1129
|
+
property :kind, as: 'kind'
|
1130
|
+
end
|
1131
|
+
end
|
1132
|
+
|
1133
|
+
class Empty
|
1134
|
+
# @private
|
1135
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1136
|
+
end
|
1137
|
+
end
|
1138
|
+
|
1139
|
+
class FamilyInfo
|
1140
|
+
# @private
|
1141
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1142
|
+
property :kind, as: 'kind'
|
1143
|
+
property :membership, as: 'membership', class: Google::Apis::BooksV1::FamilyInfo::Membership, decorator: Google::Apis::BooksV1::FamilyInfo::Membership::Representation
|
1144
|
+
|
1145
|
+
end
|
1146
|
+
|
1147
|
+
class Membership
|
1148
|
+
# @private
|
1149
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1150
|
+
property :acquire_permission, as: 'acquirePermission'
|
1151
|
+
property :age_group, as: 'ageGroup'
|
1152
|
+
property :allowed_maturity_rating, as: 'allowedMaturityRating'
|
1153
|
+
property :is_in_family, as: 'isInFamily'
|
1154
|
+
property :role, as: 'role'
|
1155
|
+
end
|
1156
|
+
end
|
1157
|
+
end
|
1158
|
+
|
1159
|
+
class GeoAnnotationdata
|
1160
|
+
# @private
|
1161
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1162
|
+
property :annotation_type, as: 'annotationType'
|
1163
|
+
property :data, as: 'data', class: Google::Apis::BooksV1::GeoLayerData, decorator: Google::Apis::BooksV1::GeoLayerData::Representation
|
1164
|
+
|
1165
|
+
property :encoded_data, :base64 => true, as: 'encodedData'
|
1166
|
+
property :id, as: 'id'
|
1167
|
+
property :kind, as: 'kind'
|
1168
|
+
property :layer_id, as: 'layerId'
|
1169
|
+
property :self_link, as: 'selfLink'
|
1170
|
+
property :updated, as: 'updated'
|
1171
|
+
property :volume_id, as: 'volumeId'
|
1172
|
+
end
|
1173
|
+
end
|
1174
|
+
|
1175
|
+
class GeoLayerData
|
1176
|
+
# @private
|
1177
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1178
|
+
property :common, as: 'common', class: Google::Apis::BooksV1::GeoLayerData::Common, decorator: Google::Apis::BooksV1::GeoLayerData::Common::Representation
|
1179
|
+
|
1180
|
+
property :geo, as: 'geo', class: Google::Apis::BooksV1::GeoLayerData::Geo, decorator: Google::Apis::BooksV1::GeoLayerData::Geo::Representation
|
1181
|
+
|
1182
|
+
property :kind, as: 'kind'
|
1183
|
+
end
|
1184
|
+
|
1185
|
+
class Common
|
1186
|
+
# @private
|
1187
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1188
|
+
property :lang, as: 'lang'
|
1189
|
+
property :preview_image_url, as: 'previewImageUrl'
|
1190
|
+
property :snippet, as: 'snippet'
|
1191
|
+
property :snippet_url, as: 'snippetUrl'
|
1192
|
+
property :title, as: 'title'
|
1193
|
+
end
|
1194
|
+
end
|
1195
|
+
|
1196
|
+
class Geo
|
1197
|
+
# @private
|
1198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1199
|
+
collection :boundary, as: 'boundary'
|
1200
|
+
property :cache_policy, as: 'cachePolicy'
|
1201
|
+
property :country_code, as: 'countryCode'
|
1202
|
+
property :latitude, as: 'latitude'
|
1203
|
+
property :longitude, as: 'longitude'
|
1204
|
+
property :map_type, as: 'mapType'
|
1205
|
+
property :viewport, as: 'viewport', class: Google::Apis::BooksV1::GeoLayerData::Geo::Viewport, decorator: Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Representation
|
1206
|
+
|
1207
|
+
property :zoom, as: 'zoom'
|
1208
|
+
end
|
1209
|
+
|
1210
|
+
class Viewport
|
1211
|
+
# @private
|
1212
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1213
|
+
property :hi, as: 'hi', class: Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Hi, decorator: Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Hi::Representation
|
1214
|
+
|
1215
|
+
property :lo, as: 'lo', class: Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Lo, decorator: Google::Apis::BooksV1::GeoLayerData::Geo::Viewport::Lo::Representation
|
1216
|
+
|
1217
|
+
end
|
1218
|
+
|
1219
|
+
class Hi
|
1220
|
+
# @private
|
1221
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1222
|
+
property :latitude, as: 'latitude'
|
1223
|
+
property :longitude, as: 'longitude'
|
1224
|
+
end
|
1225
|
+
end
|
1226
|
+
|
1227
|
+
class Lo
|
1228
|
+
# @private
|
1229
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1230
|
+
property :latitude, as: 'latitude'
|
1231
|
+
property :longitude, as: 'longitude'
|
1232
|
+
end
|
1233
|
+
end
|
1234
|
+
end
|
1235
|
+
end
|
1236
|
+
end
|
1237
|
+
|
1238
|
+
class LayerSummaries
|
1239
|
+
# @private
|
1240
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1241
|
+
collection :items, as: 'items', class: Google::Apis::BooksV1::LayerSummary, decorator: Google::Apis::BooksV1::LayerSummary::Representation
|
1242
|
+
|
1243
|
+
property :kind, as: 'kind'
|
1244
|
+
property :total_items, as: 'totalItems'
|
1245
|
+
end
|
1246
|
+
end
|
1247
|
+
|
1248
|
+
class LayerSummary
|
1249
|
+
# @private
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1251
|
+
property :annotation_count, as: 'annotationCount'
|
1252
|
+
collection :annotation_types, as: 'annotationTypes'
|
1253
|
+
property :annotations_data_link, as: 'annotationsDataLink'
|
1254
|
+
property :annotations_link, as: 'annotationsLink'
|
1255
|
+
property :content_version, as: 'contentVersion'
|
1256
|
+
property :data_count, as: 'dataCount'
|
1257
|
+
property :id, as: 'id'
|
1258
|
+
property :kind, as: 'kind'
|
1259
|
+
property :layer_id, as: 'layerId'
|
1260
|
+
property :self_link, as: 'selfLink'
|
1261
|
+
property :updated, as: 'updated'
|
1262
|
+
property :volume_annotations_version, as: 'volumeAnnotationsVersion'
|
1263
|
+
property :volume_id, as: 'volumeId'
|
1264
|
+
end
|
1265
|
+
end
|
1266
|
+
|
1267
|
+
class Metadata
|
1268
|
+
# @private
|
1269
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1270
|
+
collection :items, as: 'items', class: Google::Apis::BooksV1::Metadata::Item, decorator: Google::Apis::BooksV1::Metadata::Item::Representation
|
1271
|
+
|
1272
|
+
property :kind, as: 'kind'
|
1273
|
+
end
|
1274
|
+
|
1275
|
+
class Item
|
1276
|
+
# @private
|
1277
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1278
|
+
property :download_url, as: 'download_url'
|
1279
|
+
property :encrypted_key, as: 'encrypted_key'
|
1280
|
+
property :language, as: 'language'
|
1281
|
+
property :size, :numeric_string => true, as: 'size'
|
1282
|
+
property :version, :numeric_string => true, as: 'version'
|
1283
|
+
end
|
1284
|
+
end
|
1285
|
+
end
|
1286
|
+
|
1287
|
+
class Notification
|
1288
|
+
# @private
|
1289
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1290
|
+
property :body, as: 'body'
|
1291
|
+
collection :crm_experiment_ids, as: 'crmExperimentIds'
|
1292
|
+
property :doc_id, as: 'doc_id'
|
1293
|
+
property :doc_type, as: 'doc_type'
|
1294
|
+
property :dont_show_notification, as: 'dont_show_notification'
|
1295
|
+
property :icon_url, as: 'iconUrl'
|
1296
|
+
property :is_document_mature, as: 'is_document_mature'
|
1297
|
+
property :kind, as: 'kind'
|
1298
|
+
property :notification_group, as: 'notificationGroup'
|
1299
|
+
property :notification_type, as: 'notification_type'
|
1300
|
+
property :pcampaign_id, as: 'pcampaign_id'
|
1301
|
+
property :reason, as: 'reason'
|
1302
|
+
property :show_notification_settings_action, as: 'show_notification_settings_action'
|
1303
|
+
property :target_url, as: 'targetUrl'
|
1304
|
+
property :time_to_expire_ms, :numeric_string => true, as: 'timeToExpireMs'
|
1305
|
+
property :title, as: 'title'
|
1306
|
+
end
|
1307
|
+
end
|
1308
|
+
|
1309
|
+
class Offers
|
1310
|
+
# @private
|
1311
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1312
|
+
collection :items, as: 'items', class: Google::Apis::BooksV1::Offers::Item, decorator: Google::Apis::BooksV1::Offers::Item::Representation
|
1313
|
+
|
1314
|
+
property :kind, as: 'kind'
|
1315
|
+
end
|
1316
|
+
|
1317
|
+
class Item
|
1318
|
+
# @private
|
1319
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1320
|
+
property :art_url, as: 'artUrl'
|
1321
|
+
property :gservices_key, as: 'gservicesKey'
|
1322
|
+
property :id, as: 'id'
|
1323
|
+
collection :items, as: 'items', class: Google::Apis::BooksV1::Offers::Item::Item, decorator: Google::Apis::BooksV1::Offers::Item::Item::Representation
|
1324
|
+
|
1325
|
+
end
|
1326
|
+
|
1327
|
+
class Item
|
1328
|
+
# @private
|
1329
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1330
|
+
property :author, as: 'author'
|
1331
|
+
property :canonical_volume_link, as: 'canonicalVolumeLink'
|
1332
|
+
property :cover_url, as: 'coverUrl'
|
1333
|
+
property :description, as: 'description'
|
1334
|
+
property :title, as: 'title'
|
1335
|
+
property :volume_id, as: 'volumeId'
|
1336
|
+
end
|
1337
|
+
end
|
1338
|
+
end
|
1339
|
+
end
|
1340
|
+
|
1341
|
+
class ReadingPosition
|
1342
|
+
# @private
|
1343
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1344
|
+
property :epub_cfi_position, as: 'epubCfiPosition'
|
1345
|
+
property :gb_image_position, as: 'gbImagePosition'
|
1346
|
+
property :gb_text_position, as: 'gbTextPosition'
|
1347
|
+
property :kind, as: 'kind'
|
1348
|
+
property :pdf_position, as: 'pdfPosition'
|
1349
|
+
property :updated, as: 'updated'
|
1350
|
+
property :volume_id, as: 'volumeId'
|
1351
|
+
end
|
1352
|
+
end
|
1353
|
+
|
1354
|
+
class RequestAccessData
|
1355
|
+
# @private
|
1356
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1357
|
+
property :concurrent_access, as: 'concurrentAccess', class: Google::Apis::BooksV1::ConcurrentAccessRestriction, decorator: Google::Apis::BooksV1::ConcurrentAccessRestriction::Representation
|
1358
|
+
|
1359
|
+
property :download_access, as: 'downloadAccess', class: Google::Apis::BooksV1::DownloadAccessRestriction, decorator: Google::Apis::BooksV1::DownloadAccessRestriction::Representation
|
1360
|
+
|
1361
|
+
property :kind, as: 'kind'
|
1362
|
+
end
|
1363
|
+
end
|
1364
|
+
|
1365
|
+
class Review
|
1366
|
+
# @private
|
1367
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1368
|
+
property :author, as: 'author', class: Google::Apis::BooksV1::Review::Author, decorator: Google::Apis::BooksV1::Review::Author::Representation
|
1369
|
+
|
1370
|
+
property :content, as: 'content'
|
1371
|
+
property :date, as: 'date'
|
1372
|
+
property :full_text_url, as: 'fullTextUrl'
|
1373
|
+
property :kind, as: 'kind'
|
1374
|
+
property :rating, as: 'rating'
|
1375
|
+
property :source, as: 'source', class: Google::Apis::BooksV1::Review::Source, decorator: Google::Apis::BooksV1::Review::Source::Representation
|
1376
|
+
|
1377
|
+
property :title, as: 'title'
|
1378
|
+
property :type, as: 'type'
|
1379
|
+
property :volume_id, as: 'volumeId'
|
1380
|
+
end
|
1381
|
+
|
1382
|
+
class Author
|
1383
|
+
# @private
|
1384
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1385
|
+
property :display_name, as: 'displayName'
|
1386
|
+
end
|
1387
|
+
end
|
1388
|
+
|
1389
|
+
class Source
|
1390
|
+
# @private
|
1391
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1392
|
+
property :description, as: 'description'
|
1393
|
+
property :extra_description, as: 'extraDescription'
|
1394
|
+
property :url, as: 'url'
|
1395
|
+
end
|
1396
|
+
end
|
1397
|
+
end
|
1398
|
+
|
1399
|
+
class Series
|
1400
|
+
# @private
|
1401
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1402
|
+
property :kind, as: 'kind'
|
1403
|
+
collection :series, as: 'series', class: Google::Apis::BooksV1::Series::Series, decorator: Google::Apis::BooksV1::Series::Series::Representation
|
1404
|
+
|
1405
|
+
end
|
1406
|
+
|
1407
|
+
class Series
|
1408
|
+
# @private
|
1409
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1410
|
+
property :banner_image_url, as: 'bannerImageUrl'
|
1411
|
+
property :eligible_for_subscription, as: 'eligibleForSubscription'
|
1412
|
+
property :image_url, as: 'imageUrl'
|
1413
|
+
property :is_complete, as: 'isComplete'
|
1414
|
+
property :series_format_type, as: 'seriesFormatType'
|
1415
|
+
property :series_id, as: 'seriesId'
|
1416
|
+
property :series_subscription_release_info, as: 'seriesSubscriptionReleaseInfo', class: Google::Apis::BooksV1::Series::Series::SeriesSubscriptionReleaseInfo, decorator: Google::Apis::BooksV1::Series::Series::SeriesSubscriptionReleaseInfo::Representation
|
1417
|
+
|
1418
|
+
property :series_type, as: 'seriesType'
|
1419
|
+
property :subscription_id, as: 'subscriptionId'
|
1420
|
+
property :title, as: 'title'
|
1421
|
+
end
|
1422
|
+
|
1423
|
+
class SeriesSubscriptionReleaseInfo
|
1424
|
+
# @private
|
1425
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1426
|
+
property :cancel_time, as: 'cancelTime'
|
1427
|
+
property :current_release_info, as: 'currentReleaseInfo', class: Google::Apis::BooksV1::Series::Series::SeriesSubscriptionReleaseInfo::CurrentReleaseInfo, decorator: Google::Apis::BooksV1::Series::Series::SeriesSubscriptionReleaseInfo::CurrentReleaseInfo::Representation
|
1428
|
+
|
1429
|
+
property :next_release_info, as: 'nextReleaseInfo', class: Google::Apis::BooksV1::Series::Series::SeriesSubscriptionReleaseInfo::NextReleaseInfo, decorator: Google::Apis::BooksV1::Series::Series::SeriesSubscriptionReleaseInfo::NextReleaseInfo::Representation
|
1430
|
+
|
1431
|
+
property :series_subscription_type, as: 'seriesSubscriptionType'
|
1432
|
+
end
|
1433
|
+
|
1434
|
+
class CurrentReleaseInfo
|
1435
|
+
# @private
|
1436
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1437
|
+
property :amount_in_micros, as: 'amountInMicros'
|
1438
|
+
property :currency_code, as: 'currencyCode'
|
1439
|
+
property :release_number, as: 'releaseNumber'
|
1440
|
+
property :release_time, as: 'releaseTime'
|
1441
|
+
end
|
1442
|
+
end
|
1443
|
+
|
1444
|
+
class NextReleaseInfo
|
1445
|
+
# @private
|
1446
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1447
|
+
property :amount_in_micros, as: 'amountInMicros'
|
1448
|
+
property :currency_code, as: 'currencyCode'
|
1449
|
+
property :release_number, as: 'releaseNumber'
|
1450
|
+
property :release_time, as: 'releaseTime'
|
1451
|
+
end
|
1452
|
+
end
|
1453
|
+
end
|
1454
|
+
end
|
1455
|
+
end
|
1456
|
+
|
1457
|
+
class SeriesMembership
|
1458
|
+
# @private
|
1459
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1460
|
+
property :kind, as: 'kind'
|
1461
|
+
collection :member, as: 'member', class: Google::Apis::BooksV1::Volume, decorator: Google::Apis::BooksV1::Volume::Representation
|
1462
|
+
|
1463
|
+
property :next_page_token, as: 'nextPageToken'
|
1464
|
+
end
|
1465
|
+
end
|
1466
|
+
|
1467
|
+
class UserSettings
|
1468
|
+
# @private
|
1469
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1470
|
+
property :kind, as: 'kind'
|
1471
|
+
property :notes_export, as: 'notesExport', class: Google::Apis::BooksV1::UserSettings::NotesExport, decorator: Google::Apis::BooksV1::UserSettings::NotesExport::Representation
|
1472
|
+
|
1473
|
+
property :notification, as: 'notification', class: Google::Apis::BooksV1::UserSettings::Notification, decorator: Google::Apis::BooksV1::UserSettings::Notification::Representation
|
1474
|
+
|
1475
|
+
end
|
1476
|
+
|
1477
|
+
class NotesExport
|
1478
|
+
# @private
|
1479
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1480
|
+
property :folder_name, as: 'folderName'
|
1481
|
+
property :is_enabled, as: 'isEnabled'
|
1482
|
+
end
|
1483
|
+
end
|
1484
|
+
|
1485
|
+
class Notification
|
1486
|
+
# @private
|
1487
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1488
|
+
property :match_my_interests, as: 'matchMyInterests', class: Google::Apis::BooksV1::UserSettings::Notification::MatchMyInterests, decorator: Google::Apis::BooksV1::UserSettings::Notification::MatchMyInterests::Representation
|
1489
|
+
|
1490
|
+
property :more_from_authors, as: 'moreFromAuthors', class: Google::Apis::BooksV1::UserSettings::Notification::MoreFromAuthors, decorator: Google::Apis::BooksV1::UserSettings::Notification::MoreFromAuthors::Representation
|
1491
|
+
|
1492
|
+
property :more_from_series, as: 'moreFromSeries', class: Google::Apis::BooksV1::UserSettings::Notification::MoreFromSeries, decorator: Google::Apis::BooksV1::UserSettings::Notification::MoreFromSeries::Representation
|
1493
|
+
|
1494
|
+
property :price_drop, as: 'priceDrop', class: Google::Apis::BooksV1::UserSettings::Notification::PriceDrop, decorator: Google::Apis::BooksV1::UserSettings::Notification::PriceDrop::Representation
|
1495
|
+
|
1496
|
+
property :reward_expirations, as: 'rewardExpirations', class: Google::Apis::BooksV1::UserSettings::Notification::RewardExpirations, decorator: Google::Apis::BooksV1::UserSettings::Notification::RewardExpirations::Representation
|
1497
|
+
|
1498
|
+
end
|
1499
|
+
|
1500
|
+
class MatchMyInterests
|
1501
|
+
# @private
|
1502
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1503
|
+
property :opted_state, as: 'opted_state'
|
1504
|
+
end
|
1505
|
+
end
|
1506
|
+
|
1507
|
+
class MoreFromAuthors
|
1508
|
+
# @private
|
1509
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1510
|
+
property :opted_state, as: 'opted_state'
|
1511
|
+
end
|
1512
|
+
end
|
1513
|
+
|
1514
|
+
class MoreFromSeries
|
1515
|
+
# @private
|
1516
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1517
|
+
property :opted_state, as: 'opted_state'
|
1518
|
+
end
|
1519
|
+
end
|
1520
|
+
|
1521
|
+
class PriceDrop
|
1522
|
+
# @private
|
1523
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1524
|
+
property :opted_state, as: 'opted_state'
|
1525
|
+
end
|
1526
|
+
end
|
1527
|
+
|
1528
|
+
class RewardExpirations
|
1529
|
+
# @private
|
1530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1531
|
+
property :opted_state, as: 'opted_state'
|
1532
|
+
end
|
1533
|
+
end
|
1534
|
+
end
|
1535
|
+
end
|
1536
|
+
|
1537
|
+
class Volume
|
1538
|
+
# @private
|
1539
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1540
|
+
property :access_info, as: 'accessInfo', class: Google::Apis::BooksV1::Volume::AccessInfo, decorator: Google::Apis::BooksV1::Volume::AccessInfo::Representation
|
1541
|
+
|
1542
|
+
property :etag, as: 'etag'
|
1543
|
+
property :id, as: 'id'
|
1544
|
+
property :kind, as: 'kind'
|
1545
|
+
property :layer_info, as: 'layerInfo', class: Google::Apis::BooksV1::Volume::LayerInfo, decorator: Google::Apis::BooksV1::Volume::LayerInfo::Representation
|
1546
|
+
|
1547
|
+
property :recommended_info, as: 'recommendedInfo', class: Google::Apis::BooksV1::Volume::RecommendedInfo, decorator: Google::Apis::BooksV1::Volume::RecommendedInfo::Representation
|
1548
|
+
|
1549
|
+
property :sale_info, as: 'saleInfo', class: Google::Apis::BooksV1::Volume::SaleInfo, decorator: Google::Apis::BooksV1::Volume::SaleInfo::Representation
|
1550
|
+
|
1551
|
+
property :search_info, as: 'searchInfo', class: Google::Apis::BooksV1::Volume::SearchInfo, decorator: Google::Apis::BooksV1::Volume::SearchInfo::Representation
|
1552
|
+
|
1553
|
+
property :self_link, as: 'selfLink'
|
1554
|
+
property :user_info, as: 'userInfo', class: Google::Apis::BooksV1::Volume::UserInfo, decorator: Google::Apis::BooksV1::Volume::UserInfo::Representation
|
1555
|
+
|
1556
|
+
property :volume_info, as: 'volumeInfo', class: Google::Apis::BooksV1::Volume::VolumeInfo, decorator: Google::Apis::BooksV1::Volume::VolumeInfo::Representation
|
1557
|
+
|
1558
|
+
end
|
1559
|
+
|
1560
|
+
class AccessInfo
|
1561
|
+
# @private
|
1562
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1563
|
+
property :access_view_status, as: 'accessViewStatus'
|
1564
|
+
property :country, as: 'country'
|
1565
|
+
property :download_access, as: 'downloadAccess', class: Google::Apis::BooksV1::DownloadAccessRestriction, decorator: Google::Apis::BooksV1::DownloadAccessRestriction::Representation
|
1566
|
+
|
1567
|
+
property :drive_imported_content_link, as: 'driveImportedContentLink'
|
1568
|
+
property :embeddable, as: 'embeddable'
|
1569
|
+
property :epub, as: 'epub', class: Google::Apis::BooksV1::Volume::AccessInfo::Epub, decorator: Google::Apis::BooksV1::Volume::AccessInfo::Epub::Representation
|
1570
|
+
|
1571
|
+
property :explicit_offline_license_management, as: 'explicitOfflineLicenseManagement'
|
1572
|
+
property :pdf, as: 'pdf', class: Google::Apis::BooksV1::Volume::AccessInfo::Pdf, decorator: Google::Apis::BooksV1::Volume::AccessInfo::Pdf::Representation
|
1573
|
+
|
1574
|
+
property :public_domain, as: 'publicDomain'
|
1575
|
+
property :quote_sharing_allowed, as: 'quoteSharingAllowed'
|
1576
|
+
property :text_to_speech_permission, as: 'textToSpeechPermission'
|
1577
|
+
property :view_order_url, as: 'viewOrderUrl'
|
1578
|
+
property :viewability, as: 'viewability'
|
1579
|
+
property :web_reader_link, as: 'webReaderLink'
|
1580
|
+
end
|
1581
|
+
|
1582
|
+
class Epub
|
1583
|
+
# @private
|
1584
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1585
|
+
property :acs_token_link, as: 'acsTokenLink'
|
1586
|
+
property :download_link, as: 'downloadLink'
|
1587
|
+
property :is_available, as: 'isAvailable'
|
1588
|
+
end
|
1589
|
+
end
|
1590
|
+
|
1591
|
+
class Pdf
|
1592
|
+
# @private
|
1593
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1594
|
+
property :acs_token_link, as: 'acsTokenLink'
|
1595
|
+
property :download_link, as: 'downloadLink'
|
1596
|
+
property :is_available, as: 'isAvailable'
|
1597
|
+
end
|
1598
|
+
end
|
1599
|
+
end
|
1600
|
+
|
1601
|
+
class LayerInfo
|
1602
|
+
# @private
|
1603
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1604
|
+
collection :layers, as: 'layers', class: Google::Apis::BooksV1::Volume::LayerInfo::Layer, decorator: Google::Apis::BooksV1::Volume::LayerInfo::Layer::Representation
|
1605
|
+
|
1606
|
+
end
|
1607
|
+
|
1608
|
+
class Layer
|
1609
|
+
# @private
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1611
|
+
property :layer_id, as: 'layerId'
|
1612
|
+
property :volume_annotations_version, as: 'volumeAnnotationsVersion'
|
1613
|
+
end
|
1614
|
+
end
|
1615
|
+
end
|
1616
|
+
|
1617
|
+
class RecommendedInfo
|
1618
|
+
# @private
|
1619
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1620
|
+
property :explanation, as: 'explanation'
|
1621
|
+
end
|
1622
|
+
end
|
1623
|
+
|
1624
|
+
class SaleInfo
|
1625
|
+
# @private
|
1626
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1627
|
+
property :buy_link, as: 'buyLink'
|
1628
|
+
property :country, as: 'country'
|
1629
|
+
property :is_ebook, as: 'isEbook'
|
1630
|
+
property :list_price, as: 'listPrice', class: Google::Apis::BooksV1::Volume::SaleInfo::ListPrice, decorator: Google::Apis::BooksV1::Volume::SaleInfo::ListPrice::Representation
|
1631
|
+
|
1632
|
+
collection :offers, as: 'offers', class: Google::Apis::BooksV1::Volume::SaleInfo::Offer, decorator: Google::Apis::BooksV1::Volume::SaleInfo::Offer::Representation
|
1633
|
+
|
1634
|
+
property :on_sale_date, as: 'onSaleDate'
|
1635
|
+
property :retail_price, as: 'retailPrice', class: Google::Apis::BooksV1::Volume::SaleInfo::RetailPrice, decorator: Google::Apis::BooksV1::Volume::SaleInfo::RetailPrice::Representation
|
1636
|
+
|
1637
|
+
property :saleability, as: 'saleability'
|
1638
|
+
end
|
1639
|
+
|
1640
|
+
class ListPrice
|
1641
|
+
# @private
|
1642
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1643
|
+
property :amount, as: 'amount'
|
1644
|
+
property :currency_code, as: 'currencyCode'
|
1645
|
+
end
|
1646
|
+
end
|
1647
|
+
|
1648
|
+
class Offer
|
1649
|
+
# @private
|
1650
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1651
|
+
property :finsky_offer_type, as: 'finskyOfferType'
|
1652
|
+
property :giftable, as: 'giftable'
|
1653
|
+
property :list_price, as: 'listPrice', class: Google::Apis::BooksV1::Volume::SaleInfo::Offer::ListPrice, decorator: Google::Apis::BooksV1::Volume::SaleInfo::Offer::ListPrice::Representation
|
1654
|
+
|
1655
|
+
property :rental_duration, as: 'rentalDuration', class: Google::Apis::BooksV1::Volume::SaleInfo::Offer::RentalDuration, decorator: Google::Apis::BooksV1::Volume::SaleInfo::Offer::RentalDuration::Representation
|
1656
|
+
|
1657
|
+
property :retail_price, as: 'retailPrice', class: Google::Apis::BooksV1::Volume::SaleInfo::Offer::RetailPrice, decorator: Google::Apis::BooksV1::Volume::SaleInfo::Offer::RetailPrice::Representation
|
1658
|
+
|
1659
|
+
end
|
1660
|
+
|
1661
|
+
class ListPrice
|
1662
|
+
# @private
|
1663
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1664
|
+
property :amount_in_micros, as: 'amountInMicros'
|
1665
|
+
property :currency_code, as: 'currencyCode'
|
1666
|
+
end
|
1667
|
+
end
|
1668
|
+
|
1669
|
+
class RentalDuration
|
1670
|
+
# @private
|
1671
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1672
|
+
property :count, as: 'count'
|
1673
|
+
property :unit, as: 'unit'
|
1674
|
+
end
|
1675
|
+
end
|
1676
|
+
|
1677
|
+
class RetailPrice
|
1678
|
+
# @private
|
1679
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1680
|
+
property :amount_in_micros, as: 'amountInMicros'
|
1681
|
+
property :currency_code, as: 'currencyCode'
|
1682
|
+
end
|
1683
|
+
end
|
1684
|
+
end
|
1685
|
+
|
1686
|
+
class RetailPrice
|
1687
|
+
# @private
|
1688
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1689
|
+
property :amount, as: 'amount'
|
1690
|
+
property :currency_code, as: 'currencyCode'
|
1691
|
+
end
|
1692
|
+
end
|
1693
|
+
end
|
1694
|
+
|
1695
|
+
class SearchInfo
|
1696
|
+
# @private
|
1697
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1698
|
+
property :text_snippet, as: 'textSnippet'
|
1699
|
+
end
|
1700
|
+
end
|
1701
|
+
|
1702
|
+
class UserInfo
|
1703
|
+
# @private
|
1704
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1705
|
+
property :acquired_time, as: 'acquiredTime'
|
1706
|
+
property :acquisition_type, as: 'acquisitionType'
|
1707
|
+
property :copy, as: 'copy', class: Google::Apis::BooksV1::Volume::UserInfo::Copy, decorator: Google::Apis::BooksV1::Volume::UserInfo::Copy::Representation
|
1708
|
+
|
1709
|
+
property :entitlement_type, as: 'entitlementType'
|
1710
|
+
property :family_sharing, as: 'familySharing', class: Google::Apis::BooksV1::Volume::UserInfo::FamilySharing, decorator: Google::Apis::BooksV1::Volume::UserInfo::FamilySharing::Representation
|
1711
|
+
|
1712
|
+
property :is_family_shared_from_user, as: 'isFamilySharedFromUser'
|
1713
|
+
property :is_family_shared_to_user, as: 'isFamilySharedToUser'
|
1714
|
+
property :is_family_sharing_allowed, as: 'isFamilySharingAllowed'
|
1715
|
+
property :is_family_sharing_disabled_by_fop, as: 'isFamilySharingDisabledByFop'
|
1716
|
+
property :is_in_my_books, as: 'isInMyBooks'
|
1717
|
+
property :is_preordered, as: 'isPreordered'
|
1718
|
+
property :is_purchased, as: 'isPurchased'
|
1719
|
+
property :is_uploaded, as: 'isUploaded'
|
1720
|
+
property :reading_position, as: 'readingPosition', class: Google::Apis::BooksV1::ReadingPosition, decorator: Google::Apis::BooksV1::ReadingPosition::Representation
|
1721
|
+
|
1722
|
+
property :rental_period, as: 'rentalPeriod', class: Google::Apis::BooksV1::Volume::UserInfo::RentalPeriod, decorator: Google::Apis::BooksV1::Volume::UserInfo::RentalPeriod::Representation
|
1723
|
+
|
1724
|
+
property :rental_state, as: 'rentalState'
|
1725
|
+
property :review, as: 'review', class: Google::Apis::BooksV1::Review, decorator: Google::Apis::BooksV1::Review::Representation
|
1726
|
+
|
1727
|
+
property :updated, as: 'updated'
|
1728
|
+
property :user_uploaded_volume_info, as: 'userUploadedVolumeInfo', class: Google::Apis::BooksV1::Volume::UserInfo::UserUploadedVolumeInfo, decorator: Google::Apis::BooksV1::Volume::UserInfo::UserUploadedVolumeInfo::Representation
|
1729
|
+
|
1730
|
+
end
|
1731
|
+
|
1732
|
+
class Copy
|
1733
|
+
# @private
|
1734
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1735
|
+
property :allowed_character_count, as: 'allowedCharacterCount'
|
1736
|
+
property :limit_type, as: 'limitType'
|
1737
|
+
property :remaining_character_count, as: 'remainingCharacterCount'
|
1738
|
+
property :updated, as: 'updated'
|
1739
|
+
end
|
1740
|
+
end
|
1741
|
+
|
1742
|
+
class FamilySharing
|
1743
|
+
# @private
|
1744
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1745
|
+
property :family_role, as: 'familyRole'
|
1746
|
+
property :is_sharing_allowed, as: 'isSharingAllowed'
|
1747
|
+
property :is_sharing_disabled_by_fop, as: 'isSharingDisabledByFop'
|
1748
|
+
end
|
1749
|
+
end
|
1750
|
+
|
1751
|
+
class RentalPeriod
|
1752
|
+
# @private
|
1753
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1754
|
+
property :end_utc_sec, :numeric_string => true, as: 'endUtcSec'
|
1755
|
+
property :start_utc_sec, :numeric_string => true, as: 'startUtcSec'
|
1756
|
+
end
|
1757
|
+
end
|
1758
|
+
|
1759
|
+
class UserUploadedVolumeInfo
|
1760
|
+
# @private
|
1761
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1762
|
+
property :processing_state, as: 'processingState'
|
1763
|
+
end
|
1764
|
+
end
|
1765
|
+
end
|
1766
|
+
|
1767
|
+
class VolumeInfo
|
1768
|
+
# @private
|
1769
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1770
|
+
property :allow_anon_logging, as: 'allowAnonLogging'
|
1771
|
+
collection :authors, as: 'authors'
|
1772
|
+
property :average_rating, as: 'averageRating'
|
1773
|
+
property :canonical_volume_link, as: 'canonicalVolumeLink'
|
1774
|
+
collection :categories, as: 'categories'
|
1775
|
+
property :comics_content, as: 'comicsContent'
|
1776
|
+
property :content_version, as: 'contentVersion'
|
1777
|
+
property :description, as: 'description'
|
1778
|
+
property :dimensions, as: 'dimensions', class: Google::Apis::BooksV1::Volume::VolumeInfo::Dimensions, decorator: Google::Apis::BooksV1::Volume::VolumeInfo::Dimensions::Representation
|
1779
|
+
|
1780
|
+
property :image_links, as: 'imageLinks', class: Google::Apis::BooksV1::Volume::VolumeInfo::ImageLinks, decorator: Google::Apis::BooksV1::Volume::VolumeInfo::ImageLinks::Representation
|
1781
|
+
|
1782
|
+
collection :industry_identifiers, as: 'industryIdentifiers', class: Google::Apis::BooksV1::Volume::VolumeInfo::IndustryIdentifier, decorator: Google::Apis::BooksV1::Volume::VolumeInfo::IndustryIdentifier::Representation
|
1783
|
+
|
1784
|
+
property :info_link, as: 'infoLink'
|
1785
|
+
property :language, as: 'language'
|
1786
|
+
property :main_category, as: 'mainCategory'
|
1787
|
+
property :maturity_rating, as: 'maturityRating'
|
1788
|
+
property :page_count, as: 'pageCount'
|
1789
|
+
property :panelization_summary, as: 'panelizationSummary', class: Google::Apis::BooksV1::Volume::VolumeInfo::PanelizationSummary, decorator: Google::Apis::BooksV1::Volume::VolumeInfo::PanelizationSummary::Representation
|
1790
|
+
|
1791
|
+
property :preview_link, as: 'previewLink'
|
1792
|
+
property :print_type, as: 'printType'
|
1793
|
+
property :printed_page_count, as: 'printedPageCount'
|
1794
|
+
property :published_date, as: 'publishedDate'
|
1795
|
+
property :publisher, as: 'publisher'
|
1796
|
+
property :ratings_count, as: 'ratingsCount'
|
1797
|
+
property :reading_modes, as: 'readingModes', class: Google::Apis::BooksV1::Volume::VolumeInfo::ReadingModes, decorator: Google::Apis::BooksV1::Volume::VolumeInfo::ReadingModes::Representation
|
1798
|
+
|
1799
|
+
property :sample_page_count, as: 'samplePageCount'
|
1800
|
+
property :series_info, as: 'seriesInfo', class: Google::Apis::BooksV1::Volumeseriesinfo, decorator: Google::Apis::BooksV1::Volumeseriesinfo::Representation
|
1801
|
+
|
1802
|
+
property :subtitle, as: 'subtitle'
|
1803
|
+
property :title, as: 'title'
|
1804
|
+
end
|
1805
|
+
|
1806
|
+
class Dimensions
|
1807
|
+
# @private
|
1808
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1809
|
+
property :height, as: 'height'
|
1810
|
+
property :thickness, as: 'thickness'
|
1811
|
+
property :width, as: 'width'
|
1812
|
+
end
|
1813
|
+
end
|
1814
|
+
|
1815
|
+
class ImageLinks
|
1816
|
+
# @private
|
1817
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1818
|
+
property :extra_large, as: 'extraLarge'
|
1819
|
+
property :large, as: 'large'
|
1820
|
+
property :medium, as: 'medium'
|
1821
|
+
property :small, as: 'small'
|
1822
|
+
property :small_thumbnail, as: 'smallThumbnail'
|
1823
|
+
property :thumbnail, as: 'thumbnail'
|
1824
|
+
end
|
1825
|
+
end
|
1826
|
+
|
1827
|
+
class IndustryIdentifier
|
1828
|
+
# @private
|
1829
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1830
|
+
property :identifier, as: 'identifier'
|
1831
|
+
property :type, as: 'type'
|
1832
|
+
end
|
1833
|
+
end
|
1834
|
+
|
1835
|
+
class PanelizationSummary
|
1836
|
+
# @private
|
1837
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1838
|
+
property :contains_epub_bubbles, as: 'containsEpubBubbles'
|
1839
|
+
property :contains_image_bubbles, as: 'containsImageBubbles'
|
1840
|
+
property :epub_bubble_version, as: 'epubBubbleVersion'
|
1841
|
+
property :image_bubble_version, as: 'imageBubbleVersion'
|
1842
|
+
end
|
1843
|
+
end
|
1844
|
+
|
1845
|
+
class ReadingModes
|
1846
|
+
# @private
|
1847
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1848
|
+
property :image, as: 'image'
|
1849
|
+
property :text, as: 'text'
|
1850
|
+
end
|
1851
|
+
end
|
1852
|
+
end
|
1853
|
+
end
|
1854
|
+
|
1855
|
+
class Volume2
|
1856
|
+
# @private
|
1857
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1858
|
+
collection :items, as: 'items', class: Google::Apis::BooksV1::Volume, decorator: Google::Apis::BooksV1::Volume::Representation
|
1859
|
+
|
1860
|
+
property :kind, as: 'kind'
|
1861
|
+
property :next_page_token, as: 'nextPageToken'
|
1862
|
+
end
|
1863
|
+
end
|
1864
|
+
|
1865
|
+
class VolumeAnnotation
|
1866
|
+
# @private
|
1867
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1868
|
+
property :annotation_data_id, as: 'annotationDataId'
|
1869
|
+
property :annotation_data_link, as: 'annotationDataLink'
|
1870
|
+
property :annotation_type, as: 'annotationType'
|
1871
|
+
property :content_ranges, as: 'contentRanges', class: Google::Apis::BooksV1::VolumeAnnotation::ContentRanges, decorator: Google::Apis::BooksV1::VolumeAnnotation::ContentRanges::Representation
|
1872
|
+
|
1873
|
+
property :data, as: 'data'
|
1874
|
+
property :deleted, as: 'deleted'
|
1875
|
+
property :id, as: 'id'
|
1876
|
+
property :kind, as: 'kind'
|
1877
|
+
property :layer_id, as: 'layerId'
|
1878
|
+
collection :page_ids, as: 'pageIds'
|
1879
|
+
property :selected_text, as: 'selectedText'
|
1880
|
+
property :self_link, as: 'selfLink'
|
1881
|
+
property :updated, as: 'updated'
|
1882
|
+
property :volume_id, as: 'volumeId'
|
1883
|
+
end
|
1884
|
+
|
1885
|
+
class ContentRanges
|
1886
|
+
# @private
|
1887
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1888
|
+
property :cfi_range, as: 'cfiRange', class: Google::Apis::BooksV1::AnnotatinsRange, decorator: Google::Apis::BooksV1::AnnotatinsRange::Representation
|
1889
|
+
|
1890
|
+
property :content_version, as: 'contentVersion'
|
1891
|
+
property :gb_image_range, as: 'gbImageRange', class: Google::Apis::BooksV1::AnnotatinsRange, decorator: Google::Apis::BooksV1::AnnotatinsRange::Representation
|
1892
|
+
|
1893
|
+
property :gb_text_range, as: 'gbTextRange', class: Google::Apis::BooksV1::AnnotatinsRange, decorator: Google::Apis::BooksV1::AnnotatinsRange::Representation
|
1894
|
+
|
1895
|
+
end
|
1896
|
+
end
|
1897
|
+
end
|
1898
|
+
|
1899
|
+
class Volumeannotations
|
1900
|
+
# @private
|
1901
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1902
|
+
collection :items, as: 'items', class: Google::Apis::BooksV1::VolumeAnnotation, decorator: Google::Apis::BooksV1::VolumeAnnotation::Representation
|
1903
|
+
|
1904
|
+
property :kind, as: 'kind'
|
1905
|
+
property :next_page_token, as: 'nextPageToken'
|
1906
|
+
property :total_items, as: 'totalItems'
|
1907
|
+
property :version, as: 'version'
|
1908
|
+
end
|
1909
|
+
end
|
1910
|
+
|
1911
|
+
class Volumes
|
1912
|
+
# @private
|
1913
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1914
|
+
collection :items, as: 'items', class: Google::Apis::BooksV1::Volume, decorator: Google::Apis::BooksV1::Volume::Representation
|
1915
|
+
|
1916
|
+
property :kind, as: 'kind'
|
1917
|
+
property :total_items, as: 'totalItems'
|
1918
|
+
end
|
1919
|
+
end
|
1920
|
+
|
1921
|
+
class Volumeseriesinfo
|
1922
|
+
# @private
|
1923
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1924
|
+
property :book_display_number, as: 'bookDisplayNumber'
|
1925
|
+
property :kind, as: 'kind'
|
1926
|
+
property :short_series_book_title, as: 'shortSeriesBookTitle'
|
1927
|
+
collection :volume_series, as: 'volumeSeries', class: Google::Apis::BooksV1::Volumeseriesinfo::VolumeSeries, decorator: Google::Apis::BooksV1::Volumeseriesinfo::VolumeSeries::Representation
|
1928
|
+
|
1929
|
+
end
|
1930
|
+
|
1931
|
+
class VolumeSeries
|
1932
|
+
# @private
|
1933
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1934
|
+
collection :issue, as: 'issue', class: Google::Apis::BooksV1::Volumeseriesinfo::VolumeSeries::Issue, decorator: Google::Apis::BooksV1::Volumeseriesinfo::VolumeSeries::Issue::Representation
|
1935
|
+
|
1936
|
+
property :order_number, as: 'orderNumber'
|
1937
|
+
property :series_book_type, as: 'seriesBookType'
|
1938
|
+
property :series_id, as: 'seriesId'
|
1939
|
+
end
|
1940
|
+
|
1941
|
+
class Issue
|
1942
|
+
# @private
|
1943
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1944
|
+
property :issue_display_number, as: 'issueDisplayNumber'
|
1945
|
+
property :issue_order_number, as: 'issueOrderNumber'
|
1946
|
+
end
|
1947
|
+
end
|
1948
|
+
end
|
1949
|
+
end
|
1950
|
+
end
|
1951
|
+
end
|
1952
|
+
end
|