@utdk/google 0.0.1-20260407.8-dev.646adf4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1681 @@
1
+ import type { ToolRuntimeMetadataMap } from "../../client.js";
2
+
3
+ export const toolMetadata = {
4
+ "cloudloading.addBook": {
5
+ "accessPath": [
6
+ "cloudloadingAddBook"
7
+ ],
8
+ "bodyKind": "none",
9
+ "bodyPropertyKeys": [],
10
+ "contentType": "application/json",
11
+ "headerParameterKeys": [],
12
+ "method": "POST",
13
+ "routeTemplate": "/books/v1/cloudloading/addBook",
14
+ "pathConflictKeys": [],
15
+ "pathParameterKeys": [],
16
+ "queryConflictKeys": [],
17
+ "queryParameterKeys": [
18
+ "$.xgafv",
19
+ "access_token",
20
+ "alt",
21
+ "callback",
22
+ "fields",
23
+ "key",
24
+ "oauth_token",
25
+ "prettyPrint",
26
+ "quotaUser",
27
+ "upload_protocol",
28
+ "uploadType",
29
+ "drive_document_id",
30
+ "mime_type",
31
+ "name",
32
+ "upload_client_token"
33
+ ]
34
+ },
35
+ "cloudloading.deleteBook": {
36
+ "accessPath": [
37
+ "cloudloadingDeleteBook"
38
+ ],
39
+ "bodyKind": "none",
40
+ "bodyPropertyKeys": [],
41
+ "contentType": "application/json",
42
+ "headerParameterKeys": [],
43
+ "method": "POST",
44
+ "routeTemplate": "/books/v1/cloudloading/deleteBook",
45
+ "pathConflictKeys": [],
46
+ "pathParameterKeys": [],
47
+ "queryConflictKeys": [],
48
+ "queryParameterKeys": [
49
+ "$.xgafv",
50
+ "access_token",
51
+ "alt",
52
+ "callback",
53
+ "fields",
54
+ "key",
55
+ "oauth_token",
56
+ "prettyPrint",
57
+ "quotaUser",
58
+ "upload_protocol",
59
+ "uploadType",
60
+ "volumeId"
61
+ ]
62
+ },
63
+ "cloudloading.updateBook": {
64
+ "accessPath": [
65
+ "cloudloadingUpdateBook"
66
+ ],
67
+ "bodyKind": "properties",
68
+ "bodyPropertyKeys": [
69
+ "author",
70
+ "processingState",
71
+ "title",
72
+ "volumeId"
73
+ ],
74
+ "contentType": "application/json",
75
+ "headerParameterKeys": [],
76
+ "method": "POST",
77
+ "routeTemplate": "/books/v1/cloudloading/updateBook",
78
+ "pathConflictKeys": [],
79
+ "pathParameterKeys": [],
80
+ "queryConflictKeys": [],
81
+ "queryParameterKeys": [
82
+ "$.xgafv",
83
+ "access_token",
84
+ "alt",
85
+ "callback",
86
+ "fields",
87
+ "key",
88
+ "oauth_token",
89
+ "prettyPrint",
90
+ "quotaUser",
91
+ "upload_protocol",
92
+ "uploadType"
93
+ ]
94
+ },
95
+ "dictionary.listOfflineMetadata": {
96
+ "accessPath": [
97
+ "dictionaryListOfflineMetadata"
98
+ ],
99
+ "bodyKind": "none",
100
+ "bodyPropertyKeys": [],
101
+ "contentType": "application/json",
102
+ "headerParameterKeys": [],
103
+ "method": "GET",
104
+ "routeTemplate": "/books/v1/dictionary/listOfflineMetadata",
105
+ "pathConflictKeys": [],
106
+ "pathParameterKeys": [],
107
+ "queryConflictKeys": [],
108
+ "queryParameterKeys": [
109
+ "$.xgafv",
110
+ "access_token",
111
+ "alt",
112
+ "callback",
113
+ "fields",
114
+ "key",
115
+ "oauth_token",
116
+ "prettyPrint",
117
+ "quotaUser",
118
+ "upload_protocol",
119
+ "uploadType",
120
+ "cpksver"
121
+ ]
122
+ },
123
+ "familysharing.getFamilyInfo": {
124
+ "accessPath": [
125
+ "familysharingGetFamilyInfo"
126
+ ],
127
+ "bodyKind": "none",
128
+ "bodyPropertyKeys": [],
129
+ "contentType": "application/json",
130
+ "headerParameterKeys": [],
131
+ "method": "GET",
132
+ "routeTemplate": "/books/v1/familysharing/getFamilyInfo",
133
+ "pathConflictKeys": [],
134
+ "pathParameterKeys": [],
135
+ "queryConflictKeys": [],
136
+ "queryParameterKeys": [
137
+ "$.xgafv",
138
+ "access_token",
139
+ "alt",
140
+ "callback",
141
+ "fields",
142
+ "key",
143
+ "oauth_token",
144
+ "prettyPrint",
145
+ "quotaUser",
146
+ "upload_protocol",
147
+ "uploadType",
148
+ "source"
149
+ ]
150
+ },
151
+ "familysharing.share": {
152
+ "accessPath": [
153
+ "familysharingShare"
154
+ ],
155
+ "bodyKind": "none",
156
+ "bodyPropertyKeys": [],
157
+ "contentType": "application/json",
158
+ "headerParameterKeys": [],
159
+ "method": "POST",
160
+ "routeTemplate": "/books/v1/familysharing/share",
161
+ "pathConflictKeys": [],
162
+ "pathParameterKeys": [],
163
+ "queryConflictKeys": [],
164
+ "queryParameterKeys": [
165
+ "$.xgafv",
166
+ "access_token",
167
+ "alt",
168
+ "callback",
169
+ "fields",
170
+ "key",
171
+ "oauth_token",
172
+ "prettyPrint",
173
+ "quotaUser",
174
+ "upload_protocol",
175
+ "uploadType",
176
+ "docId",
177
+ "source",
178
+ "volumeId"
179
+ ]
180
+ },
181
+ "familysharing.unshare": {
182
+ "accessPath": [
183
+ "familysharingUnshare"
184
+ ],
185
+ "bodyKind": "none",
186
+ "bodyPropertyKeys": [],
187
+ "contentType": "application/json",
188
+ "headerParameterKeys": [],
189
+ "method": "POST",
190
+ "routeTemplate": "/books/v1/familysharing/unshare",
191
+ "pathConflictKeys": [],
192
+ "pathParameterKeys": [],
193
+ "queryConflictKeys": [],
194
+ "queryParameterKeys": [
195
+ "$.xgafv",
196
+ "access_token",
197
+ "alt",
198
+ "callback",
199
+ "fields",
200
+ "key",
201
+ "oauth_token",
202
+ "prettyPrint",
203
+ "quotaUser",
204
+ "upload_protocol",
205
+ "uploadType",
206
+ "docId",
207
+ "source",
208
+ "volumeId"
209
+ ]
210
+ },
211
+ "myconfig.getUserSettings": {
212
+ "accessPath": [
213
+ "myconfigGetUserSettings"
214
+ ],
215
+ "bodyKind": "none",
216
+ "bodyPropertyKeys": [],
217
+ "contentType": "application/json",
218
+ "headerParameterKeys": [],
219
+ "method": "GET",
220
+ "routeTemplate": "/books/v1/myconfig/getUserSettings",
221
+ "pathConflictKeys": [],
222
+ "pathParameterKeys": [],
223
+ "queryConflictKeys": [],
224
+ "queryParameterKeys": [
225
+ "$.xgafv",
226
+ "access_token",
227
+ "alt",
228
+ "callback",
229
+ "fields",
230
+ "key",
231
+ "oauth_token",
232
+ "prettyPrint",
233
+ "quotaUser",
234
+ "upload_protocol",
235
+ "uploadType",
236
+ "country"
237
+ ]
238
+ },
239
+ "myconfig.releaseDownloadAccess": {
240
+ "accessPath": [
241
+ "myconfigReleaseDownloadAccess"
242
+ ],
243
+ "bodyKind": "none",
244
+ "bodyPropertyKeys": [],
245
+ "contentType": "application/json",
246
+ "headerParameterKeys": [],
247
+ "method": "POST",
248
+ "routeTemplate": "/books/v1/myconfig/releaseDownloadAccess",
249
+ "pathConflictKeys": [],
250
+ "pathParameterKeys": [],
251
+ "queryConflictKeys": [],
252
+ "queryParameterKeys": [
253
+ "$.xgafv",
254
+ "access_token",
255
+ "alt",
256
+ "callback",
257
+ "fields",
258
+ "key",
259
+ "oauth_token",
260
+ "prettyPrint",
261
+ "quotaUser",
262
+ "upload_protocol",
263
+ "uploadType",
264
+ "cpksver",
265
+ "volumeIds",
266
+ "locale",
267
+ "source"
268
+ ]
269
+ },
270
+ "myconfig.requestAccess": {
271
+ "accessPath": [
272
+ "myconfigRequestAccess"
273
+ ],
274
+ "bodyKind": "none",
275
+ "bodyPropertyKeys": [],
276
+ "contentType": "application/json",
277
+ "headerParameterKeys": [],
278
+ "method": "POST",
279
+ "routeTemplate": "/books/v1/myconfig/requestAccess",
280
+ "pathConflictKeys": [],
281
+ "pathParameterKeys": [],
282
+ "queryConflictKeys": [],
283
+ "queryParameterKeys": [
284
+ "$.xgafv",
285
+ "access_token",
286
+ "alt",
287
+ "callback",
288
+ "fields",
289
+ "key",
290
+ "oauth_token",
291
+ "prettyPrint",
292
+ "quotaUser",
293
+ "upload_protocol",
294
+ "uploadType",
295
+ "cpksver",
296
+ "nonce",
297
+ "source",
298
+ "volumeId",
299
+ "licenseTypes",
300
+ "locale"
301
+ ]
302
+ },
303
+ "myconfig.syncVolumeLicenses": {
304
+ "accessPath": [
305
+ "myconfigSyncVolumeLicenses"
306
+ ],
307
+ "bodyKind": "none",
308
+ "bodyPropertyKeys": [],
309
+ "contentType": "application/json",
310
+ "headerParameterKeys": [],
311
+ "method": "POST",
312
+ "routeTemplate": "/books/v1/myconfig/syncVolumeLicenses",
313
+ "pathConflictKeys": [],
314
+ "pathParameterKeys": [],
315
+ "queryConflictKeys": [],
316
+ "queryParameterKeys": [
317
+ "$.xgafv",
318
+ "access_token",
319
+ "alt",
320
+ "callback",
321
+ "fields",
322
+ "key",
323
+ "oauth_token",
324
+ "prettyPrint",
325
+ "quotaUser",
326
+ "upload_protocol",
327
+ "uploadType",
328
+ "cpksver",
329
+ "nonce",
330
+ "source",
331
+ "features",
332
+ "includeNonComicsSeries",
333
+ "locale",
334
+ "showPreorders",
335
+ "volumeIds"
336
+ ]
337
+ },
338
+ "myconfig.updateUserSettings": {
339
+ "accessPath": [
340
+ "myconfigUpdateUserSettings"
341
+ ],
342
+ "bodyKind": "properties",
343
+ "bodyPropertyKeys": [
344
+ "kind",
345
+ "notesExport",
346
+ "notification"
347
+ ],
348
+ "contentType": "application/json",
349
+ "headerParameterKeys": [],
350
+ "method": "POST",
351
+ "routeTemplate": "/books/v1/myconfig/updateUserSettings",
352
+ "pathConflictKeys": [],
353
+ "pathParameterKeys": [],
354
+ "queryConflictKeys": [],
355
+ "queryParameterKeys": [
356
+ "$.xgafv",
357
+ "access_token",
358
+ "alt",
359
+ "callback",
360
+ "fields",
361
+ "key",
362
+ "oauth_token",
363
+ "prettyPrint",
364
+ "quotaUser",
365
+ "upload_protocol",
366
+ "uploadType"
367
+ ]
368
+ },
369
+ "mylibrary.annotations.list": {
370
+ "accessPath": [
371
+ "mylibraryAnnotationsList"
372
+ ],
373
+ "bodyKind": "none",
374
+ "bodyPropertyKeys": [],
375
+ "contentType": "application/json",
376
+ "headerParameterKeys": [],
377
+ "method": "GET",
378
+ "routeTemplate": "/books/v1/mylibrary/annotations",
379
+ "pathConflictKeys": [],
380
+ "pathParameterKeys": [],
381
+ "queryConflictKeys": [],
382
+ "queryParameterKeys": [
383
+ "$.xgafv",
384
+ "access_token",
385
+ "alt",
386
+ "callback",
387
+ "fields",
388
+ "key",
389
+ "oauth_token",
390
+ "prettyPrint",
391
+ "quotaUser",
392
+ "upload_protocol",
393
+ "uploadType",
394
+ "contentVersion",
395
+ "layerId",
396
+ "layerIds",
397
+ "maxResults",
398
+ "pageToken",
399
+ "showDeleted",
400
+ "source",
401
+ "updatedMax",
402
+ "updatedMin",
403
+ "volumeId"
404
+ ]
405
+ },
406
+ "mylibrary.annotations.insert": {
407
+ "accessPath": [
408
+ "mylibraryAnnotationsInsert"
409
+ ],
410
+ "bodyKind": "properties",
411
+ "bodyPropertyKeys": [
412
+ "afterSelectedText",
413
+ "beforeSelectedText",
414
+ "clientVersionRanges",
415
+ "created",
416
+ "currentVersionRanges",
417
+ "data",
418
+ "deleted",
419
+ "highlightStyle",
420
+ "id",
421
+ "kind",
422
+ "layerId",
423
+ "layerSummary",
424
+ "pageIds",
425
+ "selectedText",
426
+ "selfLink",
427
+ "updated",
428
+ "volumeId"
429
+ ],
430
+ "contentType": "application/json",
431
+ "headerParameterKeys": [],
432
+ "method": "POST",
433
+ "routeTemplate": "/books/v1/mylibrary/annotations",
434
+ "pathConflictKeys": [],
435
+ "pathParameterKeys": [],
436
+ "queryConflictKeys": [],
437
+ "queryParameterKeys": [
438
+ "$.xgafv",
439
+ "access_token",
440
+ "alt",
441
+ "callback",
442
+ "fields",
443
+ "key",
444
+ "oauth_token",
445
+ "prettyPrint",
446
+ "quotaUser",
447
+ "upload_protocol",
448
+ "uploadType",
449
+ "annotationId",
450
+ "country",
451
+ "showOnlySummaryInResponse",
452
+ "source"
453
+ ]
454
+ },
455
+ "mylibrary.annotations.summary": {
456
+ "accessPath": [
457
+ "mylibraryAnnotationsSummary"
458
+ ],
459
+ "bodyKind": "none",
460
+ "bodyPropertyKeys": [],
461
+ "contentType": "application/json",
462
+ "headerParameterKeys": [],
463
+ "method": "POST",
464
+ "routeTemplate": "/books/v1/mylibrary/annotations/summary",
465
+ "pathConflictKeys": [],
466
+ "pathParameterKeys": [],
467
+ "queryConflictKeys": [],
468
+ "queryParameterKeys": [
469
+ "$.xgafv",
470
+ "access_token",
471
+ "alt",
472
+ "callback",
473
+ "fields",
474
+ "key",
475
+ "oauth_token",
476
+ "prettyPrint",
477
+ "quotaUser",
478
+ "upload_protocol",
479
+ "uploadType",
480
+ "layerIds",
481
+ "volumeId",
482
+ "source"
483
+ ]
484
+ },
485
+ "mylibrary.annotations.delete": {
486
+ "accessPath": [
487
+ "mylibraryAnnotationsDelete"
488
+ ],
489
+ "bodyKind": "none",
490
+ "bodyPropertyKeys": [],
491
+ "contentType": "application/json",
492
+ "headerParameterKeys": [],
493
+ "method": "DELETE",
494
+ "routeTemplate": "/books/v1/mylibrary/annotations/{annotationId}",
495
+ "pathConflictKeys": [],
496
+ "pathParameterKeys": [
497
+ "annotationId"
498
+ ],
499
+ "queryConflictKeys": [],
500
+ "queryParameterKeys": [
501
+ "$.xgafv",
502
+ "access_token",
503
+ "alt",
504
+ "callback",
505
+ "fields",
506
+ "key",
507
+ "oauth_token",
508
+ "prettyPrint",
509
+ "quotaUser",
510
+ "upload_protocol",
511
+ "uploadType",
512
+ "source"
513
+ ]
514
+ },
515
+ "mylibrary.annotations.update": {
516
+ "accessPath": [
517
+ "mylibraryAnnotationsUpdate"
518
+ ],
519
+ "bodyKind": "properties",
520
+ "bodyPropertyKeys": [
521
+ "afterSelectedText",
522
+ "beforeSelectedText",
523
+ "clientVersionRanges",
524
+ "created",
525
+ "currentVersionRanges",
526
+ "data",
527
+ "deleted",
528
+ "highlightStyle",
529
+ "id",
530
+ "kind",
531
+ "layerId",
532
+ "layerSummary",
533
+ "pageIds",
534
+ "selectedText",
535
+ "selfLink",
536
+ "updated",
537
+ "volumeId"
538
+ ],
539
+ "contentType": "application/json",
540
+ "headerParameterKeys": [],
541
+ "method": "PUT",
542
+ "routeTemplate": "/books/v1/mylibrary/annotations/{annotationId}",
543
+ "pathConflictKeys": [],
544
+ "pathParameterKeys": [
545
+ "annotationId"
546
+ ],
547
+ "queryConflictKeys": [],
548
+ "queryParameterKeys": [
549
+ "$.xgafv",
550
+ "access_token",
551
+ "alt",
552
+ "callback",
553
+ "fields",
554
+ "key",
555
+ "oauth_token",
556
+ "prettyPrint",
557
+ "quotaUser",
558
+ "upload_protocol",
559
+ "uploadType",
560
+ "source"
561
+ ]
562
+ },
563
+ "mylibrary.bookshelves.list": {
564
+ "accessPath": [
565
+ "mylibraryBookshelvesList"
566
+ ],
567
+ "bodyKind": "none",
568
+ "bodyPropertyKeys": [],
569
+ "contentType": "application/json",
570
+ "headerParameterKeys": [],
571
+ "method": "GET",
572
+ "routeTemplate": "/books/v1/mylibrary/bookshelves",
573
+ "pathConflictKeys": [],
574
+ "pathParameterKeys": [],
575
+ "queryConflictKeys": [],
576
+ "queryParameterKeys": [
577
+ "$.xgafv",
578
+ "access_token",
579
+ "alt",
580
+ "callback",
581
+ "fields",
582
+ "key",
583
+ "oauth_token",
584
+ "prettyPrint",
585
+ "quotaUser",
586
+ "upload_protocol",
587
+ "uploadType",
588
+ "source"
589
+ ]
590
+ },
591
+ "mylibrary.bookshelves.get": {
592
+ "accessPath": [
593
+ "mylibraryBookshelvesGet"
594
+ ],
595
+ "bodyKind": "none",
596
+ "bodyPropertyKeys": [],
597
+ "contentType": "application/json",
598
+ "headerParameterKeys": [],
599
+ "method": "GET",
600
+ "routeTemplate": "/books/v1/mylibrary/bookshelves/{shelf}",
601
+ "pathConflictKeys": [],
602
+ "pathParameterKeys": [
603
+ "shelf"
604
+ ],
605
+ "queryConflictKeys": [],
606
+ "queryParameterKeys": [
607
+ "$.xgafv",
608
+ "access_token",
609
+ "alt",
610
+ "callback",
611
+ "fields",
612
+ "key",
613
+ "oauth_token",
614
+ "prettyPrint",
615
+ "quotaUser",
616
+ "upload_protocol",
617
+ "uploadType",
618
+ "source"
619
+ ]
620
+ },
621
+ "mylibrary.bookshelves.addVolume": {
622
+ "accessPath": [
623
+ "mylibraryBookshelvesAddVolume"
624
+ ],
625
+ "bodyKind": "none",
626
+ "bodyPropertyKeys": [],
627
+ "contentType": "application/json",
628
+ "headerParameterKeys": [],
629
+ "method": "POST",
630
+ "routeTemplate": "/books/v1/mylibrary/bookshelves/{shelf}/addVolume",
631
+ "pathConflictKeys": [],
632
+ "pathParameterKeys": [
633
+ "shelf"
634
+ ],
635
+ "queryConflictKeys": [],
636
+ "queryParameterKeys": [
637
+ "$.xgafv",
638
+ "access_token",
639
+ "alt",
640
+ "callback",
641
+ "fields",
642
+ "key",
643
+ "oauth_token",
644
+ "prettyPrint",
645
+ "quotaUser",
646
+ "upload_protocol",
647
+ "uploadType",
648
+ "volumeId",
649
+ "reason",
650
+ "source"
651
+ ]
652
+ },
653
+ "mylibrary.bookshelves.clearVolumes": {
654
+ "accessPath": [
655
+ "mylibraryBookshelvesClearVolumes"
656
+ ],
657
+ "bodyKind": "none",
658
+ "bodyPropertyKeys": [],
659
+ "contentType": "application/json",
660
+ "headerParameterKeys": [],
661
+ "method": "POST",
662
+ "routeTemplate": "/books/v1/mylibrary/bookshelves/{shelf}/clearVolumes",
663
+ "pathConflictKeys": [],
664
+ "pathParameterKeys": [
665
+ "shelf"
666
+ ],
667
+ "queryConflictKeys": [],
668
+ "queryParameterKeys": [
669
+ "$.xgafv",
670
+ "access_token",
671
+ "alt",
672
+ "callback",
673
+ "fields",
674
+ "key",
675
+ "oauth_token",
676
+ "prettyPrint",
677
+ "quotaUser",
678
+ "upload_protocol",
679
+ "uploadType",
680
+ "source"
681
+ ]
682
+ },
683
+ "mylibrary.bookshelves.moveVolume": {
684
+ "accessPath": [
685
+ "mylibraryBookshelvesMoveVolume"
686
+ ],
687
+ "bodyKind": "none",
688
+ "bodyPropertyKeys": [],
689
+ "contentType": "application/json",
690
+ "headerParameterKeys": [],
691
+ "method": "POST",
692
+ "routeTemplate": "/books/v1/mylibrary/bookshelves/{shelf}/moveVolume",
693
+ "pathConflictKeys": [],
694
+ "pathParameterKeys": [
695
+ "shelf"
696
+ ],
697
+ "queryConflictKeys": [],
698
+ "queryParameterKeys": [
699
+ "$.xgafv",
700
+ "access_token",
701
+ "alt",
702
+ "callback",
703
+ "fields",
704
+ "key",
705
+ "oauth_token",
706
+ "prettyPrint",
707
+ "quotaUser",
708
+ "upload_protocol",
709
+ "uploadType",
710
+ "volumeId",
711
+ "volumePosition",
712
+ "source"
713
+ ]
714
+ },
715
+ "mylibrary.bookshelves.removeVolume": {
716
+ "accessPath": [
717
+ "mylibraryBookshelvesRemoveVolume"
718
+ ],
719
+ "bodyKind": "none",
720
+ "bodyPropertyKeys": [],
721
+ "contentType": "application/json",
722
+ "headerParameterKeys": [],
723
+ "method": "POST",
724
+ "routeTemplate": "/books/v1/mylibrary/bookshelves/{shelf}/removeVolume",
725
+ "pathConflictKeys": [],
726
+ "pathParameterKeys": [
727
+ "shelf"
728
+ ],
729
+ "queryConflictKeys": [],
730
+ "queryParameterKeys": [
731
+ "$.xgafv",
732
+ "access_token",
733
+ "alt",
734
+ "callback",
735
+ "fields",
736
+ "key",
737
+ "oauth_token",
738
+ "prettyPrint",
739
+ "quotaUser",
740
+ "upload_protocol",
741
+ "uploadType",
742
+ "volumeId",
743
+ "reason",
744
+ "source"
745
+ ]
746
+ },
747
+ "mylibrary.bookshelves.volumes.list": {
748
+ "accessPath": [
749
+ "mylibraryBookshelvesVolumesList"
750
+ ],
751
+ "bodyKind": "none",
752
+ "bodyPropertyKeys": [],
753
+ "contentType": "application/json",
754
+ "headerParameterKeys": [],
755
+ "method": "GET",
756
+ "routeTemplate": "/books/v1/mylibrary/bookshelves/{shelf}/volumes",
757
+ "pathConflictKeys": [],
758
+ "pathParameterKeys": [
759
+ "shelf"
760
+ ],
761
+ "queryConflictKeys": [],
762
+ "queryParameterKeys": [
763
+ "$.xgafv",
764
+ "access_token",
765
+ "alt",
766
+ "callback",
767
+ "fields",
768
+ "key",
769
+ "oauth_token",
770
+ "prettyPrint",
771
+ "quotaUser",
772
+ "upload_protocol",
773
+ "uploadType",
774
+ "country",
775
+ "maxResults",
776
+ "projection",
777
+ "q",
778
+ "showPreorders",
779
+ "source",
780
+ "startIndex"
781
+ ]
782
+ },
783
+ "mylibrary.readingpositions.get": {
784
+ "accessPath": [
785
+ "mylibraryReadingpositionsGet"
786
+ ],
787
+ "bodyKind": "none",
788
+ "bodyPropertyKeys": [],
789
+ "contentType": "application/json",
790
+ "headerParameterKeys": [],
791
+ "method": "GET",
792
+ "routeTemplate": "/books/v1/mylibrary/readingpositions/{volumeId}",
793
+ "pathConflictKeys": [],
794
+ "pathParameterKeys": [
795
+ "volumeId"
796
+ ],
797
+ "queryConflictKeys": [],
798
+ "queryParameterKeys": [
799
+ "$.xgafv",
800
+ "access_token",
801
+ "alt",
802
+ "callback",
803
+ "fields",
804
+ "key",
805
+ "oauth_token",
806
+ "prettyPrint",
807
+ "quotaUser",
808
+ "upload_protocol",
809
+ "uploadType",
810
+ "contentVersion",
811
+ "source"
812
+ ]
813
+ },
814
+ "mylibrary.readingpositions.setPosition": {
815
+ "accessPath": [
816
+ "mylibraryReadingpositionsSetPosition"
817
+ ],
818
+ "bodyKind": "none",
819
+ "bodyPropertyKeys": [],
820
+ "contentType": "application/json",
821
+ "headerParameterKeys": [],
822
+ "method": "POST",
823
+ "routeTemplate": "/books/v1/mylibrary/readingpositions/{volumeId}/setPosition",
824
+ "pathConflictKeys": [],
825
+ "pathParameterKeys": [
826
+ "volumeId"
827
+ ],
828
+ "queryConflictKeys": [],
829
+ "queryParameterKeys": [
830
+ "$.xgafv",
831
+ "access_token",
832
+ "alt",
833
+ "callback",
834
+ "fields",
835
+ "key",
836
+ "oauth_token",
837
+ "prettyPrint",
838
+ "quotaUser",
839
+ "upload_protocol",
840
+ "uploadType",
841
+ "position",
842
+ "timestamp",
843
+ "action",
844
+ "contentVersion",
845
+ "deviceCookie",
846
+ "source"
847
+ ]
848
+ },
849
+ "notification.get": {
850
+ "accessPath": [
851
+ "notificationGet"
852
+ ],
853
+ "bodyKind": "none",
854
+ "bodyPropertyKeys": [],
855
+ "contentType": "application/json",
856
+ "headerParameterKeys": [],
857
+ "method": "GET",
858
+ "routeTemplate": "/books/v1/notification/get",
859
+ "pathConflictKeys": [],
860
+ "pathParameterKeys": [],
861
+ "queryConflictKeys": [],
862
+ "queryParameterKeys": [
863
+ "$.xgafv",
864
+ "access_token",
865
+ "alt",
866
+ "callback",
867
+ "fields",
868
+ "key",
869
+ "oauth_token",
870
+ "prettyPrint",
871
+ "quotaUser",
872
+ "upload_protocol",
873
+ "uploadType",
874
+ "notification_id",
875
+ "locale",
876
+ "source"
877
+ ]
878
+ },
879
+ "onboarding.listCategories": {
880
+ "accessPath": [
881
+ "onboardingListCategories"
882
+ ],
883
+ "bodyKind": "none",
884
+ "bodyPropertyKeys": [],
885
+ "contentType": "application/json",
886
+ "headerParameterKeys": [],
887
+ "method": "GET",
888
+ "routeTemplate": "/books/v1/onboarding/listCategories",
889
+ "pathConflictKeys": [],
890
+ "pathParameterKeys": [],
891
+ "queryConflictKeys": [],
892
+ "queryParameterKeys": [
893
+ "$.xgafv",
894
+ "access_token",
895
+ "alt",
896
+ "callback",
897
+ "fields",
898
+ "key",
899
+ "oauth_token",
900
+ "prettyPrint",
901
+ "quotaUser",
902
+ "upload_protocol",
903
+ "uploadType",
904
+ "locale"
905
+ ]
906
+ },
907
+ "onboarding.listCategoryVolumes": {
908
+ "accessPath": [
909
+ "onboardingListCategoryVolumes"
910
+ ],
911
+ "bodyKind": "none",
912
+ "bodyPropertyKeys": [],
913
+ "contentType": "application/json",
914
+ "headerParameterKeys": [],
915
+ "method": "GET",
916
+ "routeTemplate": "/books/v1/onboarding/listCategoryVolumes",
917
+ "pathConflictKeys": [],
918
+ "pathParameterKeys": [],
919
+ "queryConflictKeys": [],
920
+ "queryParameterKeys": [
921
+ "$.xgafv",
922
+ "access_token",
923
+ "alt",
924
+ "callback",
925
+ "fields",
926
+ "key",
927
+ "oauth_token",
928
+ "prettyPrint",
929
+ "quotaUser",
930
+ "upload_protocol",
931
+ "uploadType",
932
+ "categoryId",
933
+ "locale",
934
+ "maxAllowedMaturityRating",
935
+ "pageSize",
936
+ "pageToken"
937
+ ]
938
+ },
939
+ "personalizedstream.get": {
940
+ "accessPath": [
941
+ "personalizedstreamGet"
942
+ ],
943
+ "bodyKind": "none",
944
+ "bodyPropertyKeys": [],
945
+ "contentType": "application/json",
946
+ "headerParameterKeys": [],
947
+ "method": "GET",
948
+ "routeTemplate": "/books/v1/personalizedstream/get",
949
+ "pathConflictKeys": [],
950
+ "pathParameterKeys": [],
951
+ "queryConflictKeys": [],
952
+ "queryParameterKeys": [
953
+ "$.xgafv",
954
+ "access_token",
955
+ "alt",
956
+ "callback",
957
+ "fields",
958
+ "key",
959
+ "oauth_token",
960
+ "prettyPrint",
961
+ "quotaUser",
962
+ "upload_protocol",
963
+ "uploadType",
964
+ "locale",
965
+ "maxAllowedMaturityRating",
966
+ "source"
967
+ ]
968
+ },
969
+ "promooffer.accept": {
970
+ "accessPath": [
971
+ "promoofferAccept"
972
+ ],
973
+ "bodyKind": "none",
974
+ "bodyPropertyKeys": [],
975
+ "contentType": "application/json",
976
+ "headerParameterKeys": [],
977
+ "method": "POST",
978
+ "routeTemplate": "/books/v1/promooffer/accept",
979
+ "pathConflictKeys": [],
980
+ "pathParameterKeys": [],
981
+ "queryConflictKeys": [],
982
+ "queryParameterKeys": [
983
+ "$.xgafv",
984
+ "access_token",
985
+ "alt",
986
+ "callback",
987
+ "fields",
988
+ "key",
989
+ "oauth_token",
990
+ "prettyPrint",
991
+ "quotaUser",
992
+ "upload_protocol",
993
+ "uploadType",
994
+ "androidId",
995
+ "device",
996
+ "manufacturer",
997
+ "model",
998
+ "offerId",
999
+ "product",
1000
+ "serial",
1001
+ "volumeId"
1002
+ ]
1003
+ },
1004
+ "promooffer.dismiss": {
1005
+ "accessPath": [
1006
+ "promoofferDismiss"
1007
+ ],
1008
+ "bodyKind": "none",
1009
+ "bodyPropertyKeys": [],
1010
+ "contentType": "application/json",
1011
+ "headerParameterKeys": [],
1012
+ "method": "POST",
1013
+ "routeTemplate": "/books/v1/promooffer/dismiss",
1014
+ "pathConflictKeys": [],
1015
+ "pathParameterKeys": [],
1016
+ "queryConflictKeys": [],
1017
+ "queryParameterKeys": [
1018
+ "$.xgafv",
1019
+ "access_token",
1020
+ "alt",
1021
+ "callback",
1022
+ "fields",
1023
+ "key",
1024
+ "oauth_token",
1025
+ "prettyPrint",
1026
+ "quotaUser",
1027
+ "upload_protocol",
1028
+ "uploadType",
1029
+ "androidId",
1030
+ "device",
1031
+ "manufacturer",
1032
+ "model",
1033
+ "offerId",
1034
+ "product",
1035
+ "serial"
1036
+ ]
1037
+ },
1038
+ "promooffer.get": {
1039
+ "accessPath": [
1040
+ "promoofferGet"
1041
+ ],
1042
+ "bodyKind": "none",
1043
+ "bodyPropertyKeys": [],
1044
+ "contentType": "application/json",
1045
+ "headerParameterKeys": [],
1046
+ "method": "GET",
1047
+ "routeTemplate": "/books/v1/promooffer/get",
1048
+ "pathConflictKeys": [],
1049
+ "pathParameterKeys": [],
1050
+ "queryConflictKeys": [],
1051
+ "queryParameterKeys": [
1052
+ "$.xgafv",
1053
+ "access_token",
1054
+ "alt",
1055
+ "callback",
1056
+ "fields",
1057
+ "key",
1058
+ "oauth_token",
1059
+ "prettyPrint",
1060
+ "quotaUser",
1061
+ "upload_protocol",
1062
+ "uploadType",
1063
+ "androidId",
1064
+ "device",
1065
+ "manufacturer",
1066
+ "model",
1067
+ "product",
1068
+ "serial"
1069
+ ]
1070
+ },
1071
+ "series.get": {
1072
+ "accessPath": [
1073
+ "seriesGet"
1074
+ ],
1075
+ "bodyKind": "none",
1076
+ "bodyPropertyKeys": [],
1077
+ "contentType": "application/json",
1078
+ "headerParameterKeys": [],
1079
+ "method": "GET",
1080
+ "routeTemplate": "/books/v1/series/get",
1081
+ "pathConflictKeys": [],
1082
+ "pathParameterKeys": [],
1083
+ "queryConflictKeys": [],
1084
+ "queryParameterKeys": [
1085
+ "$.xgafv",
1086
+ "access_token",
1087
+ "alt",
1088
+ "callback",
1089
+ "fields",
1090
+ "key",
1091
+ "oauth_token",
1092
+ "prettyPrint",
1093
+ "quotaUser",
1094
+ "upload_protocol",
1095
+ "uploadType",
1096
+ "series_id"
1097
+ ]
1098
+ },
1099
+ "series.membership.get": {
1100
+ "accessPath": [
1101
+ "seriesMembershipGet"
1102
+ ],
1103
+ "bodyKind": "none",
1104
+ "bodyPropertyKeys": [],
1105
+ "contentType": "application/json",
1106
+ "headerParameterKeys": [],
1107
+ "method": "GET",
1108
+ "routeTemplate": "/books/v1/series/membership/get",
1109
+ "pathConflictKeys": [],
1110
+ "pathParameterKeys": [],
1111
+ "queryConflictKeys": [],
1112
+ "queryParameterKeys": [
1113
+ "$.xgafv",
1114
+ "access_token",
1115
+ "alt",
1116
+ "callback",
1117
+ "fields",
1118
+ "key",
1119
+ "oauth_token",
1120
+ "prettyPrint",
1121
+ "quotaUser",
1122
+ "upload_protocol",
1123
+ "uploadType",
1124
+ "series_id",
1125
+ "page_size",
1126
+ "page_token"
1127
+ ]
1128
+ },
1129
+ "bookshelves.list": {
1130
+ "accessPath": [
1131
+ "bookshelvesList"
1132
+ ],
1133
+ "bodyKind": "none",
1134
+ "bodyPropertyKeys": [],
1135
+ "contentType": "application/json",
1136
+ "headerParameterKeys": [],
1137
+ "method": "GET",
1138
+ "routeTemplate": "/books/v1/users/{userId}/bookshelves",
1139
+ "pathConflictKeys": [],
1140
+ "pathParameterKeys": [
1141
+ "userId"
1142
+ ],
1143
+ "queryConflictKeys": [],
1144
+ "queryParameterKeys": [
1145
+ "$.xgafv",
1146
+ "access_token",
1147
+ "alt",
1148
+ "callback",
1149
+ "fields",
1150
+ "key",
1151
+ "oauth_token",
1152
+ "prettyPrint",
1153
+ "quotaUser",
1154
+ "upload_protocol",
1155
+ "uploadType",
1156
+ "source"
1157
+ ]
1158
+ },
1159
+ "bookshelves.get": {
1160
+ "accessPath": [
1161
+ "bookshelvesGet"
1162
+ ],
1163
+ "bodyKind": "none",
1164
+ "bodyPropertyKeys": [],
1165
+ "contentType": "application/json",
1166
+ "headerParameterKeys": [],
1167
+ "method": "GET",
1168
+ "routeTemplate": "/books/v1/users/{userId}/bookshelves/{shelf}",
1169
+ "pathConflictKeys": [],
1170
+ "pathParameterKeys": [
1171
+ "userId",
1172
+ "shelf"
1173
+ ],
1174
+ "queryConflictKeys": [],
1175
+ "queryParameterKeys": [
1176
+ "$.xgafv",
1177
+ "access_token",
1178
+ "alt",
1179
+ "callback",
1180
+ "fields",
1181
+ "key",
1182
+ "oauth_token",
1183
+ "prettyPrint",
1184
+ "quotaUser",
1185
+ "upload_protocol",
1186
+ "uploadType",
1187
+ "source"
1188
+ ]
1189
+ },
1190
+ "bookshelves.volumes.list": {
1191
+ "accessPath": [
1192
+ "bookshelvesVolumesList"
1193
+ ],
1194
+ "bodyKind": "none",
1195
+ "bodyPropertyKeys": [],
1196
+ "contentType": "application/json",
1197
+ "headerParameterKeys": [],
1198
+ "method": "GET",
1199
+ "routeTemplate": "/books/v1/users/{userId}/bookshelves/{shelf}/volumes",
1200
+ "pathConflictKeys": [],
1201
+ "pathParameterKeys": [
1202
+ "userId",
1203
+ "shelf"
1204
+ ],
1205
+ "queryConflictKeys": [],
1206
+ "queryParameterKeys": [
1207
+ "$.xgafv",
1208
+ "access_token",
1209
+ "alt",
1210
+ "callback",
1211
+ "fields",
1212
+ "key",
1213
+ "oauth_token",
1214
+ "prettyPrint",
1215
+ "quotaUser",
1216
+ "upload_protocol",
1217
+ "uploadType",
1218
+ "maxResults",
1219
+ "showPreorders",
1220
+ "source",
1221
+ "startIndex"
1222
+ ]
1223
+ },
1224
+ "volumes.list": {
1225
+ "accessPath": [
1226
+ "volumesList"
1227
+ ],
1228
+ "bodyKind": "none",
1229
+ "bodyPropertyKeys": [],
1230
+ "contentType": "application/json",
1231
+ "headerParameterKeys": [],
1232
+ "method": "GET",
1233
+ "routeTemplate": "/books/v1/volumes",
1234
+ "pathConflictKeys": [],
1235
+ "pathParameterKeys": [],
1236
+ "queryConflictKeys": [],
1237
+ "queryParameterKeys": [
1238
+ "$.xgafv",
1239
+ "access_token",
1240
+ "alt",
1241
+ "callback",
1242
+ "fields",
1243
+ "key",
1244
+ "oauth_token",
1245
+ "prettyPrint",
1246
+ "quotaUser",
1247
+ "upload_protocol",
1248
+ "uploadType",
1249
+ "q",
1250
+ "download",
1251
+ "filter",
1252
+ "langRestrict",
1253
+ "libraryRestrict",
1254
+ "maxAllowedMaturityRating",
1255
+ "maxResults",
1256
+ "orderBy",
1257
+ "partner",
1258
+ "printType",
1259
+ "projection",
1260
+ "showPreorders",
1261
+ "source",
1262
+ "startIndex"
1263
+ ]
1264
+ },
1265
+ "volumes.mybooks.list": {
1266
+ "accessPath": [
1267
+ "volumesMybooksList"
1268
+ ],
1269
+ "bodyKind": "none",
1270
+ "bodyPropertyKeys": [],
1271
+ "contentType": "application/json",
1272
+ "headerParameterKeys": [],
1273
+ "method": "GET",
1274
+ "routeTemplate": "/books/v1/volumes/mybooks",
1275
+ "pathConflictKeys": [],
1276
+ "pathParameterKeys": [],
1277
+ "queryConflictKeys": [],
1278
+ "queryParameterKeys": [
1279
+ "$.xgafv",
1280
+ "access_token",
1281
+ "alt",
1282
+ "callback",
1283
+ "fields",
1284
+ "key",
1285
+ "oauth_token",
1286
+ "prettyPrint",
1287
+ "quotaUser",
1288
+ "upload_protocol",
1289
+ "uploadType",
1290
+ "acquireMethod",
1291
+ "country",
1292
+ "locale",
1293
+ "maxResults",
1294
+ "processingState",
1295
+ "source",
1296
+ "startIndex"
1297
+ ]
1298
+ },
1299
+ "volumes.recommended.list": {
1300
+ "accessPath": [
1301
+ "volumesRecommendedList"
1302
+ ],
1303
+ "bodyKind": "none",
1304
+ "bodyPropertyKeys": [],
1305
+ "contentType": "application/json",
1306
+ "headerParameterKeys": [],
1307
+ "method": "GET",
1308
+ "routeTemplate": "/books/v1/volumes/recommended",
1309
+ "pathConflictKeys": [],
1310
+ "pathParameterKeys": [],
1311
+ "queryConflictKeys": [],
1312
+ "queryParameterKeys": [
1313
+ "$.xgafv",
1314
+ "access_token",
1315
+ "alt",
1316
+ "callback",
1317
+ "fields",
1318
+ "key",
1319
+ "oauth_token",
1320
+ "prettyPrint",
1321
+ "quotaUser",
1322
+ "upload_protocol",
1323
+ "uploadType",
1324
+ "locale",
1325
+ "maxAllowedMaturityRating",
1326
+ "source"
1327
+ ]
1328
+ },
1329
+ "volumes.recommended.rate": {
1330
+ "accessPath": [
1331
+ "volumesRecommendedRate"
1332
+ ],
1333
+ "bodyKind": "none",
1334
+ "bodyPropertyKeys": [],
1335
+ "contentType": "application/json",
1336
+ "headerParameterKeys": [],
1337
+ "method": "POST",
1338
+ "routeTemplate": "/books/v1/volumes/recommended/rate",
1339
+ "pathConflictKeys": [],
1340
+ "pathParameterKeys": [],
1341
+ "queryConflictKeys": [],
1342
+ "queryParameterKeys": [
1343
+ "$.xgafv",
1344
+ "access_token",
1345
+ "alt",
1346
+ "callback",
1347
+ "fields",
1348
+ "key",
1349
+ "oauth_token",
1350
+ "prettyPrint",
1351
+ "quotaUser",
1352
+ "upload_protocol",
1353
+ "uploadType",
1354
+ "rating",
1355
+ "volumeId",
1356
+ "locale",
1357
+ "source"
1358
+ ]
1359
+ },
1360
+ "volumes.useruploaded.list": {
1361
+ "accessPath": [
1362
+ "volumesUseruploadedList"
1363
+ ],
1364
+ "bodyKind": "none",
1365
+ "bodyPropertyKeys": [],
1366
+ "contentType": "application/json",
1367
+ "headerParameterKeys": [],
1368
+ "method": "GET",
1369
+ "routeTemplate": "/books/v1/volumes/useruploaded",
1370
+ "pathConflictKeys": [],
1371
+ "pathParameterKeys": [],
1372
+ "queryConflictKeys": [],
1373
+ "queryParameterKeys": [
1374
+ "$.xgafv",
1375
+ "access_token",
1376
+ "alt",
1377
+ "callback",
1378
+ "fields",
1379
+ "key",
1380
+ "oauth_token",
1381
+ "prettyPrint",
1382
+ "quotaUser",
1383
+ "upload_protocol",
1384
+ "uploadType",
1385
+ "locale",
1386
+ "maxResults",
1387
+ "processingState",
1388
+ "source",
1389
+ "startIndex",
1390
+ "volumeId"
1391
+ ]
1392
+ },
1393
+ "volumes.get": {
1394
+ "accessPath": [
1395
+ "volumesGet"
1396
+ ],
1397
+ "bodyKind": "none",
1398
+ "bodyPropertyKeys": [],
1399
+ "contentType": "application/json",
1400
+ "headerParameterKeys": [],
1401
+ "method": "GET",
1402
+ "routeTemplate": "/books/v1/volumes/{volumeId}",
1403
+ "pathConflictKeys": [],
1404
+ "pathParameterKeys": [
1405
+ "volumeId"
1406
+ ],
1407
+ "queryConflictKeys": [],
1408
+ "queryParameterKeys": [
1409
+ "$.xgafv",
1410
+ "access_token",
1411
+ "alt",
1412
+ "callback",
1413
+ "fields",
1414
+ "key",
1415
+ "oauth_token",
1416
+ "prettyPrint",
1417
+ "quotaUser",
1418
+ "upload_protocol",
1419
+ "uploadType",
1420
+ "country",
1421
+ "includeNonComicsSeries",
1422
+ "partner",
1423
+ "projection",
1424
+ "source",
1425
+ "user_library_consistent_read"
1426
+ ]
1427
+ },
1428
+ "volumes.associated.list": {
1429
+ "accessPath": [
1430
+ "volumesAssociatedList"
1431
+ ],
1432
+ "bodyKind": "none",
1433
+ "bodyPropertyKeys": [],
1434
+ "contentType": "application/json",
1435
+ "headerParameterKeys": [],
1436
+ "method": "GET",
1437
+ "routeTemplate": "/books/v1/volumes/{volumeId}/associated",
1438
+ "pathConflictKeys": [],
1439
+ "pathParameterKeys": [
1440
+ "volumeId"
1441
+ ],
1442
+ "queryConflictKeys": [],
1443
+ "queryParameterKeys": [
1444
+ "$.xgafv",
1445
+ "access_token",
1446
+ "alt",
1447
+ "callback",
1448
+ "fields",
1449
+ "key",
1450
+ "oauth_token",
1451
+ "prettyPrint",
1452
+ "quotaUser",
1453
+ "upload_protocol",
1454
+ "uploadType",
1455
+ "association",
1456
+ "locale",
1457
+ "maxAllowedMaturityRating",
1458
+ "source"
1459
+ ]
1460
+ },
1461
+ "layers.volumeAnnotations.list": {
1462
+ "accessPath": [
1463
+ "layersVolumeAnnotationsList"
1464
+ ],
1465
+ "bodyKind": "none",
1466
+ "bodyPropertyKeys": [],
1467
+ "contentType": "application/json",
1468
+ "headerParameterKeys": [],
1469
+ "method": "GET",
1470
+ "routeTemplate": "/books/v1/volumes/{volumeId}/layers/{layerId}",
1471
+ "pathConflictKeys": [],
1472
+ "pathParameterKeys": [
1473
+ "volumeId",
1474
+ "layerId"
1475
+ ],
1476
+ "queryConflictKeys": [],
1477
+ "queryParameterKeys": [
1478
+ "$.xgafv",
1479
+ "access_token",
1480
+ "alt",
1481
+ "callback",
1482
+ "fields",
1483
+ "key",
1484
+ "oauth_token",
1485
+ "prettyPrint",
1486
+ "quotaUser",
1487
+ "upload_protocol",
1488
+ "uploadType",
1489
+ "contentVersion",
1490
+ "endOffset",
1491
+ "endPosition",
1492
+ "locale",
1493
+ "maxResults",
1494
+ "pageToken",
1495
+ "showDeleted",
1496
+ "source",
1497
+ "startOffset",
1498
+ "startPosition",
1499
+ "updatedMax",
1500
+ "updatedMin",
1501
+ "volumeAnnotationsVersion"
1502
+ ]
1503
+ },
1504
+ "layers.volumeAnnotations.get": {
1505
+ "accessPath": [
1506
+ "layersVolumeAnnotationsGet"
1507
+ ],
1508
+ "bodyKind": "none",
1509
+ "bodyPropertyKeys": [],
1510
+ "contentType": "application/json",
1511
+ "headerParameterKeys": [],
1512
+ "method": "GET",
1513
+ "routeTemplate": "/books/v1/volumes/{volumeId}/layers/{layerId}/annotations/{annotationId}",
1514
+ "pathConflictKeys": [],
1515
+ "pathParameterKeys": [
1516
+ "volumeId",
1517
+ "layerId",
1518
+ "annotationId"
1519
+ ],
1520
+ "queryConflictKeys": [],
1521
+ "queryParameterKeys": [
1522
+ "$.xgafv",
1523
+ "access_token",
1524
+ "alt",
1525
+ "callback",
1526
+ "fields",
1527
+ "key",
1528
+ "oauth_token",
1529
+ "prettyPrint",
1530
+ "quotaUser",
1531
+ "upload_protocol",
1532
+ "uploadType",
1533
+ "locale",
1534
+ "source"
1535
+ ]
1536
+ },
1537
+ "layers.annotationData.list": {
1538
+ "accessPath": [
1539
+ "layersAnnotationDataList"
1540
+ ],
1541
+ "bodyKind": "none",
1542
+ "bodyPropertyKeys": [],
1543
+ "contentType": "application/json",
1544
+ "headerParameterKeys": [],
1545
+ "method": "GET",
1546
+ "routeTemplate": "/books/v1/volumes/{volumeId}/layers/{layerId}/data",
1547
+ "pathConflictKeys": [],
1548
+ "pathParameterKeys": [
1549
+ "volumeId",
1550
+ "layerId"
1551
+ ],
1552
+ "queryConflictKeys": [],
1553
+ "queryParameterKeys": [
1554
+ "$.xgafv",
1555
+ "access_token",
1556
+ "alt",
1557
+ "callback",
1558
+ "fields",
1559
+ "key",
1560
+ "oauth_token",
1561
+ "prettyPrint",
1562
+ "quotaUser",
1563
+ "upload_protocol",
1564
+ "uploadType",
1565
+ "contentVersion",
1566
+ "annotationDataId",
1567
+ "h",
1568
+ "locale",
1569
+ "maxResults",
1570
+ "pageToken",
1571
+ "scale",
1572
+ "source",
1573
+ "updatedMax",
1574
+ "updatedMin",
1575
+ "w"
1576
+ ]
1577
+ },
1578
+ "layers.annotationData.get": {
1579
+ "accessPath": [
1580
+ "layersAnnotationDataGet"
1581
+ ],
1582
+ "bodyKind": "none",
1583
+ "bodyPropertyKeys": [],
1584
+ "contentType": "application/json",
1585
+ "headerParameterKeys": [],
1586
+ "method": "GET",
1587
+ "routeTemplate": "/books/v1/volumes/{volumeId}/layers/{layerId}/data/{annotationDataId}",
1588
+ "pathConflictKeys": [],
1589
+ "pathParameterKeys": [
1590
+ "volumeId",
1591
+ "layerId",
1592
+ "annotationDataId"
1593
+ ],
1594
+ "queryConflictKeys": [],
1595
+ "queryParameterKeys": [
1596
+ "$.xgafv",
1597
+ "access_token",
1598
+ "alt",
1599
+ "callback",
1600
+ "fields",
1601
+ "key",
1602
+ "oauth_token",
1603
+ "prettyPrint",
1604
+ "quotaUser",
1605
+ "upload_protocol",
1606
+ "uploadType",
1607
+ "contentVersion",
1608
+ "allowWebDefinitions",
1609
+ "h",
1610
+ "locale",
1611
+ "scale",
1612
+ "source",
1613
+ "w"
1614
+ ]
1615
+ },
1616
+ "layers.list": {
1617
+ "accessPath": [
1618
+ "layersList"
1619
+ ],
1620
+ "bodyKind": "none",
1621
+ "bodyPropertyKeys": [],
1622
+ "contentType": "application/json",
1623
+ "headerParameterKeys": [],
1624
+ "method": "GET",
1625
+ "routeTemplate": "/books/v1/volumes/{volumeId}/layersummary",
1626
+ "pathConflictKeys": [],
1627
+ "pathParameterKeys": [
1628
+ "volumeId"
1629
+ ],
1630
+ "queryConflictKeys": [],
1631
+ "queryParameterKeys": [
1632
+ "$.xgafv",
1633
+ "access_token",
1634
+ "alt",
1635
+ "callback",
1636
+ "fields",
1637
+ "key",
1638
+ "oauth_token",
1639
+ "prettyPrint",
1640
+ "quotaUser",
1641
+ "upload_protocol",
1642
+ "uploadType",
1643
+ "contentVersion",
1644
+ "maxResults",
1645
+ "pageToken",
1646
+ "source"
1647
+ ]
1648
+ },
1649
+ "layers.get": {
1650
+ "accessPath": [
1651
+ "layersGet"
1652
+ ],
1653
+ "bodyKind": "none",
1654
+ "bodyPropertyKeys": [],
1655
+ "contentType": "application/json",
1656
+ "headerParameterKeys": [],
1657
+ "method": "GET",
1658
+ "routeTemplate": "/books/v1/volumes/{volumeId}/layersummary/{summaryId}",
1659
+ "pathConflictKeys": [],
1660
+ "pathParameterKeys": [
1661
+ "volumeId",
1662
+ "summaryId"
1663
+ ],
1664
+ "queryConflictKeys": [],
1665
+ "queryParameterKeys": [
1666
+ "$.xgafv",
1667
+ "access_token",
1668
+ "alt",
1669
+ "callback",
1670
+ "fields",
1671
+ "key",
1672
+ "oauth_token",
1673
+ "prettyPrint",
1674
+ "quotaUser",
1675
+ "upload_protocol",
1676
+ "uploadType",
1677
+ "contentVersion",
1678
+ "source"
1679
+ ]
1680
+ }
1681
+ } satisfies ToolRuntimeMetadataMap;