@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,1962 @@
1
+ import type { ToolRuntimeMetadataMap } from "../../client.js";
2
+
3
+ export const toolMetadata = {
4
+ "about.get": {
5
+ "accessPath": [
6
+ "aboutGet"
7
+ ],
8
+ "bodyKind": "none",
9
+ "bodyPropertyKeys": [],
10
+ "contentType": "application/json",
11
+ "headerParameterKeys": [],
12
+ "method": "GET",
13
+ "routeTemplate": "/drive/v3/about",
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
+ ]
30
+ },
31
+ "apps.list": {
32
+ "accessPath": [
33
+ "appsList"
34
+ ],
35
+ "bodyKind": "none",
36
+ "bodyPropertyKeys": [],
37
+ "contentType": "application/json",
38
+ "headerParameterKeys": [],
39
+ "method": "GET",
40
+ "routeTemplate": "/drive/v3/apps",
41
+ "pathConflictKeys": [],
42
+ "pathParameterKeys": [],
43
+ "queryConflictKeys": [],
44
+ "queryParameterKeys": [
45
+ "$.xgafv",
46
+ "access_token",
47
+ "alt",
48
+ "callback",
49
+ "fields",
50
+ "key",
51
+ "oauth_token",
52
+ "prettyPrint",
53
+ "quotaUser",
54
+ "upload_protocol",
55
+ "uploadType",
56
+ "appFilterExtensions",
57
+ "appFilterMimeTypes",
58
+ "languageCode"
59
+ ]
60
+ },
61
+ "apps.get": {
62
+ "accessPath": [
63
+ "appsGet"
64
+ ],
65
+ "bodyKind": "none",
66
+ "bodyPropertyKeys": [],
67
+ "contentType": "application/json",
68
+ "headerParameterKeys": [],
69
+ "method": "GET",
70
+ "routeTemplate": "/drive/v3/apps/{appId}",
71
+ "pathConflictKeys": [],
72
+ "pathParameterKeys": [
73
+ "appId"
74
+ ],
75
+ "queryConflictKeys": [],
76
+ "queryParameterKeys": [
77
+ "$.xgafv",
78
+ "access_token",
79
+ "alt",
80
+ "callback",
81
+ "fields",
82
+ "key",
83
+ "oauth_token",
84
+ "prettyPrint",
85
+ "quotaUser",
86
+ "upload_protocol",
87
+ "uploadType"
88
+ ]
89
+ },
90
+ "changes.list": {
91
+ "accessPath": [
92
+ "changesList"
93
+ ],
94
+ "bodyKind": "none",
95
+ "bodyPropertyKeys": [],
96
+ "contentType": "application/json",
97
+ "headerParameterKeys": [],
98
+ "method": "GET",
99
+ "routeTemplate": "/drive/v3/changes",
100
+ "pathConflictKeys": [],
101
+ "pathParameterKeys": [],
102
+ "queryConflictKeys": [],
103
+ "queryParameterKeys": [
104
+ "$.xgafv",
105
+ "access_token",
106
+ "alt",
107
+ "callback",
108
+ "fields",
109
+ "key",
110
+ "oauth_token",
111
+ "prettyPrint",
112
+ "quotaUser",
113
+ "upload_protocol",
114
+ "uploadType",
115
+ "pageToken",
116
+ "driveId",
117
+ "includeCorpusRemovals",
118
+ "includeItemsFromAllDrives",
119
+ "includeLabels",
120
+ "includePermissionsForView",
121
+ "includeRemoved",
122
+ "includeTeamDriveItems",
123
+ "pageSize",
124
+ "restrictToMyDrive",
125
+ "spaces",
126
+ "supportsAllDrives",
127
+ "supportsTeamDrives",
128
+ "teamDriveId"
129
+ ]
130
+ },
131
+ "changes.getStartPageToken": {
132
+ "accessPath": [
133
+ "changesGetStartPageToken"
134
+ ],
135
+ "bodyKind": "none",
136
+ "bodyPropertyKeys": [],
137
+ "contentType": "application/json",
138
+ "headerParameterKeys": [],
139
+ "method": "GET",
140
+ "routeTemplate": "/drive/v3/changes/startPageToken",
141
+ "pathConflictKeys": [],
142
+ "pathParameterKeys": [],
143
+ "queryConflictKeys": [],
144
+ "queryParameterKeys": [
145
+ "$.xgafv",
146
+ "access_token",
147
+ "alt",
148
+ "callback",
149
+ "fields",
150
+ "key",
151
+ "oauth_token",
152
+ "prettyPrint",
153
+ "quotaUser",
154
+ "upload_protocol",
155
+ "uploadType",
156
+ "driveId",
157
+ "supportsAllDrives",
158
+ "supportsTeamDrives",
159
+ "teamDriveId"
160
+ ]
161
+ },
162
+ "changes.watch": {
163
+ "accessPath": [
164
+ "changesWatch"
165
+ ],
166
+ "bodyKind": "properties",
167
+ "bodyPropertyKeys": [
168
+ "address",
169
+ "expiration",
170
+ "id",
171
+ "kind",
172
+ "params",
173
+ "payload",
174
+ "resourceId",
175
+ "resourceUri",
176
+ "token",
177
+ "type"
178
+ ],
179
+ "contentType": "application/json",
180
+ "headerParameterKeys": [],
181
+ "method": "POST",
182
+ "routeTemplate": "/drive/v3/changes/watch",
183
+ "pathConflictKeys": [],
184
+ "pathParameterKeys": [],
185
+ "queryConflictKeys": [],
186
+ "queryParameterKeys": [
187
+ "$.xgafv",
188
+ "access_token",
189
+ "alt",
190
+ "callback",
191
+ "fields",
192
+ "key",
193
+ "oauth_token",
194
+ "prettyPrint",
195
+ "quotaUser",
196
+ "upload_protocol",
197
+ "uploadType",
198
+ "pageToken",
199
+ "driveId",
200
+ "includeCorpusRemovals",
201
+ "includeItemsFromAllDrives",
202
+ "includeLabels",
203
+ "includePermissionsForView",
204
+ "includeRemoved",
205
+ "includeTeamDriveItems",
206
+ "pageSize",
207
+ "restrictToMyDrive",
208
+ "spaces",
209
+ "supportsAllDrives",
210
+ "supportsTeamDrives",
211
+ "teamDriveId"
212
+ ]
213
+ },
214
+ "channels.stop": {
215
+ "accessPath": [
216
+ "channelsStop"
217
+ ],
218
+ "bodyKind": "properties",
219
+ "bodyPropertyKeys": [
220
+ "address",
221
+ "expiration",
222
+ "id",
223
+ "kind",
224
+ "params",
225
+ "payload",
226
+ "resourceId",
227
+ "resourceUri",
228
+ "token",
229
+ "type"
230
+ ],
231
+ "contentType": "application/json",
232
+ "headerParameterKeys": [],
233
+ "method": "POST",
234
+ "routeTemplate": "/drive/v3/channels/stop",
235
+ "pathConflictKeys": [],
236
+ "pathParameterKeys": [],
237
+ "queryConflictKeys": [],
238
+ "queryParameterKeys": [
239
+ "$.xgafv",
240
+ "access_token",
241
+ "alt",
242
+ "callback",
243
+ "fields",
244
+ "key",
245
+ "oauth_token",
246
+ "prettyPrint",
247
+ "quotaUser",
248
+ "upload_protocol",
249
+ "uploadType"
250
+ ]
251
+ },
252
+ "drives.list": {
253
+ "accessPath": [
254
+ "drivesList"
255
+ ],
256
+ "bodyKind": "none",
257
+ "bodyPropertyKeys": [],
258
+ "contentType": "application/json",
259
+ "headerParameterKeys": [],
260
+ "method": "GET",
261
+ "routeTemplate": "/drive/v3/drives",
262
+ "pathConflictKeys": [],
263
+ "pathParameterKeys": [],
264
+ "queryConflictKeys": [],
265
+ "queryParameterKeys": [
266
+ "$.xgafv",
267
+ "access_token",
268
+ "alt",
269
+ "callback",
270
+ "fields",
271
+ "key",
272
+ "oauth_token",
273
+ "prettyPrint",
274
+ "quotaUser",
275
+ "upload_protocol",
276
+ "uploadType",
277
+ "pageSize",
278
+ "pageToken",
279
+ "q",
280
+ "useDomainAdminAccess"
281
+ ]
282
+ },
283
+ "drives.create": {
284
+ "accessPath": [
285
+ "drivesCreate"
286
+ ],
287
+ "bodyKind": "properties",
288
+ "bodyPropertyKeys": [
289
+ "backgroundImageFile",
290
+ "backgroundImageLink",
291
+ "capabilities",
292
+ "colorRgb",
293
+ "createdTime",
294
+ "hidden",
295
+ "id",
296
+ "kind",
297
+ "name",
298
+ "orgUnitId",
299
+ "restrictions",
300
+ "themeId"
301
+ ],
302
+ "contentType": "application/json",
303
+ "headerParameterKeys": [],
304
+ "method": "POST",
305
+ "routeTemplate": "/drive/v3/drives",
306
+ "pathConflictKeys": [],
307
+ "pathParameterKeys": [],
308
+ "queryConflictKeys": [],
309
+ "queryParameterKeys": [
310
+ "$.xgafv",
311
+ "access_token",
312
+ "alt",
313
+ "callback",
314
+ "fields",
315
+ "key",
316
+ "oauth_token",
317
+ "prettyPrint",
318
+ "quotaUser",
319
+ "upload_protocol",
320
+ "uploadType",
321
+ "requestId"
322
+ ]
323
+ },
324
+ "drives.delete": {
325
+ "accessPath": [
326
+ "drivesDelete"
327
+ ],
328
+ "bodyKind": "none",
329
+ "bodyPropertyKeys": [],
330
+ "contentType": "application/json",
331
+ "headerParameterKeys": [],
332
+ "method": "DELETE",
333
+ "routeTemplate": "/drive/v3/drives/{driveId}",
334
+ "pathConflictKeys": [],
335
+ "pathParameterKeys": [
336
+ "driveId"
337
+ ],
338
+ "queryConflictKeys": [],
339
+ "queryParameterKeys": [
340
+ "$.xgafv",
341
+ "access_token",
342
+ "alt",
343
+ "callback",
344
+ "fields",
345
+ "key",
346
+ "oauth_token",
347
+ "prettyPrint",
348
+ "quotaUser",
349
+ "upload_protocol",
350
+ "uploadType",
351
+ "allowItemDeletion",
352
+ "useDomainAdminAccess"
353
+ ]
354
+ },
355
+ "drives.get": {
356
+ "accessPath": [
357
+ "drivesGet"
358
+ ],
359
+ "bodyKind": "none",
360
+ "bodyPropertyKeys": [],
361
+ "contentType": "application/json",
362
+ "headerParameterKeys": [],
363
+ "method": "GET",
364
+ "routeTemplate": "/drive/v3/drives/{driveId}",
365
+ "pathConflictKeys": [],
366
+ "pathParameterKeys": [
367
+ "driveId"
368
+ ],
369
+ "queryConflictKeys": [],
370
+ "queryParameterKeys": [
371
+ "$.xgafv",
372
+ "access_token",
373
+ "alt",
374
+ "callback",
375
+ "fields",
376
+ "key",
377
+ "oauth_token",
378
+ "prettyPrint",
379
+ "quotaUser",
380
+ "upload_protocol",
381
+ "uploadType",
382
+ "useDomainAdminAccess"
383
+ ]
384
+ },
385
+ "drives.update": {
386
+ "accessPath": [
387
+ "drivesUpdate"
388
+ ],
389
+ "bodyKind": "properties",
390
+ "bodyPropertyKeys": [
391
+ "backgroundImageFile",
392
+ "backgroundImageLink",
393
+ "capabilities",
394
+ "colorRgb",
395
+ "createdTime",
396
+ "hidden",
397
+ "id",
398
+ "kind",
399
+ "name",
400
+ "orgUnitId",
401
+ "restrictions",
402
+ "themeId"
403
+ ],
404
+ "contentType": "application/json",
405
+ "headerParameterKeys": [],
406
+ "method": "PATCH",
407
+ "routeTemplate": "/drive/v3/drives/{driveId}",
408
+ "pathConflictKeys": [],
409
+ "pathParameterKeys": [
410
+ "driveId"
411
+ ],
412
+ "queryConflictKeys": [],
413
+ "queryParameterKeys": [
414
+ "$.xgafv",
415
+ "access_token",
416
+ "alt",
417
+ "callback",
418
+ "fields",
419
+ "key",
420
+ "oauth_token",
421
+ "prettyPrint",
422
+ "quotaUser",
423
+ "upload_protocol",
424
+ "uploadType",
425
+ "useDomainAdminAccess"
426
+ ]
427
+ },
428
+ "drives.hide": {
429
+ "accessPath": [
430
+ "drivesHide"
431
+ ],
432
+ "bodyKind": "none",
433
+ "bodyPropertyKeys": [],
434
+ "contentType": "application/json",
435
+ "headerParameterKeys": [],
436
+ "method": "POST",
437
+ "routeTemplate": "/drive/v3/drives/{driveId}/hide",
438
+ "pathConflictKeys": [],
439
+ "pathParameterKeys": [
440
+ "driveId"
441
+ ],
442
+ "queryConflictKeys": [],
443
+ "queryParameterKeys": [
444
+ "$.xgafv",
445
+ "access_token",
446
+ "alt",
447
+ "callback",
448
+ "fields",
449
+ "key",
450
+ "oauth_token",
451
+ "prettyPrint",
452
+ "quotaUser",
453
+ "upload_protocol",
454
+ "uploadType"
455
+ ]
456
+ },
457
+ "drives.unhide": {
458
+ "accessPath": [
459
+ "drivesUnhide"
460
+ ],
461
+ "bodyKind": "none",
462
+ "bodyPropertyKeys": [],
463
+ "contentType": "application/json",
464
+ "headerParameterKeys": [],
465
+ "method": "POST",
466
+ "routeTemplate": "/drive/v3/drives/{driveId}/unhide",
467
+ "pathConflictKeys": [],
468
+ "pathParameterKeys": [
469
+ "driveId"
470
+ ],
471
+ "queryConflictKeys": [],
472
+ "queryParameterKeys": [
473
+ "$.xgafv",
474
+ "access_token",
475
+ "alt",
476
+ "callback",
477
+ "fields",
478
+ "key",
479
+ "oauth_token",
480
+ "prettyPrint",
481
+ "quotaUser",
482
+ "upload_protocol",
483
+ "uploadType"
484
+ ]
485
+ },
486
+ "files.list": {
487
+ "accessPath": [
488
+ "filesList"
489
+ ],
490
+ "bodyKind": "none",
491
+ "bodyPropertyKeys": [],
492
+ "contentType": "application/json",
493
+ "headerParameterKeys": [],
494
+ "method": "GET",
495
+ "routeTemplate": "/drive/v3/files",
496
+ "pathConflictKeys": [],
497
+ "pathParameterKeys": [],
498
+ "queryConflictKeys": [],
499
+ "queryParameterKeys": [
500
+ "$.xgafv",
501
+ "access_token",
502
+ "alt",
503
+ "callback",
504
+ "fields",
505
+ "key",
506
+ "oauth_token",
507
+ "prettyPrint",
508
+ "quotaUser",
509
+ "upload_protocol",
510
+ "uploadType",
511
+ "corpora",
512
+ "corpus",
513
+ "driveId",
514
+ "includeItemsFromAllDrives",
515
+ "includeLabels",
516
+ "includePermissionsForView",
517
+ "includeTeamDriveItems",
518
+ "orderBy",
519
+ "pageSize",
520
+ "pageToken",
521
+ "q",
522
+ "spaces",
523
+ "supportsAllDrives",
524
+ "supportsTeamDrives",
525
+ "teamDriveId"
526
+ ]
527
+ },
528
+ "files.create": {
529
+ "accessPath": [
530
+ "filesCreate"
531
+ ],
532
+ "bodyKind": "properties",
533
+ "bodyPropertyKeys": [
534
+ "appProperties",
535
+ "capabilities",
536
+ "contentHints",
537
+ "contentRestrictions",
538
+ "copyRequiresWriterPermission",
539
+ "createdTime",
540
+ "description",
541
+ "driveId",
542
+ "explicitlyTrashed",
543
+ "exportLinks",
544
+ "fileExtension",
545
+ "folderColorRgb",
546
+ "fullFileExtension",
547
+ "hasAugmentedPermissions",
548
+ "hasThumbnail",
549
+ "headRevisionId",
550
+ "iconLink",
551
+ "id",
552
+ "imageMediaMetadata",
553
+ "isAppAuthorized",
554
+ "kind",
555
+ "labelInfo",
556
+ "lastModifyingUser",
557
+ "linkShareMetadata",
558
+ "md5Checksum",
559
+ "mimeType",
560
+ "modifiedByMe",
561
+ "modifiedByMeTime",
562
+ "modifiedTime",
563
+ "name",
564
+ "originalFilename",
565
+ "ownedByMe",
566
+ "owners",
567
+ "parents",
568
+ "permissionIds",
569
+ "permissions",
570
+ "properties",
571
+ "quotaBytesUsed",
572
+ "resourceKey",
573
+ "sha1Checksum",
574
+ "sha256Checksum",
575
+ "shared",
576
+ "sharedWithMeTime",
577
+ "sharingUser",
578
+ "shortcutDetails",
579
+ "size",
580
+ "spaces",
581
+ "starred",
582
+ "teamDriveId",
583
+ "thumbnailLink",
584
+ "thumbnailVersion",
585
+ "trashed",
586
+ "trashedTime",
587
+ "trashingUser",
588
+ "version",
589
+ "videoMediaMetadata",
590
+ "viewedByMe",
591
+ "viewedByMeTime",
592
+ "viewersCanCopyContent",
593
+ "webContentLink",
594
+ "webViewLink",
595
+ "writersCanShare"
596
+ ],
597
+ "contentType": "application/json",
598
+ "headerParameterKeys": [],
599
+ "method": "POST",
600
+ "routeTemplate": "/drive/v3/files",
601
+ "pathConflictKeys": [],
602
+ "pathParameterKeys": [],
603
+ "queryConflictKeys": [],
604
+ "queryParameterKeys": [
605
+ "$.xgafv",
606
+ "access_token",
607
+ "alt",
608
+ "callback",
609
+ "fields",
610
+ "key",
611
+ "oauth_token",
612
+ "prettyPrint",
613
+ "quotaUser",
614
+ "upload_protocol",
615
+ "uploadType",
616
+ "enforceSingleParent",
617
+ "ignoreDefaultVisibility",
618
+ "includeLabels",
619
+ "includePermissionsForView",
620
+ "keepRevisionForever",
621
+ "ocrLanguage",
622
+ "supportsAllDrives",
623
+ "supportsTeamDrives",
624
+ "useContentAsIndexableText"
625
+ ]
626
+ },
627
+ "files.generateIds": {
628
+ "accessPath": [
629
+ "filesGenerateIds"
630
+ ],
631
+ "bodyKind": "none",
632
+ "bodyPropertyKeys": [],
633
+ "contentType": "application/json",
634
+ "headerParameterKeys": [],
635
+ "method": "GET",
636
+ "routeTemplate": "/drive/v3/files/generateIds",
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
+ "count",
653
+ "space",
654
+ "type"
655
+ ]
656
+ },
657
+ "files.emptyTrash": {
658
+ "accessPath": [
659
+ "filesEmptyTrash"
660
+ ],
661
+ "bodyKind": "none",
662
+ "bodyPropertyKeys": [],
663
+ "contentType": "application/json",
664
+ "headerParameterKeys": [],
665
+ "method": "DELETE",
666
+ "routeTemplate": "/drive/v3/files/trash",
667
+ "pathConflictKeys": [],
668
+ "pathParameterKeys": [],
669
+ "queryConflictKeys": [],
670
+ "queryParameterKeys": [
671
+ "$.xgafv",
672
+ "access_token",
673
+ "alt",
674
+ "callback",
675
+ "fields",
676
+ "key",
677
+ "oauth_token",
678
+ "prettyPrint",
679
+ "quotaUser",
680
+ "upload_protocol",
681
+ "uploadType",
682
+ "driveId",
683
+ "enforceSingleParent"
684
+ ]
685
+ },
686
+ "files.delete": {
687
+ "accessPath": [
688
+ "filesDelete"
689
+ ],
690
+ "bodyKind": "none",
691
+ "bodyPropertyKeys": [],
692
+ "contentType": "application/json",
693
+ "headerParameterKeys": [],
694
+ "method": "DELETE",
695
+ "routeTemplate": "/drive/v3/files/{fileId}",
696
+ "pathConflictKeys": [],
697
+ "pathParameterKeys": [
698
+ "fileId"
699
+ ],
700
+ "queryConflictKeys": [],
701
+ "queryParameterKeys": [
702
+ "$.xgafv",
703
+ "access_token",
704
+ "alt",
705
+ "callback",
706
+ "fields",
707
+ "key",
708
+ "oauth_token",
709
+ "prettyPrint",
710
+ "quotaUser",
711
+ "upload_protocol",
712
+ "uploadType",
713
+ "enforceSingleParent",
714
+ "supportsAllDrives",
715
+ "supportsTeamDrives"
716
+ ]
717
+ },
718
+ "files.get": {
719
+ "accessPath": [
720
+ "filesGet"
721
+ ],
722
+ "bodyKind": "none",
723
+ "bodyPropertyKeys": [],
724
+ "contentType": "application/json",
725
+ "headerParameterKeys": [],
726
+ "method": "GET",
727
+ "routeTemplate": "/drive/v3/files/{fileId}",
728
+ "pathConflictKeys": [],
729
+ "pathParameterKeys": [
730
+ "fileId"
731
+ ],
732
+ "queryConflictKeys": [],
733
+ "queryParameterKeys": [
734
+ "$.xgafv",
735
+ "access_token",
736
+ "alt",
737
+ "callback",
738
+ "fields",
739
+ "key",
740
+ "oauth_token",
741
+ "prettyPrint",
742
+ "quotaUser",
743
+ "upload_protocol",
744
+ "uploadType",
745
+ "acknowledgeAbuse",
746
+ "includeLabels",
747
+ "includePermissionsForView",
748
+ "supportsAllDrives",
749
+ "supportsTeamDrives"
750
+ ]
751
+ },
752
+ "files.update": {
753
+ "accessPath": [
754
+ "filesUpdate"
755
+ ],
756
+ "bodyKind": "properties",
757
+ "bodyPropertyKeys": [
758
+ "appProperties",
759
+ "capabilities",
760
+ "contentHints",
761
+ "contentRestrictions",
762
+ "copyRequiresWriterPermission",
763
+ "createdTime",
764
+ "description",
765
+ "driveId",
766
+ "explicitlyTrashed",
767
+ "exportLinks",
768
+ "fileExtension",
769
+ "folderColorRgb",
770
+ "fullFileExtension",
771
+ "hasAugmentedPermissions",
772
+ "hasThumbnail",
773
+ "headRevisionId",
774
+ "iconLink",
775
+ "id",
776
+ "imageMediaMetadata",
777
+ "isAppAuthorized",
778
+ "kind",
779
+ "labelInfo",
780
+ "lastModifyingUser",
781
+ "linkShareMetadata",
782
+ "md5Checksum",
783
+ "mimeType",
784
+ "modifiedByMe",
785
+ "modifiedByMeTime",
786
+ "modifiedTime",
787
+ "name",
788
+ "originalFilename",
789
+ "ownedByMe",
790
+ "owners",
791
+ "parents",
792
+ "permissionIds",
793
+ "permissions",
794
+ "properties",
795
+ "quotaBytesUsed",
796
+ "resourceKey",
797
+ "sha1Checksum",
798
+ "sha256Checksum",
799
+ "shared",
800
+ "sharedWithMeTime",
801
+ "sharingUser",
802
+ "shortcutDetails",
803
+ "size",
804
+ "spaces",
805
+ "starred",
806
+ "teamDriveId",
807
+ "thumbnailLink",
808
+ "thumbnailVersion",
809
+ "trashed",
810
+ "trashedTime",
811
+ "trashingUser",
812
+ "version",
813
+ "videoMediaMetadata",
814
+ "viewedByMe",
815
+ "viewedByMeTime",
816
+ "viewersCanCopyContent",
817
+ "webContentLink",
818
+ "webViewLink",
819
+ "writersCanShare"
820
+ ],
821
+ "contentType": "application/json",
822
+ "headerParameterKeys": [],
823
+ "method": "PATCH",
824
+ "routeTemplate": "/drive/v3/files/{fileId}",
825
+ "pathConflictKeys": [],
826
+ "pathParameterKeys": [
827
+ "fileId"
828
+ ],
829
+ "queryConflictKeys": [],
830
+ "queryParameterKeys": [
831
+ "$.xgafv",
832
+ "access_token",
833
+ "alt",
834
+ "callback",
835
+ "fields",
836
+ "key",
837
+ "oauth_token",
838
+ "prettyPrint",
839
+ "quotaUser",
840
+ "upload_protocol",
841
+ "uploadType",
842
+ "addParents",
843
+ "enforceSingleParent",
844
+ "includeLabels",
845
+ "includePermissionsForView",
846
+ "keepRevisionForever",
847
+ "ocrLanguage",
848
+ "removeParents",
849
+ "supportsAllDrives",
850
+ "supportsTeamDrives",
851
+ "useContentAsIndexableText"
852
+ ]
853
+ },
854
+ "comments.list": {
855
+ "accessPath": [
856
+ "commentsList"
857
+ ],
858
+ "bodyKind": "none",
859
+ "bodyPropertyKeys": [],
860
+ "contentType": "application/json",
861
+ "headerParameterKeys": [],
862
+ "method": "GET",
863
+ "routeTemplate": "/drive/v3/files/{fileId}/comments",
864
+ "pathConflictKeys": [],
865
+ "pathParameterKeys": [
866
+ "fileId"
867
+ ],
868
+ "queryConflictKeys": [],
869
+ "queryParameterKeys": [
870
+ "$.xgafv",
871
+ "access_token",
872
+ "alt",
873
+ "callback",
874
+ "fields",
875
+ "key",
876
+ "oauth_token",
877
+ "prettyPrint",
878
+ "quotaUser",
879
+ "upload_protocol",
880
+ "uploadType",
881
+ "includeDeleted",
882
+ "pageSize",
883
+ "pageToken",
884
+ "startModifiedTime"
885
+ ]
886
+ },
887
+ "comments.create": {
888
+ "accessPath": [
889
+ "commentsCreate"
890
+ ],
891
+ "bodyKind": "properties",
892
+ "bodyPropertyKeys": [
893
+ "anchor",
894
+ "author",
895
+ "content",
896
+ "createdTime",
897
+ "deleted",
898
+ "htmlContent",
899
+ "id",
900
+ "kind",
901
+ "modifiedTime",
902
+ "quotedFileContent",
903
+ "replies",
904
+ "resolved"
905
+ ],
906
+ "contentType": "application/json",
907
+ "headerParameterKeys": [],
908
+ "method": "POST",
909
+ "routeTemplate": "/drive/v3/files/{fileId}/comments",
910
+ "pathConflictKeys": [],
911
+ "pathParameterKeys": [
912
+ "fileId"
913
+ ],
914
+ "queryConflictKeys": [],
915
+ "queryParameterKeys": [
916
+ "$.xgafv",
917
+ "access_token",
918
+ "alt",
919
+ "callback",
920
+ "fields",
921
+ "key",
922
+ "oauth_token",
923
+ "prettyPrint",
924
+ "quotaUser",
925
+ "upload_protocol",
926
+ "uploadType"
927
+ ]
928
+ },
929
+ "comments.delete": {
930
+ "accessPath": [
931
+ "commentsDelete"
932
+ ],
933
+ "bodyKind": "none",
934
+ "bodyPropertyKeys": [],
935
+ "contentType": "application/json",
936
+ "headerParameterKeys": [],
937
+ "method": "DELETE",
938
+ "routeTemplate": "/drive/v3/files/{fileId}/comments/{commentId}",
939
+ "pathConflictKeys": [],
940
+ "pathParameterKeys": [
941
+ "fileId",
942
+ "commentId"
943
+ ],
944
+ "queryConflictKeys": [],
945
+ "queryParameterKeys": [
946
+ "$.xgafv",
947
+ "access_token",
948
+ "alt",
949
+ "callback",
950
+ "fields",
951
+ "key",
952
+ "oauth_token",
953
+ "prettyPrint",
954
+ "quotaUser",
955
+ "upload_protocol",
956
+ "uploadType"
957
+ ]
958
+ },
959
+ "comments.get": {
960
+ "accessPath": [
961
+ "commentsGet"
962
+ ],
963
+ "bodyKind": "none",
964
+ "bodyPropertyKeys": [],
965
+ "contentType": "application/json",
966
+ "headerParameterKeys": [],
967
+ "method": "GET",
968
+ "routeTemplate": "/drive/v3/files/{fileId}/comments/{commentId}",
969
+ "pathConflictKeys": [],
970
+ "pathParameterKeys": [
971
+ "fileId",
972
+ "commentId"
973
+ ],
974
+ "queryConflictKeys": [],
975
+ "queryParameterKeys": [
976
+ "$.xgafv",
977
+ "access_token",
978
+ "alt",
979
+ "callback",
980
+ "fields",
981
+ "key",
982
+ "oauth_token",
983
+ "prettyPrint",
984
+ "quotaUser",
985
+ "upload_protocol",
986
+ "uploadType",
987
+ "includeDeleted"
988
+ ]
989
+ },
990
+ "comments.update": {
991
+ "accessPath": [
992
+ "commentsUpdate"
993
+ ],
994
+ "bodyKind": "properties",
995
+ "bodyPropertyKeys": [
996
+ "anchor",
997
+ "author",
998
+ "content",
999
+ "createdTime",
1000
+ "deleted",
1001
+ "htmlContent",
1002
+ "id",
1003
+ "kind",
1004
+ "modifiedTime",
1005
+ "quotedFileContent",
1006
+ "replies",
1007
+ "resolved"
1008
+ ],
1009
+ "contentType": "application/json",
1010
+ "headerParameterKeys": [],
1011
+ "method": "PATCH",
1012
+ "routeTemplate": "/drive/v3/files/{fileId}/comments/{commentId}",
1013
+ "pathConflictKeys": [],
1014
+ "pathParameterKeys": [
1015
+ "fileId",
1016
+ "commentId"
1017
+ ],
1018
+ "queryConflictKeys": [],
1019
+ "queryParameterKeys": [
1020
+ "$.xgafv",
1021
+ "access_token",
1022
+ "alt",
1023
+ "callback",
1024
+ "fields",
1025
+ "key",
1026
+ "oauth_token",
1027
+ "prettyPrint",
1028
+ "quotaUser",
1029
+ "upload_protocol",
1030
+ "uploadType"
1031
+ ]
1032
+ },
1033
+ "replies.list": {
1034
+ "accessPath": [
1035
+ "repliesList"
1036
+ ],
1037
+ "bodyKind": "none",
1038
+ "bodyPropertyKeys": [],
1039
+ "contentType": "application/json",
1040
+ "headerParameterKeys": [],
1041
+ "method": "GET",
1042
+ "routeTemplate": "/drive/v3/files/{fileId}/comments/{commentId}/replies",
1043
+ "pathConflictKeys": [],
1044
+ "pathParameterKeys": [
1045
+ "fileId",
1046
+ "commentId"
1047
+ ],
1048
+ "queryConflictKeys": [],
1049
+ "queryParameterKeys": [
1050
+ "$.xgafv",
1051
+ "access_token",
1052
+ "alt",
1053
+ "callback",
1054
+ "fields",
1055
+ "key",
1056
+ "oauth_token",
1057
+ "prettyPrint",
1058
+ "quotaUser",
1059
+ "upload_protocol",
1060
+ "uploadType",
1061
+ "includeDeleted",
1062
+ "pageSize",
1063
+ "pageToken"
1064
+ ]
1065
+ },
1066
+ "replies.create": {
1067
+ "accessPath": [
1068
+ "repliesCreate"
1069
+ ],
1070
+ "bodyKind": "properties",
1071
+ "bodyPropertyKeys": [
1072
+ "action",
1073
+ "author",
1074
+ "content",
1075
+ "createdTime",
1076
+ "deleted",
1077
+ "htmlContent",
1078
+ "id",
1079
+ "kind",
1080
+ "modifiedTime"
1081
+ ],
1082
+ "contentType": "application/json",
1083
+ "headerParameterKeys": [],
1084
+ "method": "POST",
1085
+ "routeTemplate": "/drive/v3/files/{fileId}/comments/{commentId}/replies",
1086
+ "pathConflictKeys": [],
1087
+ "pathParameterKeys": [
1088
+ "fileId",
1089
+ "commentId"
1090
+ ],
1091
+ "queryConflictKeys": [],
1092
+ "queryParameterKeys": [
1093
+ "$.xgafv",
1094
+ "access_token",
1095
+ "alt",
1096
+ "callback",
1097
+ "fields",
1098
+ "key",
1099
+ "oauth_token",
1100
+ "prettyPrint",
1101
+ "quotaUser",
1102
+ "upload_protocol",
1103
+ "uploadType"
1104
+ ]
1105
+ },
1106
+ "replies.delete": {
1107
+ "accessPath": [
1108
+ "repliesDelete"
1109
+ ],
1110
+ "bodyKind": "none",
1111
+ "bodyPropertyKeys": [],
1112
+ "contentType": "application/json",
1113
+ "headerParameterKeys": [],
1114
+ "method": "DELETE",
1115
+ "routeTemplate": "/drive/v3/files/{fileId}/comments/{commentId}/replies/{replyId}",
1116
+ "pathConflictKeys": [],
1117
+ "pathParameterKeys": [
1118
+ "fileId",
1119
+ "commentId",
1120
+ "replyId"
1121
+ ],
1122
+ "queryConflictKeys": [],
1123
+ "queryParameterKeys": [
1124
+ "$.xgafv",
1125
+ "access_token",
1126
+ "alt",
1127
+ "callback",
1128
+ "fields",
1129
+ "key",
1130
+ "oauth_token",
1131
+ "prettyPrint",
1132
+ "quotaUser",
1133
+ "upload_protocol",
1134
+ "uploadType"
1135
+ ]
1136
+ },
1137
+ "replies.get": {
1138
+ "accessPath": [
1139
+ "repliesGet"
1140
+ ],
1141
+ "bodyKind": "none",
1142
+ "bodyPropertyKeys": [],
1143
+ "contentType": "application/json",
1144
+ "headerParameterKeys": [],
1145
+ "method": "GET",
1146
+ "routeTemplate": "/drive/v3/files/{fileId}/comments/{commentId}/replies/{replyId}",
1147
+ "pathConflictKeys": [],
1148
+ "pathParameterKeys": [
1149
+ "fileId",
1150
+ "commentId",
1151
+ "replyId"
1152
+ ],
1153
+ "queryConflictKeys": [],
1154
+ "queryParameterKeys": [
1155
+ "$.xgafv",
1156
+ "access_token",
1157
+ "alt",
1158
+ "callback",
1159
+ "fields",
1160
+ "key",
1161
+ "oauth_token",
1162
+ "prettyPrint",
1163
+ "quotaUser",
1164
+ "upload_protocol",
1165
+ "uploadType",
1166
+ "includeDeleted"
1167
+ ]
1168
+ },
1169
+ "replies.update": {
1170
+ "accessPath": [
1171
+ "repliesUpdate"
1172
+ ],
1173
+ "bodyKind": "properties",
1174
+ "bodyPropertyKeys": [
1175
+ "action",
1176
+ "author",
1177
+ "content",
1178
+ "createdTime",
1179
+ "deleted",
1180
+ "htmlContent",
1181
+ "id",
1182
+ "kind",
1183
+ "modifiedTime"
1184
+ ],
1185
+ "contentType": "application/json",
1186
+ "headerParameterKeys": [],
1187
+ "method": "PATCH",
1188
+ "routeTemplate": "/drive/v3/files/{fileId}/comments/{commentId}/replies/{replyId}",
1189
+ "pathConflictKeys": [],
1190
+ "pathParameterKeys": [
1191
+ "fileId",
1192
+ "commentId",
1193
+ "replyId"
1194
+ ],
1195
+ "queryConflictKeys": [],
1196
+ "queryParameterKeys": [
1197
+ "$.xgafv",
1198
+ "access_token",
1199
+ "alt",
1200
+ "callback",
1201
+ "fields",
1202
+ "key",
1203
+ "oauth_token",
1204
+ "prettyPrint",
1205
+ "quotaUser",
1206
+ "upload_protocol",
1207
+ "uploadType"
1208
+ ]
1209
+ },
1210
+ "files.copy": {
1211
+ "accessPath": [
1212
+ "filesCopy"
1213
+ ],
1214
+ "bodyKind": "properties",
1215
+ "bodyPropertyKeys": [
1216
+ "appProperties",
1217
+ "capabilities",
1218
+ "contentHints",
1219
+ "contentRestrictions",
1220
+ "copyRequiresWriterPermission",
1221
+ "createdTime",
1222
+ "description",
1223
+ "driveId",
1224
+ "explicitlyTrashed",
1225
+ "exportLinks",
1226
+ "fileExtension",
1227
+ "folderColorRgb",
1228
+ "fullFileExtension",
1229
+ "hasAugmentedPermissions",
1230
+ "hasThumbnail",
1231
+ "headRevisionId",
1232
+ "iconLink",
1233
+ "id",
1234
+ "imageMediaMetadata",
1235
+ "isAppAuthorized",
1236
+ "kind",
1237
+ "labelInfo",
1238
+ "lastModifyingUser",
1239
+ "linkShareMetadata",
1240
+ "md5Checksum",
1241
+ "mimeType",
1242
+ "modifiedByMe",
1243
+ "modifiedByMeTime",
1244
+ "modifiedTime",
1245
+ "name",
1246
+ "originalFilename",
1247
+ "ownedByMe",
1248
+ "owners",
1249
+ "parents",
1250
+ "permissionIds",
1251
+ "permissions",
1252
+ "properties",
1253
+ "quotaBytesUsed",
1254
+ "resourceKey",
1255
+ "sha1Checksum",
1256
+ "sha256Checksum",
1257
+ "shared",
1258
+ "sharedWithMeTime",
1259
+ "sharingUser",
1260
+ "shortcutDetails",
1261
+ "size",
1262
+ "spaces",
1263
+ "starred",
1264
+ "teamDriveId",
1265
+ "thumbnailLink",
1266
+ "thumbnailVersion",
1267
+ "trashed",
1268
+ "trashedTime",
1269
+ "trashingUser",
1270
+ "version",
1271
+ "videoMediaMetadata",
1272
+ "viewedByMe",
1273
+ "viewedByMeTime",
1274
+ "viewersCanCopyContent",
1275
+ "webContentLink",
1276
+ "webViewLink",
1277
+ "writersCanShare"
1278
+ ],
1279
+ "contentType": "application/json",
1280
+ "headerParameterKeys": [],
1281
+ "method": "POST",
1282
+ "routeTemplate": "/drive/v3/files/{fileId}/copy",
1283
+ "pathConflictKeys": [],
1284
+ "pathParameterKeys": [
1285
+ "fileId"
1286
+ ],
1287
+ "queryConflictKeys": [],
1288
+ "queryParameterKeys": [
1289
+ "$.xgafv",
1290
+ "access_token",
1291
+ "alt",
1292
+ "callback",
1293
+ "fields",
1294
+ "key",
1295
+ "oauth_token",
1296
+ "prettyPrint",
1297
+ "quotaUser",
1298
+ "upload_protocol",
1299
+ "uploadType",
1300
+ "enforceSingleParent",
1301
+ "ignoreDefaultVisibility",
1302
+ "includeLabels",
1303
+ "includePermissionsForView",
1304
+ "keepRevisionForever",
1305
+ "ocrLanguage",
1306
+ "supportsAllDrives",
1307
+ "supportsTeamDrives"
1308
+ ]
1309
+ },
1310
+ "files.export": {
1311
+ "accessPath": [
1312
+ "filesExport"
1313
+ ],
1314
+ "bodyKind": "none",
1315
+ "bodyPropertyKeys": [],
1316
+ "contentType": "application/json",
1317
+ "headerParameterKeys": [],
1318
+ "method": "GET",
1319
+ "routeTemplate": "/drive/v3/files/{fileId}/export",
1320
+ "pathConflictKeys": [],
1321
+ "pathParameterKeys": [
1322
+ "fileId"
1323
+ ],
1324
+ "queryConflictKeys": [],
1325
+ "queryParameterKeys": [
1326
+ "$.xgafv",
1327
+ "access_token",
1328
+ "alt",
1329
+ "callback",
1330
+ "fields",
1331
+ "key",
1332
+ "oauth_token",
1333
+ "prettyPrint",
1334
+ "quotaUser",
1335
+ "upload_protocol",
1336
+ "uploadType",
1337
+ "mimeType"
1338
+ ]
1339
+ },
1340
+ "files.listLabels": {
1341
+ "accessPath": [
1342
+ "filesListLabels"
1343
+ ],
1344
+ "bodyKind": "none",
1345
+ "bodyPropertyKeys": [],
1346
+ "contentType": "application/json",
1347
+ "headerParameterKeys": [],
1348
+ "method": "GET",
1349
+ "routeTemplate": "/drive/v3/files/{fileId}/listLabels",
1350
+ "pathConflictKeys": [],
1351
+ "pathParameterKeys": [
1352
+ "fileId"
1353
+ ],
1354
+ "queryConflictKeys": [],
1355
+ "queryParameterKeys": [
1356
+ "$.xgafv",
1357
+ "access_token",
1358
+ "alt",
1359
+ "callback",
1360
+ "fields",
1361
+ "key",
1362
+ "oauth_token",
1363
+ "prettyPrint",
1364
+ "quotaUser",
1365
+ "upload_protocol",
1366
+ "uploadType",
1367
+ "maxResults",
1368
+ "pageToken"
1369
+ ]
1370
+ },
1371
+ "files.modifyLabels": {
1372
+ "accessPath": [
1373
+ "filesModifyLabels"
1374
+ ],
1375
+ "bodyKind": "properties",
1376
+ "bodyPropertyKeys": [
1377
+ "kind",
1378
+ "labelModifications"
1379
+ ],
1380
+ "contentType": "application/json",
1381
+ "headerParameterKeys": [],
1382
+ "method": "POST",
1383
+ "routeTemplate": "/drive/v3/files/{fileId}/modifyLabels",
1384
+ "pathConflictKeys": [],
1385
+ "pathParameterKeys": [
1386
+ "fileId"
1387
+ ],
1388
+ "queryConflictKeys": [],
1389
+ "queryParameterKeys": [
1390
+ "$.xgafv",
1391
+ "access_token",
1392
+ "alt",
1393
+ "callback",
1394
+ "fields",
1395
+ "key",
1396
+ "oauth_token",
1397
+ "prettyPrint",
1398
+ "quotaUser",
1399
+ "upload_protocol",
1400
+ "uploadType"
1401
+ ]
1402
+ },
1403
+ "permissions.list": {
1404
+ "accessPath": [
1405
+ "permissionsList"
1406
+ ],
1407
+ "bodyKind": "none",
1408
+ "bodyPropertyKeys": [],
1409
+ "contentType": "application/json",
1410
+ "headerParameterKeys": [],
1411
+ "method": "GET",
1412
+ "routeTemplate": "/drive/v3/files/{fileId}/permissions",
1413
+ "pathConflictKeys": [],
1414
+ "pathParameterKeys": [
1415
+ "fileId"
1416
+ ],
1417
+ "queryConflictKeys": [],
1418
+ "queryParameterKeys": [
1419
+ "$.xgafv",
1420
+ "access_token",
1421
+ "alt",
1422
+ "callback",
1423
+ "fields",
1424
+ "key",
1425
+ "oauth_token",
1426
+ "prettyPrint",
1427
+ "quotaUser",
1428
+ "upload_protocol",
1429
+ "uploadType",
1430
+ "includePermissionsForView",
1431
+ "pageSize",
1432
+ "pageToken",
1433
+ "supportsAllDrives",
1434
+ "supportsTeamDrives",
1435
+ "useDomainAdminAccess"
1436
+ ]
1437
+ },
1438
+ "permissions.create": {
1439
+ "accessPath": [
1440
+ "permissionsCreate"
1441
+ ],
1442
+ "bodyKind": "properties",
1443
+ "bodyPropertyKeys": [
1444
+ "allowFileDiscovery",
1445
+ "deleted",
1446
+ "displayName",
1447
+ "domain",
1448
+ "emailAddress",
1449
+ "expirationTime",
1450
+ "id",
1451
+ "kind",
1452
+ "pendingOwner",
1453
+ "permissionDetails",
1454
+ "photoLink",
1455
+ "role",
1456
+ "teamDrivePermissionDetails",
1457
+ "type",
1458
+ "view"
1459
+ ],
1460
+ "contentType": "application/json",
1461
+ "headerParameterKeys": [],
1462
+ "method": "POST",
1463
+ "routeTemplate": "/drive/v3/files/{fileId}/permissions",
1464
+ "pathConflictKeys": [],
1465
+ "pathParameterKeys": [
1466
+ "fileId"
1467
+ ],
1468
+ "queryConflictKeys": [],
1469
+ "queryParameterKeys": [
1470
+ "$.xgafv",
1471
+ "access_token",
1472
+ "alt",
1473
+ "callback",
1474
+ "fields",
1475
+ "key",
1476
+ "oauth_token",
1477
+ "prettyPrint",
1478
+ "quotaUser",
1479
+ "upload_protocol",
1480
+ "uploadType",
1481
+ "emailMessage",
1482
+ "enforceSingleParent",
1483
+ "moveToNewOwnersRoot",
1484
+ "sendNotificationEmail",
1485
+ "supportsAllDrives",
1486
+ "supportsTeamDrives",
1487
+ "transferOwnership",
1488
+ "useDomainAdminAccess"
1489
+ ]
1490
+ },
1491
+ "permissions.delete": {
1492
+ "accessPath": [
1493
+ "permissionsDelete"
1494
+ ],
1495
+ "bodyKind": "none",
1496
+ "bodyPropertyKeys": [],
1497
+ "contentType": "application/json",
1498
+ "headerParameterKeys": [],
1499
+ "method": "DELETE",
1500
+ "routeTemplate": "/drive/v3/files/{fileId}/permissions/{permissionId}",
1501
+ "pathConflictKeys": [],
1502
+ "pathParameterKeys": [
1503
+ "fileId",
1504
+ "permissionId"
1505
+ ],
1506
+ "queryConflictKeys": [],
1507
+ "queryParameterKeys": [
1508
+ "$.xgafv",
1509
+ "access_token",
1510
+ "alt",
1511
+ "callback",
1512
+ "fields",
1513
+ "key",
1514
+ "oauth_token",
1515
+ "prettyPrint",
1516
+ "quotaUser",
1517
+ "upload_protocol",
1518
+ "uploadType",
1519
+ "supportsAllDrives",
1520
+ "supportsTeamDrives",
1521
+ "useDomainAdminAccess"
1522
+ ]
1523
+ },
1524
+ "permissions.get": {
1525
+ "accessPath": [
1526
+ "permissionsGet"
1527
+ ],
1528
+ "bodyKind": "none",
1529
+ "bodyPropertyKeys": [],
1530
+ "contentType": "application/json",
1531
+ "headerParameterKeys": [],
1532
+ "method": "GET",
1533
+ "routeTemplate": "/drive/v3/files/{fileId}/permissions/{permissionId}",
1534
+ "pathConflictKeys": [],
1535
+ "pathParameterKeys": [
1536
+ "fileId",
1537
+ "permissionId"
1538
+ ],
1539
+ "queryConflictKeys": [],
1540
+ "queryParameterKeys": [
1541
+ "$.xgafv",
1542
+ "access_token",
1543
+ "alt",
1544
+ "callback",
1545
+ "fields",
1546
+ "key",
1547
+ "oauth_token",
1548
+ "prettyPrint",
1549
+ "quotaUser",
1550
+ "upload_protocol",
1551
+ "uploadType",
1552
+ "supportsAllDrives",
1553
+ "supportsTeamDrives",
1554
+ "useDomainAdminAccess"
1555
+ ]
1556
+ },
1557
+ "permissions.update": {
1558
+ "accessPath": [
1559
+ "permissionsUpdate"
1560
+ ],
1561
+ "bodyKind": "properties",
1562
+ "bodyPropertyKeys": [
1563
+ "allowFileDiscovery",
1564
+ "deleted",
1565
+ "displayName",
1566
+ "domain",
1567
+ "emailAddress",
1568
+ "expirationTime",
1569
+ "id",
1570
+ "kind",
1571
+ "pendingOwner",
1572
+ "permissionDetails",
1573
+ "photoLink",
1574
+ "role",
1575
+ "teamDrivePermissionDetails",
1576
+ "type",
1577
+ "view"
1578
+ ],
1579
+ "contentType": "application/json",
1580
+ "headerParameterKeys": [],
1581
+ "method": "PATCH",
1582
+ "routeTemplate": "/drive/v3/files/{fileId}/permissions/{permissionId}",
1583
+ "pathConflictKeys": [],
1584
+ "pathParameterKeys": [
1585
+ "fileId",
1586
+ "permissionId"
1587
+ ],
1588
+ "queryConflictKeys": [],
1589
+ "queryParameterKeys": [
1590
+ "$.xgafv",
1591
+ "access_token",
1592
+ "alt",
1593
+ "callback",
1594
+ "fields",
1595
+ "key",
1596
+ "oauth_token",
1597
+ "prettyPrint",
1598
+ "quotaUser",
1599
+ "upload_protocol",
1600
+ "uploadType",
1601
+ "removeExpiration",
1602
+ "supportsAllDrives",
1603
+ "supportsTeamDrives",
1604
+ "transferOwnership",
1605
+ "useDomainAdminAccess"
1606
+ ]
1607
+ },
1608
+ "revisions.list": {
1609
+ "accessPath": [
1610
+ "revisionsList"
1611
+ ],
1612
+ "bodyKind": "none",
1613
+ "bodyPropertyKeys": [],
1614
+ "contentType": "application/json",
1615
+ "headerParameterKeys": [],
1616
+ "method": "GET",
1617
+ "routeTemplate": "/drive/v3/files/{fileId}/revisions",
1618
+ "pathConflictKeys": [],
1619
+ "pathParameterKeys": [
1620
+ "fileId"
1621
+ ],
1622
+ "queryConflictKeys": [],
1623
+ "queryParameterKeys": [
1624
+ "$.xgafv",
1625
+ "access_token",
1626
+ "alt",
1627
+ "callback",
1628
+ "fields",
1629
+ "key",
1630
+ "oauth_token",
1631
+ "prettyPrint",
1632
+ "quotaUser",
1633
+ "upload_protocol",
1634
+ "uploadType",
1635
+ "pageSize",
1636
+ "pageToken"
1637
+ ]
1638
+ },
1639
+ "revisions.delete": {
1640
+ "accessPath": [
1641
+ "revisionsDelete"
1642
+ ],
1643
+ "bodyKind": "none",
1644
+ "bodyPropertyKeys": [],
1645
+ "contentType": "application/json",
1646
+ "headerParameterKeys": [],
1647
+ "method": "DELETE",
1648
+ "routeTemplate": "/drive/v3/files/{fileId}/revisions/{revisionId}",
1649
+ "pathConflictKeys": [],
1650
+ "pathParameterKeys": [
1651
+ "fileId",
1652
+ "revisionId"
1653
+ ],
1654
+ "queryConflictKeys": [],
1655
+ "queryParameterKeys": [
1656
+ "$.xgafv",
1657
+ "access_token",
1658
+ "alt",
1659
+ "callback",
1660
+ "fields",
1661
+ "key",
1662
+ "oauth_token",
1663
+ "prettyPrint",
1664
+ "quotaUser",
1665
+ "upload_protocol",
1666
+ "uploadType"
1667
+ ]
1668
+ },
1669
+ "revisions.get": {
1670
+ "accessPath": [
1671
+ "revisionsGet"
1672
+ ],
1673
+ "bodyKind": "none",
1674
+ "bodyPropertyKeys": [],
1675
+ "contentType": "application/json",
1676
+ "headerParameterKeys": [],
1677
+ "method": "GET",
1678
+ "routeTemplate": "/drive/v3/files/{fileId}/revisions/{revisionId}",
1679
+ "pathConflictKeys": [],
1680
+ "pathParameterKeys": [
1681
+ "fileId",
1682
+ "revisionId"
1683
+ ],
1684
+ "queryConflictKeys": [],
1685
+ "queryParameterKeys": [
1686
+ "$.xgafv",
1687
+ "access_token",
1688
+ "alt",
1689
+ "callback",
1690
+ "fields",
1691
+ "key",
1692
+ "oauth_token",
1693
+ "prettyPrint",
1694
+ "quotaUser",
1695
+ "upload_protocol",
1696
+ "uploadType",
1697
+ "acknowledgeAbuse"
1698
+ ]
1699
+ },
1700
+ "revisions.update": {
1701
+ "accessPath": [
1702
+ "revisionsUpdate"
1703
+ ],
1704
+ "bodyKind": "properties",
1705
+ "bodyPropertyKeys": [
1706
+ "exportLinks",
1707
+ "id",
1708
+ "keepForever",
1709
+ "kind",
1710
+ "lastModifyingUser",
1711
+ "md5Checksum",
1712
+ "mimeType",
1713
+ "modifiedTime",
1714
+ "originalFilename",
1715
+ "publishAuto",
1716
+ "published",
1717
+ "publishedLink",
1718
+ "publishedOutsideDomain",
1719
+ "size"
1720
+ ],
1721
+ "contentType": "application/json",
1722
+ "headerParameterKeys": [],
1723
+ "method": "PATCH",
1724
+ "routeTemplate": "/drive/v3/files/{fileId}/revisions/{revisionId}",
1725
+ "pathConflictKeys": [],
1726
+ "pathParameterKeys": [
1727
+ "fileId",
1728
+ "revisionId"
1729
+ ],
1730
+ "queryConflictKeys": [],
1731
+ "queryParameterKeys": [
1732
+ "$.xgafv",
1733
+ "access_token",
1734
+ "alt",
1735
+ "callback",
1736
+ "fields",
1737
+ "key",
1738
+ "oauth_token",
1739
+ "prettyPrint",
1740
+ "quotaUser",
1741
+ "upload_protocol",
1742
+ "uploadType"
1743
+ ]
1744
+ },
1745
+ "files.watch": {
1746
+ "accessPath": [
1747
+ "filesWatch"
1748
+ ],
1749
+ "bodyKind": "properties",
1750
+ "bodyPropertyKeys": [
1751
+ "address",
1752
+ "expiration",
1753
+ "id",
1754
+ "kind",
1755
+ "params",
1756
+ "payload",
1757
+ "resourceId",
1758
+ "resourceUri",
1759
+ "token",
1760
+ "type"
1761
+ ],
1762
+ "contentType": "application/json",
1763
+ "headerParameterKeys": [],
1764
+ "method": "POST",
1765
+ "routeTemplate": "/drive/v3/files/{fileId}/watch",
1766
+ "pathConflictKeys": [],
1767
+ "pathParameterKeys": [
1768
+ "fileId"
1769
+ ],
1770
+ "queryConflictKeys": [],
1771
+ "queryParameterKeys": [
1772
+ "$.xgafv",
1773
+ "access_token",
1774
+ "alt",
1775
+ "callback",
1776
+ "fields",
1777
+ "key",
1778
+ "oauth_token",
1779
+ "prettyPrint",
1780
+ "quotaUser",
1781
+ "upload_protocol",
1782
+ "uploadType",
1783
+ "acknowledgeAbuse",
1784
+ "includeLabels",
1785
+ "includePermissionsForView",
1786
+ "supportsAllDrives",
1787
+ "supportsTeamDrives"
1788
+ ]
1789
+ },
1790
+ "teamdrives.list": {
1791
+ "accessPath": [
1792
+ "teamdrivesList"
1793
+ ],
1794
+ "bodyKind": "none",
1795
+ "bodyPropertyKeys": [],
1796
+ "contentType": "application/json",
1797
+ "headerParameterKeys": [],
1798
+ "method": "GET",
1799
+ "routeTemplate": "/drive/v3/teamdrives",
1800
+ "pathConflictKeys": [],
1801
+ "pathParameterKeys": [],
1802
+ "queryConflictKeys": [],
1803
+ "queryParameterKeys": [
1804
+ "$.xgafv",
1805
+ "access_token",
1806
+ "alt",
1807
+ "callback",
1808
+ "fields",
1809
+ "key",
1810
+ "oauth_token",
1811
+ "prettyPrint",
1812
+ "quotaUser",
1813
+ "upload_protocol",
1814
+ "uploadType",
1815
+ "pageSize",
1816
+ "pageToken",
1817
+ "q",
1818
+ "useDomainAdminAccess"
1819
+ ]
1820
+ },
1821
+ "teamdrives.create": {
1822
+ "accessPath": [
1823
+ "teamdrivesCreate"
1824
+ ],
1825
+ "bodyKind": "properties",
1826
+ "bodyPropertyKeys": [
1827
+ "backgroundImageFile",
1828
+ "backgroundImageLink",
1829
+ "capabilities",
1830
+ "colorRgb",
1831
+ "createdTime",
1832
+ "id",
1833
+ "kind",
1834
+ "name",
1835
+ "orgUnitId",
1836
+ "restrictions",
1837
+ "themeId"
1838
+ ],
1839
+ "contentType": "application/json",
1840
+ "headerParameterKeys": [],
1841
+ "method": "POST",
1842
+ "routeTemplate": "/drive/v3/teamdrives",
1843
+ "pathConflictKeys": [],
1844
+ "pathParameterKeys": [],
1845
+ "queryConflictKeys": [],
1846
+ "queryParameterKeys": [
1847
+ "$.xgafv",
1848
+ "access_token",
1849
+ "alt",
1850
+ "callback",
1851
+ "fields",
1852
+ "key",
1853
+ "oauth_token",
1854
+ "prettyPrint",
1855
+ "quotaUser",
1856
+ "upload_protocol",
1857
+ "uploadType",
1858
+ "requestId"
1859
+ ]
1860
+ },
1861
+ "teamdrives.delete": {
1862
+ "accessPath": [
1863
+ "teamdrivesDelete"
1864
+ ],
1865
+ "bodyKind": "none",
1866
+ "bodyPropertyKeys": [],
1867
+ "contentType": "application/json",
1868
+ "headerParameterKeys": [],
1869
+ "method": "DELETE",
1870
+ "routeTemplate": "/drive/v3/teamdrives/{teamDriveId}",
1871
+ "pathConflictKeys": [],
1872
+ "pathParameterKeys": [
1873
+ "teamDriveId"
1874
+ ],
1875
+ "queryConflictKeys": [],
1876
+ "queryParameterKeys": [
1877
+ "$.xgafv",
1878
+ "access_token",
1879
+ "alt",
1880
+ "callback",
1881
+ "fields",
1882
+ "key",
1883
+ "oauth_token",
1884
+ "prettyPrint",
1885
+ "quotaUser",
1886
+ "upload_protocol",
1887
+ "uploadType"
1888
+ ]
1889
+ },
1890
+ "teamdrives.get": {
1891
+ "accessPath": [
1892
+ "teamdrivesGet"
1893
+ ],
1894
+ "bodyKind": "none",
1895
+ "bodyPropertyKeys": [],
1896
+ "contentType": "application/json",
1897
+ "headerParameterKeys": [],
1898
+ "method": "GET",
1899
+ "routeTemplate": "/drive/v3/teamdrives/{teamDriveId}",
1900
+ "pathConflictKeys": [],
1901
+ "pathParameterKeys": [
1902
+ "teamDriveId"
1903
+ ],
1904
+ "queryConflictKeys": [],
1905
+ "queryParameterKeys": [
1906
+ "$.xgafv",
1907
+ "access_token",
1908
+ "alt",
1909
+ "callback",
1910
+ "fields",
1911
+ "key",
1912
+ "oauth_token",
1913
+ "prettyPrint",
1914
+ "quotaUser",
1915
+ "upload_protocol",
1916
+ "uploadType",
1917
+ "useDomainAdminAccess"
1918
+ ]
1919
+ },
1920
+ "teamdrives.update": {
1921
+ "accessPath": [
1922
+ "teamdrivesUpdate"
1923
+ ],
1924
+ "bodyKind": "properties",
1925
+ "bodyPropertyKeys": [
1926
+ "backgroundImageFile",
1927
+ "backgroundImageLink",
1928
+ "capabilities",
1929
+ "colorRgb",
1930
+ "createdTime",
1931
+ "id",
1932
+ "kind",
1933
+ "name",
1934
+ "orgUnitId",
1935
+ "restrictions",
1936
+ "themeId"
1937
+ ],
1938
+ "contentType": "application/json",
1939
+ "headerParameterKeys": [],
1940
+ "method": "PATCH",
1941
+ "routeTemplate": "/drive/v3/teamdrives/{teamDriveId}",
1942
+ "pathConflictKeys": [],
1943
+ "pathParameterKeys": [
1944
+ "teamDriveId"
1945
+ ],
1946
+ "queryConflictKeys": [],
1947
+ "queryParameterKeys": [
1948
+ "$.xgafv",
1949
+ "access_token",
1950
+ "alt",
1951
+ "callback",
1952
+ "fields",
1953
+ "key",
1954
+ "oauth_token",
1955
+ "prettyPrint",
1956
+ "quotaUser",
1957
+ "upload_protocol",
1958
+ "uploadType",
1959
+ "useDomainAdminAccess"
1960
+ ]
1961
+ }
1962
+ } satisfies ToolRuntimeMetadataMap;