@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,2716 @@
1
+ import type { ToolRuntimeMetadataMap } from "../../client.js";
2
+
3
+ export const toolMetadata = {
4
+ "abuseReports.insert": {
5
+ "accessPath": [
6
+ "abuseReportsInsert"
7
+ ],
8
+ "bodyKind": "properties",
9
+ "bodyPropertyKeys": [
10
+ "abuseTypes",
11
+ "description",
12
+ "relatedEntities",
13
+ "subject"
14
+ ],
15
+ "contentType": "application/json",
16
+ "headerParameterKeys": [],
17
+ "method": "POST",
18
+ "routeTemplate": "/youtube/v3/abuseReports",
19
+ "pathConflictKeys": [],
20
+ "pathParameterKeys": [],
21
+ "queryConflictKeys": [],
22
+ "queryParameterKeys": [
23
+ "$.xgafv",
24
+ "access_token",
25
+ "alt",
26
+ "callback",
27
+ "fields",
28
+ "key",
29
+ "oauth_token",
30
+ "prettyPrint",
31
+ "quotaUser",
32
+ "upload_protocol",
33
+ "uploadType",
34
+ "part"
35
+ ]
36
+ },
37
+ "activities.list": {
38
+ "accessPath": [
39
+ "activitiesList"
40
+ ],
41
+ "bodyKind": "none",
42
+ "bodyPropertyKeys": [],
43
+ "contentType": "application/json",
44
+ "headerParameterKeys": [],
45
+ "method": "GET",
46
+ "routeTemplate": "/youtube/v3/activities",
47
+ "pathConflictKeys": [],
48
+ "pathParameterKeys": [],
49
+ "queryConflictKeys": [],
50
+ "queryParameterKeys": [
51
+ "$.xgafv",
52
+ "access_token",
53
+ "alt",
54
+ "callback",
55
+ "fields",
56
+ "key",
57
+ "oauth_token",
58
+ "prettyPrint",
59
+ "quotaUser",
60
+ "upload_protocol",
61
+ "uploadType",
62
+ "part",
63
+ "channelId",
64
+ "home",
65
+ "maxResults",
66
+ "mine",
67
+ "pageToken",
68
+ "publishedAfter",
69
+ "publishedBefore",
70
+ "regionCode"
71
+ ]
72
+ },
73
+ "captions.delete": {
74
+ "accessPath": [
75
+ "captionsDelete"
76
+ ],
77
+ "bodyKind": "none",
78
+ "bodyPropertyKeys": [],
79
+ "contentType": "application/json",
80
+ "headerParameterKeys": [],
81
+ "method": "DELETE",
82
+ "routeTemplate": "/youtube/v3/captions",
83
+ "pathConflictKeys": [],
84
+ "pathParameterKeys": [],
85
+ "queryConflictKeys": [],
86
+ "queryParameterKeys": [
87
+ "$.xgafv",
88
+ "access_token",
89
+ "alt",
90
+ "callback",
91
+ "fields",
92
+ "key",
93
+ "oauth_token",
94
+ "prettyPrint",
95
+ "quotaUser",
96
+ "upload_protocol",
97
+ "uploadType",
98
+ "id",
99
+ "onBehalfOf",
100
+ "onBehalfOfContentOwner"
101
+ ]
102
+ },
103
+ "captions.list": {
104
+ "accessPath": [
105
+ "captionsList"
106
+ ],
107
+ "bodyKind": "none",
108
+ "bodyPropertyKeys": [],
109
+ "contentType": "application/json",
110
+ "headerParameterKeys": [],
111
+ "method": "GET",
112
+ "routeTemplate": "/youtube/v3/captions",
113
+ "pathConflictKeys": [],
114
+ "pathParameterKeys": [],
115
+ "queryConflictKeys": [],
116
+ "queryParameterKeys": [
117
+ "$.xgafv",
118
+ "access_token",
119
+ "alt",
120
+ "callback",
121
+ "fields",
122
+ "key",
123
+ "oauth_token",
124
+ "prettyPrint",
125
+ "quotaUser",
126
+ "upload_protocol",
127
+ "uploadType",
128
+ "part",
129
+ "videoId",
130
+ "id",
131
+ "onBehalfOf",
132
+ "onBehalfOfContentOwner"
133
+ ]
134
+ },
135
+ "captions.insert": {
136
+ "accessPath": [
137
+ "captionsInsert"
138
+ ],
139
+ "bodyKind": "properties",
140
+ "bodyPropertyKeys": [
141
+ "etag",
142
+ "id",
143
+ "kind",
144
+ "snippet"
145
+ ],
146
+ "contentType": "application/json",
147
+ "headerParameterKeys": [],
148
+ "method": "POST",
149
+ "routeTemplate": "/youtube/v3/captions",
150
+ "pathConflictKeys": [],
151
+ "pathParameterKeys": [],
152
+ "queryConflictKeys": [],
153
+ "queryParameterKeys": [
154
+ "$.xgafv",
155
+ "access_token",
156
+ "alt",
157
+ "callback",
158
+ "fields",
159
+ "key",
160
+ "oauth_token",
161
+ "prettyPrint",
162
+ "quotaUser",
163
+ "upload_protocol",
164
+ "uploadType",
165
+ "part",
166
+ "onBehalfOf",
167
+ "onBehalfOfContentOwner",
168
+ "sync"
169
+ ]
170
+ },
171
+ "captions.update": {
172
+ "accessPath": [
173
+ "captionsUpdate"
174
+ ],
175
+ "bodyKind": "properties",
176
+ "bodyPropertyKeys": [
177
+ "etag",
178
+ "id",
179
+ "kind",
180
+ "snippet"
181
+ ],
182
+ "contentType": "application/json",
183
+ "headerParameterKeys": [],
184
+ "method": "PUT",
185
+ "routeTemplate": "/youtube/v3/captions",
186
+ "pathConflictKeys": [],
187
+ "pathParameterKeys": [],
188
+ "queryConflictKeys": [],
189
+ "queryParameterKeys": [
190
+ "$.xgafv",
191
+ "access_token",
192
+ "alt",
193
+ "callback",
194
+ "fields",
195
+ "key",
196
+ "oauth_token",
197
+ "prettyPrint",
198
+ "quotaUser",
199
+ "upload_protocol",
200
+ "uploadType",
201
+ "part",
202
+ "onBehalfOf",
203
+ "onBehalfOfContentOwner",
204
+ "sync"
205
+ ]
206
+ },
207
+ "captions.download": {
208
+ "accessPath": [
209
+ "captionsDownload"
210
+ ],
211
+ "bodyKind": "none",
212
+ "bodyPropertyKeys": [],
213
+ "contentType": "application/json",
214
+ "headerParameterKeys": [],
215
+ "method": "GET",
216
+ "routeTemplate": "/youtube/v3/captions/{id}",
217
+ "pathConflictKeys": [],
218
+ "pathParameterKeys": [
219
+ "id"
220
+ ],
221
+ "queryConflictKeys": [],
222
+ "queryParameterKeys": [
223
+ "$.xgafv",
224
+ "access_token",
225
+ "alt",
226
+ "callback",
227
+ "fields",
228
+ "key",
229
+ "oauth_token",
230
+ "prettyPrint",
231
+ "quotaUser",
232
+ "upload_protocol",
233
+ "uploadType",
234
+ "onBehalfOf",
235
+ "onBehalfOfContentOwner",
236
+ "tfmt",
237
+ "tlang"
238
+ ]
239
+ },
240
+ "channelBanners.insert": {
241
+ "accessPath": [
242
+ "channelBannersInsert"
243
+ ],
244
+ "bodyKind": "properties",
245
+ "bodyPropertyKeys": [
246
+ "etag",
247
+ "kind",
248
+ "url"
249
+ ],
250
+ "contentType": "application/json",
251
+ "headerParameterKeys": [],
252
+ "method": "POST",
253
+ "routeTemplate": "/youtube/v3/channelBanners/insert",
254
+ "pathConflictKeys": [],
255
+ "pathParameterKeys": [],
256
+ "queryConflictKeys": [],
257
+ "queryParameterKeys": [
258
+ "$.xgafv",
259
+ "access_token",
260
+ "alt",
261
+ "callback",
262
+ "fields",
263
+ "key",
264
+ "oauth_token",
265
+ "prettyPrint",
266
+ "quotaUser",
267
+ "upload_protocol",
268
+ "uploadType",
269
+ "channelId",
270
+ "onBehalfOfContentOwner",
271
+ "onBehalfOfContentOwnerChannel"
272
+ ]
273
+ },
274
+ "channelSections.delete": {
275
+ "accessPath": [
276
+ "channelSectionsDelete"
277
+ ],
278
+ "bodyKind": "none",
279
+ "bodyPropertyKeys": [],
280
+ "contentType": "application/json",
281
+ "headerParameterKeys": [],
282
+ "method": "DELETE",
283
+ "routeTemplate": "/youtube/v3/channelSections",
284
+ "pathConflictKeys": [],
285
+ "pathParameterKeys": [],
286
+ "queryConflictKeys": [],
287
+ "queryParameterKeys": [
288
+ "$.xgafv",
289
+ "access_token",
290
+ "alt",
291
+ "callback",
292
+ "fields",
293
+ "key",
294
+ "oauth_token",
295
+ "prettyPrint",
296
+ "quotaUser",
297
+ "upload_protocol",
298
+ "uploadType",
299
+ "id",
300
+ "onBehalfOfContentOwner"
301
+ ]
302
+ },
303
+ "channelSections.list": {
304
+ "accessPath": [
305
+ "channelSectionsList"
306
+ ],
307
+ "bodyKind": "none",
308
+ "bodyPropertyKeys": [],
309
+ "contentType": "application/json",
310
+ "headerParameterKeys": [],
311
+ "method": "GET",
312
+ "routeTemplate": "/youtube/v3/channelSections",
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
+ "part",
329
+ "channelId",
330
+ "hl",
331
+ "id",
332
+ "mine",
333
+ "onBehalfOfContentOwner"
334
+ ]
335
+ },
336
+ "channelSections.insert": {
337
+ "accessPath": [
338
+ "channelSectionsInsert"
339
+ ],
340
+ "bodyKind": "properties",
341
+ "bodyPropertyKeys": [
342
+ "contentDetails",
343
+ "etag",
344
+ "id",
345
+ "kind",
346
+ "localizations",
347
+ "snippet",
348
+ "targeting"
349
+ ],
350
+ "contentType": "application/json",
351
+ "headerParameterKeys": [],
352
+ "method": "POST",
353
+ "routeTemplate": "/youtube/v3/channelSections",
354
+ "pathConflictKeys": [],
355
+ "pathParameterKeys": [],
356
+ "queryConflictKeys": [],
357
+ "queryParameterKeys": [
358
+ "$.xgafv",
359
+ "access_token",
360
+ "alt",
361
+ "callback",
362
+ "fields",
363
+ "key",
364
+ "oauth_token",
365
+ "prettyPrint",
366
+ "quotaUser",
367
+ "upload_protocol",
368
+ "uploadType",
369
+ "part",
370
+ "onBehalfOfContentOwner",
371
+ "onBehalfOfContentOwnerChannel"
372
+ ]
373
+ },
374
+ "channelSections.update": {
375
+ "accessPath": [
376
+ "channelSectionsUpdate"
377
+ ],
378
+ "bodyKind": "properties",
379
+ "bodyPropertyKeys": [
380
+ "contentDetails",
381
+ "etag",
382
+ "id",
383
+ "kind",
384
+ "localizations",
385
+ "snippet",
386
+ "targeting"
387
+ ],
388
+ "contentType": "application/json",
389
+ "headerParameterKeys": [],
390
+ "method": "PUT",
391
+ "routeTemplate": "/youtube/v3/channelSections",
392
+ "pathConflictKeys": [],
393
+ "pathParameterKeys": [],
394
+ "queryConflictKeys": [],
395
+ "queryParameterKeys": [
396
+ "$.xgafv",
397
+ "access_token",
398
+ "alt",
399
+ "callback",
400
+ "fields",
401
+ "key",
402
+ "oauth_token",
403
+ "prettyPrint",
404
+ "quotaUser",
405
+ "upload_protocol",
406
+ "uploadType",
407
+ "part",
408
+ "onBehalfOfContentOwner"
409
+ ]
410
+ },
411
+ "channels.list": {
412
+ "accessPath": [
413
+ "channelsList"
414
+ ],
415
+ "bodyKind": "none",
416
+ "bodyPropertyKeys": [],
417
+ "contentType": "application/json",
418
+ "headerParameterKeys": [],
419
+ "method": "GET",
420
+ "routeTemplate": "/youtube/v3/channels",
421
+ "pathConflictKeys": [],
422
+ "pathParameterKeys": [],
423
+ "queryConflictKeys": [],
424
+ "queryParameterKeys": [
425
+ "$.xgafv",
426
+ "access_token",
427
+ "alt",
428
+ "callback",
429
+ "fields",
430
+ "key",
431
+ "oauth_token",
432
+ "prettyPrint",
433
+ "quotaUser",
434
+ "upload_protocol",
435
+ "uploadType",
436
+ "part",
437
+ "categoryId",
438
+ "forHandle",
439
+ "forUsername",
440
+ "hl",
441
+ "id",
442
+ "managedByMe",
443
+ "maxResults",
444
+ "mine",
445
+ "mySubscribers",
446
+ "onBehalfOfContentOwner",
447
+ "pageToken"
448
+ ]
449
+ },
450
+ "channels.update": {
451
+ "accessPath": [
452
+ "channelsUpdate"
453
+ ],
454
+ "bodyKind": "properties",
455
+ "bodyPropertyKeys": [
456
+ "auditDetails",
457
+ "brandingSettings",
458
+ "contentDetails",
459
+ "contentOwnerDetails",
460
+ "conversionPings",
461
+ "etag",
462
+ "id",
463
+ "kind",
464
+ "localizations",
465
+ "snippet",
466
+ "statistics",
467
+ "status",
468
+ "topicDetails"
469
+ ],
470
+ "contentType": "application/json",
471
+ "headerParameterKeys": [],
472
+ "method": "PUT",
473
+ "routeTemplate": "/youtube/v3/channels",
474
+ "pathConflictKeys": [],
475
+ "pathParameterKeys": [],
476
+ "queryConflictKeys": [],
477
+ "queryParameterKeys": [
478
+ "$.xgafv",
479
+ "access_token",
480
+ "alt",
481
+ "callback",
482
+ "fields",
483
+ "key",
484
+ "oauth_token",
485
+ "prettyPrint",
486
+ "quotaUser",
487
+ "upload_protocol",
488
+ "uploadType",
489
+ "part",
490
+ "onBehalfOfContentOwner"
491
+ ]
492
+ },
493
+ "commentThreads.list": {
494
+ "accessPath": [
495
+ "commentThreadsList"
496
+ ],
497
+ "bodyKind": "none",
498
+ "bodyPropertyKeys": [],
499
+ "contentType": "application/json",
500
+ "headerParameterKeys": [],
501
+ "method": "GET",
502
+ "routeTemplate": "/youtube/v3/commentThreads",
503
+ "pathConflictKeys": [],
504
+ "pathParameterKeys": [],
505
+ "queryConflictKeys": [],
506
+ "queryParameterKeys": [
507
+ "$.xgafv",
508
+ "access_token",
509
+ "alt",
510
+ "callback",
511
+ "fields",
512
+ "key",
513
+ "oauth_token",
514
+ "prettyPrint",
515
+ "quotaUser",
516
+ "upload_protocol",
517
+ "uploadType",
518
+ "part",
519
+ "allThreadsRelatedToChannelId",
520
+ "channelId",
521
+ "id",
522
+ "maxResults",
523
+ "moderationStatus",
524
+ "order",
525
+ "pageToken",
526
+ "searchTerms",
527
+ "textFormat",
528
+ "videoId"
529
+ ]
530
+ },
531
+ "commentThreads.insert": {
532
+ "accessPath": [
533
+ "commentThreadsInsert"
534
+ ],
535
+ "bodyKind": "properties",
536
+ "bodyPropertyKeys": [
537
+ "etag",
538
+ "id",
539
+ "kind",
540
+ "replies",
541
+ "snippet"
542
+ ],
543
+ "contentType": "application/json",
544
+ "headerParameterKeys": [],
545
+ "method": "POST",
546
+ "routeTemplate": "/youtube/v3/commentThreads",
547
+ "pathConflictKeys": [],
548
+ "pathParameterKeys": [],
549
+ "queryConflictKeys": [],
550
+ "queryParameterKeys": [
551
+ "$.xgafv",
552
+ "access_token",
553
+ "alt",
554
+ "callback",
555
+ "fields",
556
+ "key",
557
+ "oauth_token",
558
+ "prettyPrint",
559
+ "quotaUser",
560
+ "upload_protocol",
561
+ "uploadType",
562
+ "part"
563
+ ]
564
+ },
565
+ "youtube.v3.updateCommentThreads": {
566
+ "accessPath": [
567
+ "youtubeV3UpdateCommentThreads"
568
+ ],
569
+ "bodyKind": "properties",
570
+ "bodyPropertyKeys": [
571
+ "etag",
572
+ "id",
573
+ "kind",
574
+ "replies",
575
+ "snippet"
576
+ ],
577
+ "contentType": "application/json",
578
+ "headerParameterKeys": [],
579
+ "method": "PUT",
580
+ "routeTemplate": "/youtube/v3/commentThreads",
581
+ "pathConflictKeys": [],
582
+ "pathParameterKeys": [],
583
+ "queryConflictKeys": [],
584
+ "queryParameterKeys": [
585
+ "$.xgafv",
586
+ "access_token",
587
+ "alt",
588
+ "callback",
589
+ "fields",
590
+ "key",
591
+ "oauth_token",
592
+ "prettyPrint",
593
+ "quotaUser",
594
+ "upload_protocol",
595
+ "uploadType",
596
+ "part"
597
+ ]
598
+ },
599
+ "comments.delete": {
600
+ "accessPath": [
601
+ "commentsDelete"
602
+ ],
603
+ "bodyKind": "none",
604
+ "bodyPropertyKeys": [],
605
+ "contentType": "application/json",
606
+ "headerParameterKeys": [],
607
+ "method": "DELETE",
608
+ "routeTemplate": "/youtube/v3/comments",
609
+ "pathConflictKeys": [],
610
+ "pathParameterKeys": [],
611
+ "queryConflictKeys": [],
612
+ "queryParameterKeys": [
613
+ "$.xgafv",
614
+ "access_token",
615
+ "alt",
616
+ "callback",
617
+ "fields",
618
+ "key",
619
+ "oauth_token",
620
+ "prettyPrint",
621
+ "quotaUser",
622
+ "upload_protocol",
623
+ "uploadType",
624
+ "id"
625
+ ]
626
+ },
627
+ "comments.list": {
628
+ "accessPath": [
629
+ "commentsList"
630
+ ],
631
+ "bodyKind": "none",
632
+ "bodyPropertyKeys": [],
633
+ "contentType": "application/json",
634
+ "headerParameterKeys": [],
635
+ "method": "GET",
636
+ "routeTemplate": "/youtube/v3/comments",
637
+ "pathConflictKeys": [],
638
+ "pathParameterKeys": [],
639
+ "queryConflictKeys": [],
640
+ "queryParameterKeys": [
641
+ "$.xgafv",
642
+ "access_token",
643
+ "alt",
644
+ "callback",
645
+ "fields",
646
+ "key",
647
+ "oauth_token",
648
+ "prettyPrint",
649
+ "quotaUser",
650
+ "upload_protocol",
651
+ "uploadType",
652
+ "part",
653
+ "id",
654
+ "maxResults",
655
+ "pageToken",
656
+ "parentId",
657
+ "textFormat"
658
+ ]
659
+ },
660
+ "comments.insert": {
661
+ "accessPath": [
662
+ "commentsInsert"
663
+ ],
664
+ "bodyKind": "properties",
665
+ "bodyPropertyKeys": [
666
+ "etag",
667
+ "id",
668
+ "kind",
669
+ "snippet"
670
+ ],
671
+ "contentType": "application/json",
672
+ "headerParameterKeys": [],
673
+ "method": "POST",
674
+ "routeTemplate": "/youtube/v3/comments",
675
+ "pathConflictKeys": [],
676
+ "pathParameterKeys": [],
677
+ "queryConflictKeys": [],
678
+ "queryParameterKeys": [
679
+ "$.xgafv",
680
+ "access_token",
681
+ "alt",
682
+ "callback",
683
+ "fields",
684
+ "key",
685
+ "oauth_token",
686
+ "prettyPrint",
687
+ "quotaUser",
688
+ "upload_protocol",
689
+ "uploadType",
690
+ "part"
691
+ ]
692
+ },
693
+ "comments.update": {
694
+ "accessPath": [
695
+ "commentsUpdate"
696
+ ],
697
+ "bodyKind": "properties",
698
+ "bodyPropertyKeys": [
699
+ "etag",
700
+ "id",
701
+ "kind",
702
+ "snippet"
703
+ ],
704
+ "contentType": "application/json",
705
+ "headerParameterKeys": [],
706
+ "method": "PUT",
707
+ "routeTemplate": "/youtube/v3/comments",
708
+ "pathConflictKeys": [],
709
+ "pathParameterKeys": [],
710
+ "queryConflictKeys": [],
711
+ "queryParameterKeys": [
712
+ "$.xgafv",
713
+ "access_token",
714
+ "alt",
715
+ "callback",
716
+ "fields",
717
+ "key",
718
+ "oauth_token",
719
+ "prettyPrint",
720
+ "quotaUser",
721
+ "upload_protocol",
722
+ "uploadType",
723
+ "part"
724
+ ]
725
+ },
726
+ "comments.markAsSpam": {
727
+ "accessPath": [
728
+ "commentsMarkAsSpam"
729
+ ],
730
+ "bodyKind": "none",
731
+ "bodyPropertyKeys": [],
732
+ "contentType": "application/json",
733
+ "headerParameterKeys": [],
734
+ "method": "POST",
735
+ "routeTemplate": "/youtube/v3/comments/markAsSpam",
736
+ "pathConflictKeys": [],
737
+ "pathParameterKeys": [],
738
+ "queryConflictKeys": [],
739
+ "queryParameterKeys": [
740
+ "$.xgafv",
741
+ "access_token",
742
+ "alt",
743
+ "callback",
744
+ "fields",
745
+ "key",
746
+ "oauth_token",
747
+ "prettyPrint",
748
+ "quotaUser",
749
+ "upload_protocol",
750
+ "uploadType",
751
+ "id"
752
+ ]
753
+ },
754
+ "comments.setModerationStatus": {
755
+ "accessPath": [
756
+ "commentsSetModerationStatus"
757
+ ],
758
+ "bodyKind": "none",
759
+ "bodyPropertyKeys": [],
760
+ "contentType": "application/json",
761
+ "headerParameterKeys": [],
762
+ "method": "POST",
763
+ "routeTemplate": "/youtube/v3/comments/setModerationStatus",
764
+ "pathConflictKeys": [],
765
+ "pathParameterKeys": [],
766
+ "queryConflictKeys": [],
767
+ "queryParameterKeys": [
768
+ "$.xgafv",
769
+ "access_token",
770
+ "alt",
771
+ "callback",
772
+ "fields",
773
+ "key",
774
+ "oauth_token",
775
+ "prettyPrint",
776
+ "quotaUser",
777
+ "upload_protocol",
778
+ "uploadType",
779
+ "id",
780
+ "moderationStatus",
781
+ "banAuthor"
782
+ ]
783
+ },
784
+ "i18nLanguages.list": {
785
+ "accessPath": [
786
+ "i18NLanguagesList"
787
+ ],
788
+ "bodyKind": "none",
789
+ "bodyPropertyKeys": [],
790
+ "contentType": "application/json",
791
+ "headerParameterKeys": [],
792
+ "method": "GET",
793
+ "routeTemplate": "/youtube/v3/i18nLanguages",
794
+ "pathConflictKeys": [],
795
+ "pathParameterKeys": [],
796
+ "queryConflictKeys": [],
797
+ "queryParameterKeys": [
798
+ "$.xgafv",
799
+ "access_token",
800
+ "alt",
801
+ "callback",
802
+ "fields",
803
+ "key",
804
+ "oauth_token",
805
+ "prettyPrint",
806
+ "quotaUser",
807
+ "upload_protocol",
808
+ "uploadType",
809
+ "part",
810
+ "hl"
811
+ ]
812
+ },
813
+ "i18nRegions.list": {
814
+ "accessPath": [
815
+ "i18NRegionsList"
816
+ ],
817
+ "bodyKind": "none",
818
+ "bodyPropertyKeys": [],
819
+ "contentType": "application/json",
820
+ "headerParameterKeys": [],
821
+ "method": "GET",
822
+ "routeTemplate": "/youtube/v3/i18nRegions",
823
+ "pathConflictKeys": [],
824
+ "pathParameterKeys": [],
825
+ "queryConflictKeys": [],
826
+ "queryParameterKeys": [
827
+ "$.xgafv",
828
+ "access_token",
829
+ "alt",
830
+ "callback",
831
+ "fields",
832
+ "key",
833
+ "oauth_token",
834
+ "prettyPrint",
835
+ "quotaUser",
836
+ "upload_protocol",
837
+ "uploadType",
838
+ "part",
839
+ "hl"
840
+ ]
841
+ },
842
+ "liveBroadcasts.delete": {
843
+ "accessPath": [
844
+ "liveBroadcastsDelete"
845
+ ],
846
+ "bodyKind": "none",
847
+ "bodyPropertyKeys": [],
848
+ "contentType": "application/json",
849
+ "headerParameterKeys": [],
850
+ "method": "DELETE",
851
+ "routeTemplate": "/youtube/v3/liveBroadcasts",
852
+ "pathConflictKeys": [],
853
+ "pathParameterKeys": [],
854
+ "queryConflictKeys": [],
855
+ "queryParameterKeys": [
856
+ "$.xgafv",
857
+ "access_token",
858
+ "alt",
859
+ "callback",
860
+ "fields",
861
+ "key",
862
+ "oauth_token",
863
+ "prettyPrint",
864
+ "quotaUser",
865
+ "upload_protocol",
866
+ "uploadType",
867
+ "id",
868
+ "onBehalfOfContentOwner",
869
+ "onBehalfOfContentOwnerChannel"
870
+ ]
871
+ },
872
+ "liveBroadcasts.list": {
873
+ "accessPath": [
874
+ "liveBroadcastsList"
875
+ ],
876
+ "bodyKind": "none",
877
+ "bodyPropertyKeys": [],
878
+ "contentType": "application/json",
879
+ "headerParameterKeys": [],
880
+ "method": "GET",
881
+ "routeTemplate": "/youtube/v3/liveBroadcasts",
882
+ "pathConflictKeys": [],
883
+ "pathParameterKeys": [],
884
+ "queryConflictKeys": [],
885
+ "queryParameterKeys": [
886
+ "$.xgafv",
887
+ "access_token",
888
+ "alt",
889
+ "callback",
890
+ "fields",
891
+ "key",
892
+ "oauth_token",
893
+ "prettyPrint",
894
+ "quotaUser",
895
+ "upload_protocol",
896
+ "uploadType",
897
+ "part",
898
+ "broadcastStatus",
899
+ "broadcastType",
900
+ "id",
901
+ "maxResults",
902
+ "mine",
903
+ "onBehalfOfContentOwner",
904
+ "onBehalfOfContentOwnerChannel",
905
+ "pageToken"
906
+ ]
907
+ },
908
+ "liveBroadcasts.insert": {
909
+ "accessPath": [
910
+ "liveBroadcastsInsert"
911
+ ],
912
+ "bodyKind": "properties",
913
+ "bodyPropertyKeys": [
914
+ "contentDetails",
915
+ "etag",
916
+ "id",
917
+ "kind",
918
+ "monetizationDetails",
919
+ "snippet",
920
+ "statistics",
921
+ "status"
922
+ ],
923
+ "contentType": "application/json",
924
+ "headerParameterKeys": [],
925
+ "method": "POST",
926
+ "routeTemplate": "/youtube/v3/liveBroadcasts",
927
+ "pathConflictKeys": [],
928
+ "pathParameterKeys": [],
929
+ "queryConflictKeys": [],
930
+ "queryParameterKeys": [
931
+ "$.xgafv",
932
+ "access_token",
933
+ "alt",
934
+ "callback",
935
+ "fields",
936
+ "key",
937
+ "oauth_token",
938
+ "prettyPrint",
939
+ "quotaUser",
940
+ "upload_protocol",
941
+ "uploadType",
942
+ "part",
943
+ "onBehalfOfContentOwner",
944
+ "onBehalfOfContentOwnerChannel"
945
+ ]
946
+ },
947
+ "liveBroadcasts.update": {
948
+ "accessPath": [
949
+ "liveBroadcastsUpdate"
950
+ ],
951
+ "bodyKind": "properties",
952
+ "bodyPropertyKeys": [
953
+ "contentDetails",
954
+ "etag",
955
+ "id",
956
+ "kind",
957
+ "monetizationDetails",
958
+ "snippet",
959
+ "statistics",
960
+ "status"
961
+ ],
962
+ "contentType": "application/json",
963
+ "headerParameterKeys": [],
964
+ "method": "PUT",
965
+ "routeTemplate": "/youtube/v3/liveBroadcasts",
966
+ "pathConflictKeys": [],
967
+ "pathParameterKeys": [],
968
+ "queryConflictKeys": [],
969
+ "queryParameterKeys": [
970
+ "$.xgafv",
971
+ "access_token",
972
+ "alt",
973
+ "callback",
974
+ "fields",
975
+ "key",
976
+ "oauth_token",
977
+ "prettyPrint",
978
+ "quotaUser",
979
+ "upload_protocol",
980
+ "uploadType",
981
+ "part",
982
+ "onBehalfOfContentOwner",
983
+ "onBehalfOfContentOwnerChannel"
984
+ ]
985
+ },
986
+ "liveBroadcasts.bind": {
987
+ "accessPath": [
988
+ "liveBroadcastsBind"
989
+ ],
990
+ "bodyKind": "none",
991
+ "bodyPropertyKeys": [],
992
+ "contentType": "application/json",
993
+ "headerParameterKeys": [],
994
+ "method": "POST",
995
+ "routeTemplate": "/youtube/v3/liveBroadcasts/bind",
996
+ "pathConflictKeys": [],
997
+ "pathParameterKeys": [],
998
+ "queryConflictKeys": [],
999
+ "queryParameterKeys": [
1000
+ "$.xgafv",
1001
+ "access_token",
1002
+ "alt",
1003
+ "callback",
1004
+ "fields",
1005
+ "key",
1006
+ "oauth_token",
1007
+ "prettyPrint",
1008
+ "quotaUser",
1009
+ "upload_protocol",
1010
+ "uploadType",
1011
+ "id",
1012
+ "part",
1013
+ "onBehalfOfContentOwner",
1014
+ "onBehalfOfContentOwnerChannel",
1015
+ "streamId"
1016
+ ]
1017
+ },
1018
+ "liveBroadcasts.insertCuepoint": {
1019
+ "accessPath": [
1020
+ "liveBroadcastsInsertCuepoint"
1021
+ ],
1022
+ "bodyKind": "properties",
1023
+ "bodyPropertyKeys": [
1024
+ "cueType",
1025
+ "durationSecs",
1026
+ "etag",
1027
+ "id",
1028
+ "insertionOffsetTimeMs",
1029
+ "walltimeMs"
1030
+ ],
1031
+ "contentType": "application/json",
1032
+ "headerParameterKeys": [],
1033
+ "method": "POST",
1034
+ "routeTemplate": "/youtube/v3/liveBroadcasts/cuepoint",
1035
+ "pathConflictKeys": [],
1036
+ "pathParameterKeys": [],
1037
+ "queryConflictKeys": [
1038
+ "id"
1039
+ ],
1040
+ "queryParameterKeys": [
1041
+ "$.xgafv",
1042
+ "access_token",
1043
+ "alt",
1044
+ "callback",
1045
+ "fields",
1046
+ "key",
1047
+ "oauth_token",
1048
+ "prettyPrint",
1049
+ "quotaUser",
1050
+ "upload_protocol",
1051
+ "uploadType",
1052
+ "id",
1053
+ "onBehalfOfContentOwner",
1054
+ "onBehalfOfContentOwnerChannel",
1055
+ "part"
1056
+ ]
1057
+ },
1058
+ "liveBroadcasts.transition": {
1059
+ "accessPath": [
1060
+ "liveBroadcastsTransition"
1061
+ ],
1062
+ "bodyKind": "none",
1063
+ "bodyPropertyKeys": [],
1064
+ "contentType": "application/json",
1065
+ "headerParameterKeys": [],
1066
+ "method": "POST",
1067
+ "routeTemplate": "/youtube/v3/liveBroadcasts/transition",
1068
+ "pathConflictKeys": [],
1069
+ "pathParameterKeys": [],
1070
+ "queryConflictKeys": [],
1071
+ "queryParameterKeys": [
1072
+ "$.xgafv",
1073
+ "access_token",
1074
+ "alt",
1075
+ "callback",
1076
+ "fields",
1077
+ "key",
1078
+ "oauth_token",
1079
+ "prettyPrint",
1080
+ "quotaUser",
1081
+ "upload_protocol",
1082
+ "uploadType",
1083
+ "broadcastStatus",
1084
+ "id",
1085
+ "part",
1086
+ "onBehalfOfContentOwner",
1087
+ "onBehalfOfContentOwnerChannel"
1088
+ ]
1089
+ },
1090
+ "liveChatBans.delete": {
1091
+ "accessPath": [
1092
+ "liveChatBansDelete"
1093
+ ],
1094
+ "bodyKind": "none",
1095
+ "bodyPropertyKeys": [],
1096
+ "contentType": "application/json",
1097
+ "headerParameterKeys": [],
1098
+ "method": "DELETE",
1099
+ "routeTemplate": "/youtube/v3/liveChat/bans",
1100
+ "pathConflictKeys": [],
1101
+ "pathParameterKeys": [],
1102
+ "queryConflictKeys": [],
1103
+ "queryParameterKeys": [
1104
+ "$.xgafv",
1105
+ "access_token",
1106
+ "alt",
1107
+ "callback",
1108
+ "fields",
1109
+ "key",
1110
+ "oauth_token",
1111
+ "prettyPrint",
1112
+ "quotaUser",
1113
+ "upload_protocol",
1114
+ "uploadType",
1115
+ "id"
1116
+ ]
1117
+ },
1118
+ "liveChatBans.insert": {
1119
+ "accessPath": [
1120
+ "liveChatBansInsert"
1121
+ ],
1122
+ "bodyKind": "properties",
1123
+ "bodyPropertyKeys": [
1124
+ "etag",
1125
+ "id",
1126
+ "kind",
1127
+ "snippet"
1128
+ ],
1129
+ "contentType": "application/json",
1130
+ "headerParameterKeys": [],
1131
+ "method": "POST",
1132
+ "routeTemplate": "/youtube/v3/liveChat/bans",
1133
+ "pathConflictKeys": [],
1134
+ "pathParameterKeys": [],
1135
+ "queryConflictKeys": [],
1136
+ "queryParameterKeys": [
1137
+ "$.xgafv",
1138
+ "access_token",
1139
+ "alt",
1140
+ "callback",
1141
+ "fields",
1142
+ "key",
1143
+ "oauth_token",
1144
+ "prettyPrint",
1145
+ "quotaUser",
1146
+ "upload_protocol",
1147
+ "uploadType",
1148
+ "part"
1149
+ ]
1150
+ },
1151
+ "liveChatMessages.delete": {
1152
+ "accessPath": [
1153
+ "liveChatMessagesDelete"
1154
+ ],
1155
+ "bodyKind": "none",
1156
+ "bodyPropertyKeys": [],
1157
+ "contentType": "application/json",
1158
+ "headerParameterKeys": [],
1159
+ "method": "DELETE",
1160
+ "routeTemplate": "/youtube/v3/liveChat/messages",
1161
+ "pathConflictKeys": [],
1162
+ "pathParameterKeys": [],
1163
+ "queryConflictKeys": [],
1164
+ "queryParameterKeys": [
1165
+ "$.xgafv",
1166
+ "access_token",
1167
+ "alt",
1168
+ "callback",
1169
+ "fields",
1170
+ "key",
1171
+ "oauth_token",
1172
+ "prettyPrint",
1173
+ "quotaUser",
1174
+ "upload_protocol",
1175
+ "uploadType",
1176
+ "id"
1177
+ ]
1178
+ },
1179
+ "liveChatMessages.list": {
1180
+ "accessPath": [
1181
+ "liveChatMessagesList"
1182
+ ],
1183
+ "bodyKind": "none",
1184
+ "bodyPropertyKeys": [],
1185
+ "contentType": "application/json",
1186
+ "headerParameterKeys": [],
1187
+ "method": "GET",
1188
+ "routeTemplate": "/youtube/v3/liveChat/messages",
1189
+ "pathConflictKeys": [],
1190
+ "pathParameterKeys": [],
1191
+ "queryConflictKeys": [],
1192
+ "queryParameterKeys": [
1193
+ "$.xgafv",
1194
+ "access_token",
1195
+ "alt",
1196
+ "callback",
1197
+ "fields",
1198
+ "key",
1199
+ "oauth_token",
1200
+ "prettyPrint",
1201
+ "quotaUser",
1202
+ "upload_protocol",
1203
+ "uploadType",
1204
+ "liveChatId",
1205
+ "part",
1206
+ "hl",
1207
+ "maxResults",
1208
+ "pageToken",
1209
+ "profileImageSize"
1210
+ ]
1211
+ },
1212
+ "liveChatMessages.insert": {
1213
+ "accessPath": [
1214
+ "liveChatMessagesInsert"
1215
+ ],
1216
+ "bodyKind": "properties",
1217
+ "bodyPropertyKeys": [
1218
+ "authorDetails",
1219
+ "etag",
1220
+ "id",
1221
+ "kind",
1222
+ "snippet"
1223
+ ],
1224
+ "contentType": "application/json",
1225
+ "headerParameterKeys": [],
1226
+ "method": "POST",
1227
+ "routeTemplate": "/youtube/v3/liveChat/messages",
1228
+ "pathConflictKeys": [],
1229
+ "pathParameterKeys": [],
1230
+ "queryConflictKeys": [],
1231
+ "queryParameterKeys": [
1232
+ "$.xgafv",
1233
+ "access_token",
1234
+ "alt",
1235
+ "callback",
1236
+ "fields",
1237
+ "key",
1238
+ "oauth_token",
1239
+ "prettyPrint",
1240
+ "quotaUser",
1241
+ "upload_protocol",
1242
+ "uploadType",
1243
+ "part"
1244
+ ]
1245
+ },
1246
+ "liveChatModerators.delete": {
1247
+ "accessPath": [
1248
+ "liveChatModeratorsDelete"
1249
+ ],
1250
+ "bodyKind": "none",
1251
+ "bodyPropertyKeys": [],
1252
+ "contentType": "application/json",
1253
+ "headerParameterKeys": [],
1254
+ "method": "DELETE",
1255
+ "routeTemplate": "/youtube/v3/liveChat/moderators",
1256
+ "pathConflictKeys": [],
1257
+ "pathParameterKeys": [],
1258
+ "queryConflictKeys": [],
1259
+ "queryParameterKeys": [
1260
+ "$.xgafv",
1261
+ "access_token",
1262
+ "alt",
1263
+ "callback",
1264
+ "fields",
1265
+ "key",
1266
+ "oauth_token",
1267
+ "prettyPrint",
1268
+ "quotaUser",
1269
+ "upload_protocol",
1270
+ "uploadType",
1271
+ "id"
1272
+ ]
1273
+ },
1274
+ "liveChatModerators.list": {
1275
+ "accessPath": [
1276
+ "liveChatModeratorsList"
1277
+ ],
1278
+ "bodyKind": "none",
1279
+ "bodyPropertyKeys": [],
1280
+ "contentType": "application/json",
1281
+ "headerParameterKeys": [],
1282
+ "method": "GET",
1283
+ "routeTemplate": "/youtube/v3/liveChat/moderators",
1284
+ "pathConflictKeys": [],
1285
+ "pathParameterKeys": [],
1286
+ "queryConflictKeys": [],
1287
+ "queryParameterKeys": [
1288
+ "$.xgafv",
1289
+ "access_token",
1290
+ "alt",
1291
+ "callback",
1292
+ "fields",
1293
+ "key",
1294
+ "oauth_token",
1295
+ "prettyPrint",
1296
+ "quotaUser",
1297
+ "upload_protocol",
1298
+ "uploadType",
1299
+ "liveChatId",
1300
+ "part",
1301
+ "maxResults",
1302
+ "pageToken"
1303
+ ]
1304
+ },
1305
+ "liveChatModerators.insert": {
1306
+ "accessPath": [
1307
+ "liveChatModeratorsInsert"
1308
+ ],
1309
+ "bodyKind": "properties",
1310
+ "bodyPropertyKeys": [
1311
+ "etag",
1312
+ "id",
1313
+ "kind",
1314
+ "snippet"
1315
+ ],
1316
+ "contentType": "application/json",
1317
+ "headerParameterKeys": [],
1318
+ "method": "POST",
1319
+ "routeTemplate": "/youtube/v3/liveChat/moderators",
1320
+ "pathConflictKeys": [],
1321
+ "pathParameterKeys": [],
1322
+ "queryConflictKeys": [],
1323
+ "queryParameterKeys": [
1324
+ "$.xgafv",
1325
+ "access_token",
1326
+ "alt",
1327
+ "callback",
1328
+ "fields",
1329
+ "key",
1330
+ "oauth_token",
1331
+ "prettyPrint",
1332
+ "quotaUser",
1333
+ "upload_protocol",
1334
+ "uploadType",
1335
+ "part"
1336
+ ]
1337
+ },
1338
+ "liveStreams.delete": {
1339
+ "accessPath": [
1340
+ "liveStreamsDelete"
1341
+ ],
1342
+ "bodyKind": "none",
1343
+ "bodyPropertyKeys": [],
1344
+ "contentType": "application/json",
1345
+ "headerParameterKeys": [],
1346
+ "method": "DELETE",
1347
+ "routeTemplate": "/youtube/v3/liveStreams",
1348
+ "pathConflictKeys": [],
1349
+ "pathParameterKeys": [],
1350
+ "queryConflictKeys": [],
1351
+ "queryParameterKeys": [
1352
+ "$.xgafv",
1353
+ "access_token",
1354
+ "alt",
1355
+ "callback",
1356
+ "fields",
1357
+ "key",
1358
+ "oauth_token",
1359
+ "prettyPrint",
1360
+ "quotaUser",
1361
+ "upload_protocol",
1362
+ "uploadType",
1363
+ "id",
1364
+ "onBehalfOfContentOwner",
1365
+ "onBehalfOfContentOwnerChannel"
1366
+ ]
1367
+ },
1368
+ "liveStreams.list": {
1369
+ "accessPath": [
1370
+ "liveStreamsList"
1371
+ ],
1372
+ "bodyKind": "none",
1373
+ "bodyPropertyKeys": [],
1374
+ "contentType": "application/json",
1375
+ "headerParameterKeys": [],
1376
+ "method": "GET",
1377
+ "routeTemplate": "/youtube/v3/liveStreams",
1378
+ "pathConflictKeys": [],
1379
+ "pathParameterKeys": [],
1380
+ "queryConflictKeys": [],
1381
+ "queryParameterKeys": [
1382
+ "$.xgafv",
1383
+ "access_token",
1384
+ "alt",
1385
+ "callback",
1386
+ "fields",
1387
+ "key",
1388
+ "oauth_token",
1389
+ "prettyPrint",
1390
+ "quotaUser",
1391
+ "upload_protocol",
1392
+ "uploadType",
1393
+ "part",
1394
+ "id",
1395
+ "maxResults",
1396
+ "mine",
1397
+ "onBehalfOfContentOwner",
1398
+ "onBehalfOfContentOwnerChannel",
1399
+ "pageToken"
1400
+ ]
1401
+ },
1402
+ "liveStreams.insert": {
1403
+ "accessPath": [
1404
+ "liveStreamsInsert"
1405
+ ],
1406
+ "bodyKind": "properties",
1407
+ "bodyPropertyKeys": [
1408
+ "cdn",
1409
+ "contentDetails",
1410
+ "etag",
1411
+ "id",
1412
+ "kind",
1413
+ "snippet",
1414
+ "status"
1415
+ ],
1416
+ "contentType": "application/json",
1417
+ "headerParameterKeys": [],
1418
+ "method": "POST",
1419
+ "routeTemplate": "/youtube/v3/liveStreams",
1420
+ "pathConflictKeys": [],
1421
+ "pathParameterKeys": [],
1422
+ "queryConflictKeys": [],
1423
+ "queryParameterKeys": [
1424
+ "$.xgafv",
1425
+ "access_token",
1426
+ "alt",
1427
+ "callback",
1428
+ "fields",
1429
+ "key",
1430
+ "oauth_token",
1431
+ "prettyPrint",
1432
+ "quotaUser",
1433
+ "upload_protocol",
1434
+ "uploadType",
1435
+ "part",
1436
+ "onBehalfOfContentOwner",
1437
+ "onBehalfOfContentOwnerChannel"
1438
+ ]
1439
+ },
1440
+ "liveStreams.update": {
1441
+ "accessPath": [
1442
+ "liveStreamsUpdate"
1443
+ ],
1444
+ "bodyKind": "properties",
1445
+ "bodyPropertyKeys": [
1446
+ "cdn",
1447
+ "contentDetails",
1448
+ "etag",
1449
+ "id",
1450
+ "kind",
1451
+ "snippet",
1452
+ "status"
1453
+ ],
1454
+ "contentType": "application/json",
1455
+ "headerParameterKeys": [],
1456
+ "method": "PUT",
1457
+ "routeTemplate": "/youtube/v3/liveStreams",
1458
+ "pathConflictKeys": [],
1459
+ "pathParameterKeys": [],
1460
+ "queryConflictKeys": [],
1461
+ "queryParameterKeys": [
1462
+ "$.xgafv",
1463
+ "access_token",
1464
+ "alt",
1465
+ "callback",
1466
+ "fields",
1467
+ "key",
1468
+ "oauth_token",
1469
+ "prettyPrint",
1470
+ "quotaUser",
1471
+ "upload_protocol",
1472
+ "uploadType",
1473
+ "part",
1474
+ "onBehalfOfContentOwner",
1475
+ "onBehalfOfContentOwnerChannel"
1476
+ ]
1477
+ },
1478
+ "members.list": {
1479
+ "accessPath": [
1480
+ "membersList"
1481
+ ],
1482
+ "bodyKind": "none",
1483
+ "bodyPropertyKeys": [],
1484
+ "contentType": "application/json",
1485
+ "headerParameterKeys": [],
1486
+ "method": "GET",
1487
+ "routeTemplate": "/youtube/v3/members",
1488
+ "pathConflictKeys": [],
1489
+ "pathParameterKeys": [],
1490
+ "queryConflictKeys": [],
1491
+ "queryParameterKeys": [
1492
+ "$.xgafv",
1493
+ "access_token",
1494
+ "alt",
1495
+ "callback",
1496
+ "fields",
1497
+ "key",
1498
+ "oauth_token",
1499
+ "prettyPrint",
1500
+ "quotaUser",
1501
+ "upload_protocol",
1502
+ "uploadType",
1503
+ "part",
1504
+ "filterByMemberChannelId",
1505
+ "hasAccessToLevel",
1506
+ "maxResults",
1507
+ "mode",
1508
+ "pageToken"
1509
+ ]
1510
+ },
1511
+ "membershipsLevels.list": {
1512
+ "accessPath": [
1513
+ "membershipsLevelsList"
1514
+ ],
1515
+ "bodyKind": "none",
1516
+ "bodyPropertyKeys": [],
1517
+ "contentType": "application/json",
1518
+ "headerParameterKeys": [],
1519
+ "method": "GET",
1520
+ "routeTemplate": "/youtube/v3/membershipsLevels",
1521
+ "pathConflictKeys": [],
1522
+ "pathParameterKeys": [],
1523
+ "queryConflictKeys": [],
1524
+ "queryParameterKeys": [
1525
+ "$.xgafv",
1526
+ "access_token",
1527
+ "alt",
1528
+ "callback",
1529
+ "fields",
1530
+ "key",
1531
+ "oauth_token",
1532
+ "prettyPrint",
1533
+ "quotaUser",
1534
+ "upload_protocol",
1535
+ "uploadType",
1536
+ "part"
1537
+ ]
1538
+ },
1539
+ "playlistImages.delete": {
1540
+ "accessPath": [
1541
+ "playlistImagesDelete"
1542
+ ],
1543
+ "bodyKind": "none",
1544
+ "bodyPropertyKeys": [],
1545
+ "contentType": "application/json",
1546
+ "headerParameterKeys": [],
1547
+ "method": "DELETE",
1548
+ "routeTemplate": "/youtube/v3/playlistImages",
1549
+ "pathConflictKeys": [],
1550
+ "pathParameterKeys": [],
1551
+ "queryConflictKeys": [],
1552
+ "queryParameterKeys": [
1553
+ "$.xgafv",
1554
+ "access_token",
1555
+ "alt",
1556
+ "callback",
1557
+ "fields",
1558
+ "key",
1559
+ "oauth_token",
1560
+ "prettyPrint",
1561
+ "quotaUser",
1562
+ "upload_protocol",
1563
+ "uploadType",
1564
+ "id",
1565
+ "onBehalfOfContentOwner"
1566
+ ]
1567
+ },
1568
+ "playlistImages.list": {
1569
+ "accessPath": [
1570
+ "playlistImagesList"
1571
+ ],
1572
+ "bodyKind": "none",
1573
+ "bodyPropertyKeys": [],
1574
+ "contentType": "application/json",
1575
+ "headerParameterKeys": [],
1576
+ "method": "GET",
1577
+ "routeTemplate": "/youtube/v3/playlistImages",
1578
+ "pathConflictKeys": [],
1579
+ "pathParameterKeys": [],
1580
+ "queryConflictKeys": [],
1581
+ "queryParameterKeys": [
1582
+ "$.xgafv",
1583
+ "access_token",
1584
+ "alt",
1585
+ "callback",
1586
+ "fields",
1587
+ "key",
1588
+ "oauth_token",
1589
+ "prettyPrint",
1590
+ "quotaUser",
1591
+ "upload_protocol",
1592
+ "uploadType",
1593
+ "maxResults",
1594
+ "onBehalfOfContentOwner",
1595
+ "onBehalfOfContentOwnerChannel",
1596
+ "pageToken",
1597
+ "parent",
1598
+ "part"
1599
+ ]
1600
+ },
1601
+ "playlistImages.insert": {
1602
+ "accessPath": [
1603
+ "playlistImagesInsert"
1604
+ ],
1605
+ "bodyKind": "properties",
1606
+ "bodyPropertyKeys": [
1607
+ "id",
1608
+ "kind",
1609
+ "snippet"
1610
+ ],
1611
+ "contentType": "application/json",
1612
+ "headerParameterKeys": [],
1613
+ "method": "POST",
1614
+ "routeTemplate": "/youtube/v3/playlistImages",
1615
+ "pathConflictKeys": [],
1616
+ "pathParameterKeys": [],
1617
+ "queryConflictKeys": [],
1618
+ "queryParameterKeys": [
1619
+ "$.xgafv",
1620
+ "access_token",
1621
+ "alt",
1622
+ "callback",
1623
+ "fields",
1624
+ "key",
1625
+ "oauth_token",
1626
+ "prettyPrint",
1627
+ "quotaUser",
1628
+ "upload_protocol",
1629
+ "uploadType",
1630
+ "onBehalfOfContentOwner",
1631
+ "onBehalfOfContentOwnerChannel",
1632
+ "part"
1633
+ ]
1634
+ },
1635
+ "playlistImages.update": {
1636
+ "accessPath": [
1637
+ "playlistImagesUpdate"
1638
+ ],
1639
+ "bodyKind": "properties",
1640
+ "bodyPropertyKeys": [
1641
+ "id",
1642
+ "kind",
1643
+ "snippet"
1644
+ ],
1645
+ "contentType": "application/json",
1646
+ "headerParameterKeys": [],
1647
+ "method": "PUT",
1648
+ "routeTemplate": "/youtube/v3/playlistImages",
1649
+ "pathConflictKeys": [],
1650
+ "pathParameterKeys": [],
1651
+ "queryConflictKeys": [],
1652
+ "queryParameterKeys": [
1653
+ "$.xgafv",
1654
+ "access_token",
1655
+ "alt",
1656
+ "callback",
1657
+ "fields",
1658
+ "key",
1659
+ "oauth_token",
1660
+ "prettyPrint",
1661
+ "quotaUser",
1662
+ "upload_protocol",
1663
+ "uploadType",
1664
+ "onBehalfOfContentOwner",
1665
+ "part"
1666
+ ]
1667
+ },
1668
+ "playlistItems.delete": {
1669
+ "accessPath": [
1670
+ "playlistItemsDelete"
1671
+ ],
1672
+ "bodyKind": "none",
1673
+ "bodyPropertyKeys": [],
1674
+ "contentType": "application/json",
1675
+ "headerParameterKeys": [],
1676
+ "method": "DELETE",
1677
+ "routeTemplate": "/youtube/v3/playlistItems",
1678
+ "pathConflictKeys": [],
1679
+ "pathParameterKeys": [],
1680
+ "queryConflictKeys": [],
1681
+ "queryParameterKeys": [
1682
+ "$.xgafv",
1683
+ "access_token",
1684
+ "alt",
1685
+ "callback",
1686
+ "fields",
1687
+ "key",
1688
+ "oauth_token",
1689
+ "prettyPrint",
1690
+ "quotaUser",
1691
+ "upload_protocol",
1692
+ "uploadType",
1693
+ "id",
1694
+ "onBehalfOfContentOwner"
1695
+ ]
1696
+ },
1697
+ "playlistItems.list": {
1698
+ "accessPath": [
1699
+ "playlistItemsList"
1700
+ ],
1701
+ "bodyKind": "none",
1702
+ "bodyPropertyKeys": [],
1703
+ "contentType": "application/json",
1704
+ "headerParameterKeys": [],
1705
+ "method": "GET",
1706
+ "routeTemplate": "/youtube/v3/playlistItems",
1707
+ "pathConflictKeys": [],
1708
+ "pathParameterKeys": [],
1709
+ "queryConflictKeys": [],
1710
+ "queryParameterKeys": [
1711
+ "$.xgafv",
1712
+ "access_token",
1713
+ "alt",
1714
+ "callback",
1715
+ "fields",
1716
+ "key",
1717
+ "oauth_token",
1718
+ "prettyPrint",
1719
+ "quotaUser",
1720
+ "upload_protocol",
1721
+ "uploadType",
1722
+ "part",
1723
+ "id",
1724
+ "maxResults",
1725
+ "onBehalfOfContentOwner",
1726
+ "pageToken",
1727
+ "playlistId",
1728
+ "videoId"
1729
+ ]
1730
+ },
1731
+ "playlistItems.insert": {
1732
+ "accessPath": [
1733
+ "playlistItemsInsert"
1734
+ ],
1735
+ "bodyKind": "properties",
1736
+ "bodyPropertyKeys": [
1737
+ "contentDetails",
1738
+ "etag",
1739
+ "id",
1740
+ "kind",
1741
+ "snippet",
1742
+ "status"
1743
+ ],
1744
+ "contentType": "application/json",
1745
+ "headerParameterKeys": [],
1746
+ "method": "POST",
1747
+ "routeTemplate": "/youtube/v3/playlistItems",
1748
+ "pathConflictKeys": [],
1749
+ "pathParameterKeys": [],
1750
+ "queryConflictKeys": [],
1751
+ "queryParameterKeys": [
1752
+ "$.xgafv",
1753
+ "access_token",
1754
+ "alt",
1755
+ "callback",
1756
+ "fields",
1757
+ "key",
1758
+ "oauth_token",
1759
+ "prettyPrint",
1760
+ "quotaUser",
1761
+ "upload_protocol",
1762
+ "uploadType",
1763
+ "part",
1764
+ "onBehalfOfContentOwner"
1765
+ ]
1766
+ },
1767
+ "playlistItems.update": {
1768
+ "accessPath": [
1769
+ "playlistItemsUpdate"
1770
+ ],
1771
+ "bodyKind": "properties",
1772
+ "bodyPropertyKeys": [
1773
+ "contentDetails",
1774
+ "etag",
1775
+ "id",
1776
+ "kind",
1777
+ "snippet",
1778
+ "status"
1779
+ ],
1780
+ "contentType": "application/json",
1781
+ "headerParameterKeys": [],
1782
+ "method": "PUT",
1783
+ "routeTemplate": "/youtube/v3/playlistItems",
1784
+ "pathConflictKeys": [],
1785
+ "pathParameterKeys": [],
1786
+ "queryConflictKeys": [],
1787
+ "queryParameterKeys": [
1788
+ "$.xgafv",
1789
+ "access_token",
1790
+ "alt",
1791
+ "callback",
1792
+ "fields",
1793
+ "key",
1794
+ "oauth_token",
1795
+ "prettyPrint",
1796
+ "quotaUser",
1797
+ "upload_protocol",
1798
+ "uploadType",
1799
+ "part",
1800
+ "onBehalfOfContentOwner"
1801
+ ]
1802
+ },
1803
+ "playlists.delete": {
1804
+ "accessPath": [
1805
+ "playlistsDelete"
1806
+ ],
1807
+ "bodyKind": "none",
1808
+ "bodyPropertyKeys": [],
1809
+ "contentType": "application/json",
1810
+ "headerParameterKeys": [],
1811
+ "method": "DELETE",
1812
+ "routeTemplate": "/youtube/v3/playlists",
1813
+ "pathConflictKeys": [],
1814
+ "pathParameterKeys": [],
1815
+ "queryConflictKeys": [],
1816
+ "queryParameterKeys": [
1817
+ "$.xgafv",
1818
+ "access_token",
1819
+ "alt",
1820
+ "callback",
1821
+ "fields",
1822
+ "key",
1823
+ "oauth_token",
1824
+ "prettyPrint",
1825
+ "quotaUser",
1826
+ "upload_protocol",
1827
+ "uploadType",
1828
+ "id",
1829
+ "onBehalfOfContentOwner"
1830
+ ]
1831
+ },
1832
+ "playlists.list": {
1833
+ "accessPath": [
1834
+ "playlistsList"
1835
+ ],
1836
+ "bodyKind": "none",
1837
+ "bodyPropertyKeys": [],
1838
+ "contentType": "application/json",
1839
+ "headerParameterKeys": [],
1840
+ "method": "GET",
1841
+ "routeTemplate": "/youtube/v3/playlists",
1842
+ "pathConflictKeys": [],
1843
+ "pathParameterKeys": [],
1844
+ "queryConflictKeys": [],
1845
+ "queryParameterKeys": [
1846
+ "$.xgafv",
1847
+ "access_token",
1848
+ "alt",
1849
+ "callback",
1850
+ "fields",
1851
+ "key",
1852
+ "oauth_token",
1853
+ "prettyPrint",
1854
+ "quotaUser",
1855
+ "upload_protocol",
1856
+ "uploadType",
1857
+ "part",
1858
+ "channelId",
1859
+ "hl",
1860
+ "id",
1861
+ "maxResults",
1862
+ "mine",
1863
+ "onBehalfOfContentOwner",
1864
+ "onBehalfOfContentOwnerChannel",
1865
+ "pageToken"
1866
+ ]
1867
+ },
1868
+ "playlists.insert": {
1869
+ "accessPath": [
1870
+ "playlistsInsert"
1871
+ ],
1872
+ "bodyKind": "properties",
1873
+ "bodyPropertyKeys": [
1874
+ "contentDetails",
1875
+ "etag",
1876
+ "id",
1877
+ "kind",
1878
+ "localizations",
1879
+ "player",
1880
+ "snippet",
1881
+ "status"
1882
+ ],
1883
+ "contentType": "application/json",
1884
+ "headerParameterKeys": [],
1885
+ "method": "POST",
1886
+ "routeTemplate": "/youtube/v3/playlists",
1887
+ "pathConflictKeys": [],
1888
+ "pathParameterKeys": [],
1889
+ "queryConflictKeys": [],
1890
+ "queryParameterKeys": [
1891
+ "$.xgafv",
1892
+ "access_token",
1893
+ "alt",
1894
+ "callback",
1895
+ "fields",
1896
+ "key",
1897
+ "oauth_token",
1898
+ "prettyPrint",
1899
+ "quotaUser",
1900
+ "upload_protocol",
1901
+ "uploadType",
1902
+ "part",
1903
+ "onBehalfOfContentOwner",
1904
+ "onBehalfOfContentOwnerChannel"
1905
+ ]
1906
+ },
1907
+ "playlists.update": {
1908
+ "accessPath": [
1909
+ "playlistsUpdate"
1910
+ ],
1911
+ "bodyKind": "properties",
1912
+ "bodyPropertyKeys": [
1913
+ "contentDetails",
1914
+ "etag",
1915
+ "id",
1916
+ "kind",
1917
+ "localizations",
1918
+ "player",
1919
+ "snippet",
1920
+ "status"
1921
+ ],
1922
+ "contentType": "application/json",
1923
+ "headerParameterKeys": [],
1924
+ "method": "PUT",
1925
+ "routeTemplate": "/youtube/v3/playlists",
1926
+ "pathConflictKeys": [],
1927
+ "pathParameterKeys": [],
1928
+ "queryConflictKeys": [],
1929
+ "queryParameterKeys": [
1930
+ "$.xgafv",
1931
+ "access_token",
1932
+ "alt",
1933
+ "callback",
1934
+ "fields",
1935
+ "key",
1936
+ "oauth_token",
1937
+ "prettyPrint",
1938
+ "quotaUser",
1939
+ "upload_protocol",
1940
+ "uploadType",
1941
+ "part",
1942
+ "onBehalfOfContentOwner"
1943
+ ]
1944
+ },
1945
+ "search.list": {
1946
+ "accessPath": [
1947
+ "searchList"
1948
+ ],
1949
+ "bodyKind": "none",
1950
+ "bodyPropertyKeys": [],
1951
+ "contentType": "application/json",
1952
+ "headerParameterKeys": [],
1953
+ "method": "GET",
1954
+ "routeTemplate": "/youtube/v3/search",
1955
+ "pathConflictKeys": [],
1956
+ "pathParameterKeys": [],
1957
+ "queryConflictKeys": [],
1958
+ "queryParameterKeys": [
1959
+ "$.xgafv",
1960
+ "access_token",
1961
+ "alt",
1962
+ "callback",
1963
+ "fields",
1964
+ "key",
1965
+ "oauth_token",
1966
+ "prettyPrint",
1967
+ "quotaUser",
1968
+ "upload_protocol",
1969
+ "uploadType",
1970
+ "part",
1971
+ "channelId",
1972
+ "channelType",
1973
+ "eventType",
1974
+ "forContentOwner",
1975
+ "forDeveloper",
1976
+ "forMine",
1977
+ "location",
1978
+ "locationRadius",
1979
+ "maxResults",
1980
+ "onBehalfOfContentOwner",
1981
+ "order",
1982
+ "pageToken",
1983
+ "publishedAfter",
1984
+ "publishedBefore",
1985
+ "q",
1986
+ "regionCode",
1987
+ "relevanceLanguage",
1988
+ "safeSearch",
1989
+ "topicId",
1990
+ "type",
1991
+ "videoCaption",
1992
+ "videoCategoryId",
1993
+ "videoDefinition",
1994
+ "videoDimension",
1995
+ "videoDuration",
1996
+ "videoEmbeddable",
1997
+ "videoLicense",
1998
+ "videoPaidProductPlacement",
1999
+ "videoSyndicated",
2000
+ "videoType"
2001
+ ]
2002
+ },
2003
+ "subscriptions.delete": {
2004
+ "accessPath": [
2005
+ "subscriptionsDelete"
2006
+ ],
2007
+ "bodyKind": "none",
2008
+ "bodyPropertyKeys": [],
2009
+ "contentType": "application/json",
2010
+ "headerParameterKeys": [],
2011
+ "method": "DELETE",
2012
+ "routeTemplate": "/youtube/v3/subscriptions",
2013
+ "pathConflictKeys": [],
2014
+ "pathParameterKeys": [],
2015
+ "queryConflictKeys": [],
2016
+ "queryParameterKeys": [
2017
+ "$.xgafv",
2018
+ "access_token",
2019
+ "alt",
2020
+ "callback",
2021
+ "fields",
2022
+ "key",
2023
+ "oauth_token",
2024
+ "prettyPrint",
2025
+ "quotaUser",
2026
+ "upload_protocol",
2027
+ "uploadType",
2028
+ "id"
2029
+ ]
2030
+ },
2031
+ "subscriptions.list": {
2032
+ "accessPath": [
2033
+ "subscriptionsList"
2034
+ ],
2035
+ "bodyKind": "none",
2036
+ "bodyPropertyKeys": [],
2037
+ "contentType": "application/json",
2038
+ "headerParameterKeys": [],
2039
+ "method": "GET",
2040
+ "routeTemplate": "/youtube/v3/subscriptions",
2041
+ "pathConflictKeys": [],
2042
+ "pathParameterKeys": [],
2043
+ "queryConflictKeys": [],
2044
+ "queryParameterKeys": [
2045
+ "$.xgafv",
2046
+ "access_token",
2047
+ "alt",
2048
+ "callback",
2049
+ "fields",
2050
+ "key",
2051
+ "oauth_token",
2052
+ "prettyPrint",
2053
+ "quotaUser",
2054
+ "upload_protocol",
2055
+ "uploadType",
2056
+ "part",
2057
+ "channelId",
2058
+ "forChannelId",
2059
+ "id",
2060
+ "maxResults",
2061
+ "mine",
2062
+ "myRecentSubscribers",
2063
+ "mySubscribers",
2064
+ "onBehalfOfContentOwner",
2065
+ "onBehalfOfContentOwnerChannel",
2066
+ "order",
2067
+ "pageToken"
2068
+ ]
2069
+ },
2070
+ "subscriptions.insert": {
2071
+ "accessPath": [
2072
+ "subscriptionsInsert"
2073
+ ],
2074
+ "bodyKind": "properties",
2075
+ "bodyPropertyKeys": [
2076
+ "contentDetails",
2077
+ "etag",
2078
+ "id",
2079
+ "kind",
2080
+ "snippet",
2081
+ "subscriberSnippet"
2082
+ ],
2083
+ "contentType": "application/json",
2084
+ "headerParameterKeys": [],
2085
+ "method": "POST",
2086
+ "routeTemplate": "/youtube/v3/subscriptions",
2087
+ "pathConflictKeys": [],
2088
+ "pathParameterKeys": [],
2089
+ "queryConflictKeys": [],
2090
+ "queryParameterKeys": [
2091
+ "$.xgafv",
2092
+ "access_token",
2093
+ "alt",
2094
+ "callback",
2095
+ "fields",
2096
+ "key",
2097
+ "oauth_token",
2098
+ "prettyPrint",
2099
+ "quotaUser",
2100
+ "upload_protocol",
2101
+ "uploadType",
2102
+ "part"
2103
+ ]
2104
+ },
2105
+ "superChatEvents.list": {
2106
+ "accessPath": [
2107
+ "superChatEventsList"
2108
+ ],
2109
+ "bodyKind": "none",
2110
+ "bodyPropertyKeys": [],
2111
+ "contentType": "application/json",
2112
+ "headerParameterKeys": [],
2113
+ "method": "GET",
2114
+ "routeTemplate": "/youtube/v3/superChatEvents",
2115
+ "pathConflictKeys": [],
2116
+ "pathParameterKeys": [],
2117
+ "queryConflictKeys": [],
2118
+ "queryParameterKeys": [
2119
+ "$.xgafv",
2120
+ "access_token",
2121
+ "alt",
2122
+ "callback",
2123
+ "fields",
2124
+ "key",
2125
+ "oauth_token",
2126
+ "prettyPrint",
2127
+ "quotaUser",
2128
+ "upload_protocol",
2129
+ "uploadType",
2130
+ "part",
2131
+ "hl",
2132
+ "maxResults",
2133
+ "pageToken"
2134
+ ]
2135
+ },
2136
+ "tests.insert": {
2137
+ "accessPath": [
2138
+ "testsInsert"
2139
+ ],
2140
+ "bodyKind": "properties",
2141
+ "bodyPropertyKeys": [
2142
+ "featuredPart",
2143
+ "gaia",
2144
+ "id",
2145
+ "snippet"
2146
+ ],
2147
+ "contentType": "application/json",
2148
+ "headerParameterKeys": [],
2149
+ "method": "POST",
2150
+ "routeTemplate": "/youtube/v3/tests",
2151
+ "pathConflictKeys": [],
2152
+ "pathParameterKeys": [],
2153
+ "queryConflictKeys": [],
2154
+ "queryParameterKeys": [
2155
+ "$.xgafv",
2156
+ "access_token",
2157
+ "alt",
2158
+ "callback",
2159
+ "fields",
2160
+ "key",
2161
+ "oauth_token",
2162
+ "prettyPrint",
2163
+ "quotaUser",
2164
+ "upload_protocol",
2165
+ "uploadType",
2166
+ "part",
2167
+ "externalChannelId"
2168
+ ]
2169
+ },
2170
+ "thirdPartyLinks.delete": {
2171
+ "accessPath": [
2172
+ "thirdPartyLinksDelete"
2173
+ ],
2174
+ "bodyKind": "none",
2175
+ "bodyPropertyKeys": [],
2176
+ "contentType": "application/json",
2177
+ "headerParameterKeys": [],
2178
+ "method": "DELETE",
2179
+ "routeTemplate": "/youtube/v3/thirdPartyLinks",
2180
+ "pathConflictKeys": [],
2181
+ "pathParameterKeys": [],
2182
+ "queryConflictKeys": [],
2183
+ "queryParameterKeys": [
2184
+ "$.xgafv",
2185
+ "access_token",
2186
+ "alt",
2187
+ "callback",
2188
+ "fields",
2189
+ "key",
2190
+ "oauth_token",
2191
+ "prettyPrint",
2192
+ "quotaUser",
2193
+ "upload_protocol",
2194
+ "uploadType",
2195
+ "linkingToken",
2196
+ "type",
2197
+ "externalChannelId",
2198
+ "part"
2199
+ ]
2200
+ },
2201
+ "thirdPartyLinks.list": {
2202
+ "accessPath": [
2203
+ "thirdPartyLinksList"
2204
+ ],
2205
+ "bodyKind": "none",
2206
+ "bodyPropertyKeys": [],
2207
+ "contentType": "application/json",
2208
+ "headerParameterKeys": [],
2209
+ "method": "GET",
2210
+ "routeTemplate": "/youtube/v3/thirdPartyLinks",
2211
+ "pathConflictKeys": [],
2212
+ "pathParameterKeys": [],
2213
+ "queryConflictKeys": [],
2214
+ "queryParameterKeys": [
2215
+ "$.xgafv",
2216
+ "access_token",
2217
+ "alt",
2218
+ "callback",
2219
+ "fields",
2220
+ "key",
2221
+ "oauth_token",
2222
+ "prettyPrint",
2223
+ "quotaUser",
2224
+ "upload_protocol",
2225
+ "uploadType",
2226
+ "part",
2227
+ "externalChannelId",
2228
+ "linkingToken",
2229
+ "type"
2230
+ ]
2231
+ },
2232
+ "thirdPartyLinks.insert": {
2233
+ "accessPath": [
2234
+ "thirdPartyLinksInsert"
2235
+ ],
2236
+ "bodyKind": "properties",
2237
+ "bodyPropertyKeys": [
2238
+ "etag",
2239
+ "kind",
2240
+ "linkingToken",
2241
+ "snippet",
2242
+ "status"
2243
+ ],
2244
+ "contentType": "application/json",
2245
+ "headerParameterKeys": [],
2246
+ "method": "POST",
2247
+ "routeTemplate": "/youtube/v3/thirdPartyLinks",
2248
+ "pathConflictKeys": [],
2249
+ "pathParameterKeys": [],
2250
+ "queryConflictKeys": [],
2251
+ "queryParameterKeys": [
2252
+ "$.xgafv",
2253
+ "access_token",
2254
+ "alt",
2255
+ "callback",
2256
+ "fields",
2257
+ "key",
2258
+ "oauth_token",
2259
+ "prettyPrint",
2260
+ "quotaUser",
2261
+ "upload_protocol",
2262
+ "uploadType",
2263
+ "part",
2264
+ "externalChannelId"
2265
+ ]
2266
+ },
2267
+ "thirdPartyLinks.update": {
2268
+ "accessPath": [
2269
+ "thirdPartyLinksUpdate"
2270
+ ],
2271
+ "bodyKind": "properties",
2272
+ "bodyPropertyKeys": [
2273
+ "etag",
2274
+ "kind",
2275
+ "linkingToken",
2276
+ "snippet",
2277
+ "status"
2278
+ ],
2279
+ "contentType": "application/json",
2280
+ "headerParameterKeys": [],
2281
+ "method": "PUT",
2282
+ "routeTemplate": "/youtube/v3/thirdPartyLinks",
2283
+ "pathConflictKeys": [],
2284
+ "pathParameterKeys": [],
2285
+ "queryConflictKeys": [],
2286
+ "queryParameterKeys": [
2287
+ "$.xgafv",
2288
+ "access_token",
2289
+ "alt",
2290
+ "callback",
2291
+ "fields",
2292
+ "key",
2293
+ "oauth_token",
2294
+ "prettyPrint",
2295
+ "quotaUser",
2296
+ "upload_protocol",
2297
+ "uploadType",
2298
+ "part",
2299
+ "externalChannelId"
2300
+ ]
2301
+ },
2302
+ "thumbnails.set": {
2303
+ "accessPath": [
2304
+ "thumbnailsSet"
2305
+ ],
2306
+ "bodyKind": "none",
2307
+ "bodyPropertyKeys": [],
2308
+ "contentType": "application/json",
2309
+ "headerParameterKeys": [],
2310
+ "method": "POST",
2311
+ "routeTemplate": "/youtube/v3/thumbnails/set",
2312
+ "pathConflictKeys": [],
2313
+ "pathParameterKeys": [],
2314
+ "queryConflictKeys": [],
2315
+ "queryParameterKeys": [
2316
+ "$.xgafv",
2317
+ "access_token",
2318
+ "alt",
2319
+ "callback",
2320
+ "fields",
2321
+ "key",
2322
+ "oauth_token",
2323
+ "prettyPrint",
2324
+ "quotaUser",
2325
+ "upload_protocol",
2326
+ "uploadType",
2327
+ "videoId",
2328
+ "onBehalfOfContentOwner"
2329
+ ]
2330
+ },
2331
+ "videoAbuseReportReasons.list": {
2332
+ "accessPath": [
2333
+ "videoAbuseReportReasonsList"
2334
+ ],
2335
+ "bodyKind": "none",
2336
+ "bodyPropertyKeys": [],
2337
+ "contentType": "application/json",
2338
+ "headerParameterKeys": [],
2339
+ "method": "GET",
2340
+ "routeTemplate": "/youtube/v3/videoAbuseReportReasons",
2341
+ "pathConflictKeys": [],
2342
+ "pathParameterKeys": [],
2343
+ "queryConflictKeys": [],
2344
+ "queryParameterKeys": [
2345
+ "$.xgafv",
2346
+ "access_token",
2347
+ "alt",
2348
+ "callback",
2349
+ "fields",
2350
+ "key",
2351
+ "oauth_token",
2352
+ "prettyPrint",
2353
+ "quotaUser",
2354
+ "upload_protocol",
2355
+ "uploadType",
2356
+ "part",
2357
+ "hl"
2358
+ ]
2359
+ },
2360
+ "videoCategories.list": {
2361
+ "accessPath": [
2362
+ "videoCategoriesList"
2363
+ ],
2364
+ "bodyKind": "none",
2365
+ "bodyPropertyKeys": [],
2366
+ "contentType": "application/json",
2367
+ "headerParameterKeys": [],
2368
+ "method": "GET",
2369
+ "routeTemplate": "/youtube/v3/videoCategories",
2370
+ "pathConflictKeys": [],
2371
+ "pathParameterKeys": [],
2372
+ "queryConflictKeys": [],
2373
+ "queryParameterKeys": [
2374
+ "$.xgafv",
2375
+ "access_token",
2376
+ "alt",
2377
+ "callback",
2378
+ "fields",
2379
+ "key",
2380
+ "oauth_token",
2381
+ "prettyPrint",
2382
+ "quotaUser",
2383
+ "upload_protocol",
2384
+ "uploadType",
2385
+ "part",
2386
+ "hl",
2387
+ "id",
2388
+ "regionCode"
2389
+ ]
2390
+ },
2391
+ "videos.delete": {
2392
+ "accessPath": [
2393
+ "videosDelete"
2394
+ ],
2395
+ "bodyKind": "none",
2396
+ "bodyPropertyKeys": [],
2397
+ "contentType": "application/json",
2398
+ "headerParameterKeys": [],
2399
+ "method": "DELETE",
2400
+ "routeTemplate": "/youtube/v3/videos",
2401
+ "pathConflictKeys": [],
2402
+ "pathParameterKeys": [],
2403
+ "queryConflictKeys": [],
2404
+ "queryParameterKeys": [
2405
+ "$.xgafv",
2406
+ "access_token",
2407
+ "alt",
2408
+ "callback",
2409
+ "fields",
2410
+ "key",
2411
+ "oauth_token",
2412
+ "prettyPrint",
2413
+ "quotaUser",
2414
+ "upload_protocol",
2415
+ "uploadType",
2416
+ "id",
2417
+ "onBehalfOfContentOwner"
2418
+ ]
2419
+ },
2420
+ "videos.list": {
2421
+ "accessPath": [
2422
+ "videosList"
2423
+ ],
2424
+ "bodyKind": "none",
2425
+ "bodyPropertyKeys": [],
2426
+ "contentType": "application/json",
2427
+ "headerParameterKeys": [],
2428
+ "method": "GET",
2429
+ "routeTemplate": "/youtube/v3/videos",
2430
+ "pathConflictKeys": [],
2431
+ "pathParameterKeys": [],
2432
+ "queryConflictKeys": [],
2433
+ "queryParameterKeys": [
2434
+ "$.xgafv",
2435
+ "access_token",
2436
+ "alt",
2437
+ "callback",
2438
+ "fields",
2439
+ "key",
2440
+ "oauth_token",
2441
+ "prettyPrint",
2442
+ "quotaUser",
2443
+ "upload_protocol",
2444
+ "uploadType",
2445
+ "part",
2446
+ "chart",
2447
+ "hl",
2448
+ "id",
2449
+ "locale",
2450
+ "maxHeight",
2451
+ "maxResults",
2452
+ "maxWidth",
2453
+ "myRating",
2454
+ "onBehalfOfContentOwner",
2455
+ "pageToken",
2456
+ "regionCode",
2457
+ "videoCategoryId"
2458
+ ]
2459
+ },
2460
+ "videos.insert": {
2461
+ "accessPath": [
2462
+ "videosInsert"
2463
+ ],
2464
+ "bodyKind": "properties",
2465
+ "bodyPropertyKeys": [
2466
+ "ageGating",
2467
+ "contentDetails",
2468
+ "etag",
2469
+ "fileDetails",
2470
+ "id",
2471
+ "kind",
2472
+ "liveStreamingDetails",
2473
+ "localizations",
2474
+ "monetizationDetails",
2475
+ "player",
2476
+ "processingDetails",
2477
+ "projectDetails",
2478
+ "recordingDetails",
2479
+ "snippet",
2480
+ "statistics",
2481
+ "status",
2482
+ "suggestions",
2483
+ "topicDetails"
2484
+ ],
2485
+ "contentType": "application/json",
2486
+ "headerParameterKeys": [],
2487
+ "method": "POST",
2488
+ "routeTemplate": "/youtube/v3/videos",
2489
+ "pathConflictKeys": [],
2490
+ "pathParameterKeys": [],
2491
+ "queryConflictKeys": [],
2492
+ "queryParameterKeys": [
2493
+ "$.xgafv",
2494
+ "access_token",
2495
+ "alt",
2496
+ "callback",
2497
+ "fields",
2498
+ "key",
2499
+ "oauth_token",
2500
+ "prettyPrint",
2501
+ "quotaUser",
2502
+ "upload_protocol",
2503
+ "uploadType",
2504
+ "part",
2505
+ "autoLevels",
2506
+ "notifySubscribers",
2507
+ "onBehalfOfContentOwner",
2508
+ "onBehalfOfContentOwnerChannel",
2509
+ "stabilize"
2510
+ ]
2511
+ },
2512
+ "videos.update": {
2513
+ "accessPath": [
2514
+ "videosUpdate"
2515
+ ],
2516
+ "bodyKind": "properties",
2517
+ "bodyPropertyKeys": [
2518
+ "ageGating",
2519
+ "contentDetails",
2520
+ "etag",
2521
+ "fileDetails",
2522
+ "id",
2523
+ "kind",
2524
+ "liveStreamingDetails",
2525
+ "localizations",
2526
+ "monetizationDetails",
2527
+ "player",
2528
+ "processingDetails",
2529
+ "projectDetails",
2530
+ "recordingDetails",
2531
+ "snippet",
2532
+ "statistics",
2533
+ "status",
2534
+ "suggestions",
2535
+ "topicDetails"
2536
+ ],
2537
+ "contentType": "application/json",
2538
+ "headerParameterKeys": [],
2539
+ "method": "PUT",
2540
+ "routeTemplate": "/youtube/v3/videos",
2541
+ "pathConflictKeys": [],
2542
+ "pathParameterKeys": [],
2543
+ "queryConflictKeys": [],
2544
+ "queryParameterKeys": [
2545
+ "$.xgafv",
2546
+ "access_token",
2547
+ "alt",
2548
+ "callback",
2549
+ "fields",
2550
+ "key",
2551
+ "oauth_token",
2552
+ "prettyPrint",
2553
+ "quotaUser",
2554
+ "upload_protocol",
2555
+ "uploadType",
2556
+ "part",
2557
+ "onBehalfOfContentOwner"
2558
+ ]
2559
+ },
2560
+ "videos.getRating": {
2561
+ "accessPath": [
2562
+ "videosGetRating"
2563
+ ],
2564
+ "bodyKind": "none",
2565
+ "bodyPropertyKeys": [],
2566
+ "contentType": "application/json",
2567
+ "headerParameterKeys": [],
2568
+ "method": "GET",
2569
+ "routeTemplate": "/youtube/v3/videos/getRating",
2570
+ "pathConflictKeys": [],
2571
+ "pathParameterKeys": [],
2572
+ "queryConflictKeys": [],
2573
+ "queryParameterKeys": [
2574
+ "$.xgafv",
2575
+ "access_token",
2576
+ "alt",
2577
+ "callback",
2578
+ "fields",
2579
+ "key",
2580
+ "oauth_token",
2581
+ "prettyPrint",
2582
+ "quotaUser",
2583
+ "upload_protocol",
2584
+ "uploadType",
2585
+ "id",
2586
+ "onBehalfOfContentOwner"
2587
+ ]
2588
+ },
2589
+ "videos.rate": {
2590
+ "accessPath": [
2591
+ "videosRate"
2592
+ ],
2593
+ "bodyKind": "none",
2594
+ "bodyPropertyKeys": [],
2595
+ "contentType": "application/json",
2596
+ "headerParameterKeys": [],
2597
+ "method": "POST",
2598
+ "routeTemplate": "/youtube/v3/videos/rate",
2599
+ "pathConflictKeys": [],
2600
+ "pathParameterKeys": [],
2601
+ "queryConflictKeys": [],
2602
+ "queryParameterKeys": [
2603
+ "$.xgafv",
2604
+ "access_token",
2605
+ "alt",
2606
+ "callback",
2607
+ "fields",
2608
+ "key",
2609
+ "oauth_token",
2610
+ "prettyPrint",
2611
+ "quotaUser",
2612
+ "upload_protocol",
2613
+ "uploadType",
2614
+ "id",
2615
+ "rating"
2616
+ ]
2617
+ },
2618
+ "videos.reportAbuse": {
2619
+ "accessPath": [
2620
+ "videosReportAbuse"
2621
+ ],
2622
+ "bodyKind": "properties",
2623
+ "bodyPropertyKeys": [
2624
+ "comments",
2625
+ "language",
2626
+ "reasonId",
2627
+ "secondaryReasonId",
2628
+ "videoId"
2629
+ ],
2630
+ "contentType": "application/json",
2631
+ "headerParameterKeys": [],
2632
+ "method": "POST",
2633
+ "routeTemplate": "/youtube/v3/videos/reportAbuse",
2634
+ "pathConflictKeys": [],
2635
+ "pathParameterKeys": [],
2636
+ "queryConflictKeys": [],
2637
+ "queryParameterKeys": [
2638
+ "$.xgafv",
2639
+ "access_token",
2640
+ "alt",
2641
+ "callback",
2642
+ "fields",
2643
+ "key",
2644
+ "oauth_token",
2645
+ "prettyPrint",
2646
+ "quotaUser",
2647
+ "upload_protocol",
2648
+ "uploadType",
2649
+ "onBehalfOfContentOwner"
2650
+ ]
2651
+ },
2652
+ "watermarks.set": {
2653
+ "accessPath": [
2654
+ "watermarksSet"
2655
+ ],
2656
+ "bodyKind": "properties",
2657
+ "bodyPropertyKeys": [
2658
+ "imageBytes",
2659
+ "imageUrl",
2660
+ "position",
2661
+ "targetChannelId",
2662
+ "timing"
2663
+ ],
2664
+ "contentType": "application/json",
2665
+ "headerParameterKeys": [],
2666
+ "method": "POST",
2667
+ "routeTemplate": "/youtube/v3/watermarks/set",
2668
+ "pathConflictKeys": [],
2669
+ "pathParameterKeys": [],
2670
+ "queryConflictKeys": [],
2671
+ "queryParameterKeys": [
2672
+ "$.xgafv",
2673
+ "access_token",
2674
+ "alt",
2675
+ "callback",
2676
+ "fields",
2677
+ "key",
2678
+ "oauth_token",
2679
+ "prettyPrint",
2680
+ "quotaUser",
2681
+ "upload_protocol",
2682
+ "uploadType",
2683
+ "channelId",
2684
+ "onBehalfOfContentOwner"
2685
+ ]
2686
+ },
2687
+ "watermarks.unset": {
2688
+ "accessPath": [
2689
+ "watermarksUnset"
2690
+ ],
2691
+ "bodyKind": "none",
2692
+ "bodyPropertyKeys": [],
2693
+ "contentType": "application/json",
2694
+ "headerParameterKeys": [],
2695
+ "method": "POST",
2696
+ "routeTemplate": "/youtube/v3/watermarks/unset",
2697
+ "pathConflictKeys": [],
2698
+ "pathParameterKeys": [],
2699
+ "queryConflictKeys": [],
2700
+ "queryParameterKeys": [
2701
+ "$.xgafv",
2702
+ "access_token",
2703
+ "alt",
2704
+ "callback",
2705
+ "fields",
2706
+ "key",
2707
+ "oauth_token",
2708
+ "prettyPrint",
2709
+ "quotaUser",
2710
+ "upload_protocol",
2711
+ "uploadType",
2712
+ "channelId",
2713
+ "onBehalfOfContentOwner"
2714
+ ]
2715
+ }
2716
+ } satisfies ToolRuntimeMetadataMap;