@google-cloud/storage-control 0.1.0

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,2745 @@
1
+ {
2
+ "nested": {
3
+ "google": {
4
+ "nested": {
5
+ "storage": {
6
+ "nested": {
7
+ "control": {
8
+ "nested": {
9
+ "v2": {
10
+ "options": {
11
+ "csharp_namespace": "Google.Cloud.Storage.Control.V2",
12
+ "go_package": "cloud.google.com/go/storage/control/apiv2/controlpb;controlpb",
13
+ "java_multiple_files": true,
14
+ "java_outer_classname": "StorageControlProto",
15
+ "java_package": "com.google.storage.control.v2",
16
+ "php_namespace": "Google\\Cloud\\Storage\\Control\\V2",
17
+ "ruby_package": "Google::Cloud::Storage::Control::V2",
18
+ "(google.api.resource_definition).type": "storage.googleapis.com/Bucket",
19
+ "(google.api.resource_definition).pattern": "projects/{project}/buckets/{bucket}"
20
+ },
21
+ "nested": {
22
+ "StorageControl": {
23
+ "options": {
24
+ "(google.api.default_host)": "storage.googleapis.com",
25
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/cloud-platform.read-only,https://www.googleapis.com/auth/devstorage.full_control,https://www.googleapis.com/auth/devstorage.read_only,https://www.googleapis.com/auth/devstorage.read_write"
26
+ },
27
+ "methods": {
28
+ "CreateFolder": {
29
+ "requestType": "CreateFolderRequest",
30
+ "responseType": "Folder",
31
+ "options": {
32
+ "(google.api.routing).routing_parameters.field": "parent",
33
+ "(google.api.routing).routing_parameters.path_template": "{bucket=**}",
34
+ "(google.api.method_signature)": "parent,folder,folder_id"
35
+ },
36
+ "parsedOptions": [
37
+ {
38
+ "(google.api.routing)": {
39
+ "routing_parameters": {
40
+ "field": "parent",
41
+ "path_template": "{bucket=**}"
42
+ }
43
+ }
44
+ },
45
+ {
46
+ "(google.api.method_signature)": "parent,folder,folder_id"
47
+ }
48
+ ]
49
+ },
50
+ "DeleteFolder": {
51
+ "requestType": "DeleteFolderRequest",
52
+ "responseType": "google.protobuf.Empty",
53
+ "options": {
54
+ "(google.api.routing).routing_parameters.field": "name",
55
+ "(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
56
+ "(google.api.method_signature)": "name"
57
+ },
58
+ "parsedOptions": [
59
+ {
60
+ "(google.api.routing)": {
61
+ "routing_parameters": {
62
+ "field": "name",
63
+ "path_template": "{bucket=projects/*/buckets/*}/**"
64
+ }
65
+ }
66
+ },
67
+ {
68
+ "(google.api.method_signature)": "name"
69
+ }
70
+ ]
71
+ },
72
+ "GetFolder": {
73
+ "requestType": "GetFolderRequest",
74
+ "responseType": "Folder",
75
+ "options": {
76
+ "(google.api.routing).routing_parameters.field": "name",
77
+ "(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
78
+ "(google.api.method_signature)": "name"
79
+ },
80
+ "parsedOptions": [
81
+ {
82
+ "(google.api.routing)": {
83
+ "routing_parameters": {
84
+ "field": "name",
85
+ "path_template": "{bucket=projects/*/buckets/*}/**"
86
+ }
87
+ }
88
+ },
89
+ {
90
+ "(google.api.method_signature)": "name"
91
+ }
92
+ ]
93
+ },
94
+ "ListFolders": {
95
+ "requestType": "ListFoldersRequest",
96
+ "responseType": "ListFoldersResponse",
97
+ "options": {
98
+ "(google.api.routing).routing_parameters.field": "parent",
99
+ "(google.api.routing).routing_parameters.path_template": "{bucket=**}",
100
+ "(google.api.method_signature)": "parent"
101
+ },
102
+ "parsedOptions": [
103
+ {
104
+ "(google.api.routing)": {
105
+ "routing_parameters": {
106
+ "field": "parent",
107
+ "path_template": "{bucket=**}"
108
+ }
109
+ }
110
+ },
111
+ {
112
+ "(google.api.method_signature)": "parent"
113
+ }
114
+ ]
115
+ },
116
+ "RenameFolder": {
117
+ "requestType": "RenameFolderRequest",
118
+ "responseType": "google.longrunning.Operation",
119
+ "options": {
120
+ "(google.api.routing).routing_parameters.field": "name",
121
+ "(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
122
+ "(google.api.method_signature)": "name,destination_folder_id",
123
+ "(google.longrunning.operation_info).response_type": "Folder",
124
+ "(google.longrunning.operation_info).metadata_type": "RenameFolderMetadata"
125
+ },
126
+ "parsedOptions": [
127
+ {
128
+ "(google.api.routing)": {
129
+ "routing_parameters": {
130
+ "field": "name",
131
+ "path_template": "{bucket=projects/*/buckets/*}/**"
132
+ }
133
+ }
134
+ },
135
+ {
136
+ "(google.api.method_signature)": "name,destination_folder_id"
137
+ },
138
+ {
139
+ "(google.longrunning.operation_info)": {
140
+ "response_type": "Folder",
141
+ "metadata_type": "RenameFolderMetadata"
142
+ }
143
+ }
144
+ ]
145
+ },
146
+ "GetStorageLayout": {
147
+ "requestType": "GetStorageLayoutRequest",
148
+ "responseType": "StorageLayout",
149
+ "options": {
150
+ "(google.api.routing).routing_parameters.field": "name",
151
+ "(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
152
+ "(google.api.method_signature)": "name"
153
+ },
154
+ "parsedOptions": [
155
+ {
156
+ "(google.api.routing)": {
157
+ "routing_parameters": {
158
+ "field": "name",
159
+ "path_template": "{bucket=projects/*/buckets/*}/**"
160
+ }
161
+ }
162
+ },
163
+ {
164
+ "(google.api.method_signature)": "name"
165
+ }
166
+ ]
167
+ }
168
+ }
169
+ },
170
+ "PendingRenameInfo": {
171
+ "fields": {
172
+ "operation": {
173
+ "type": "string",
174
+ "id": 1,
175
+ "options": {
176
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
177
+ }
178
+ }
179
+ }
180
+ },
181
+ "Folder": {
182
+ "options": {
183
+ "(google.api.resource).type": "storage.googleapis.com/Folder",
184
+ "(google.api.resource).pattern": "projects/{project}/buckets/{bucket}/folders/{folder=**}",
185
+ "(google.api.resource).plural": "folders",
186
+ "(google.api.resource).singular": "folder"
187
+ },
188
+ "fields": {
189
+ "name": {
190
+ "type": "string",
191
+ "id": 1,
192
+ "options": {
193
+ "(google.api.field_behavior)": "IDENTIFIER"
194
+ }
195
+ },
196
+ "metageneration": {
197
+ "type": "int64",
198
+ "id": 3,
199
+ "options": {
200
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
201
+ }
202
+ },
203
+ "createTime": {
204
+ "type": "google.protobuf.Timestamp",
205
+ "id": 4,
206
+ "options": {
207
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
208
+ }
209
+ },
210
+ "updateTime": {
211
+ "type": "google.protobuf.Timestamp",
212
+ "id": 5,
213
+ "options": {
214
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
215
+ }
216
+ },
217
+ "pendingRenameInfo": {
218
+ "type": "PendingRenameInfo",
219
+ "id": 7,
220
+ "options": {
221
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
222
+ }
223
+ }
224
+ }
225
+ },
226
+ "GetFolderRequest": {
227
+ "oneofs": {
228
+ "_ifMetagenerationMatch": {
229
+ "oneof": [
230
+ "ifMetagenerationMatch"
231
+ ]
232
+ },
233
+ "_ifMetagenerationNotMatch": {
234
+ "oneof": [
235
+ "ifMetagenerationNotMatch"
236
+ ]
237
+ }
238
+ },
239
+ "fields": {
240
+ "name": {
241
+ "type": "string",
242
+ "id": 6,
243
+ "options": {
244
+ "(google.api.field_behavior)": "REQUIRED",
245
+ "(google.api.resource_reference).type": "storage.googleapis.com/Folder"
246
+ }
247
+ },
248
+ "ifMetagenerationMatch": {
249
+ "type": "int64",
250
+ "id": 3,
251
+ "options": {
252
+ "proto3_optional": true
253
+ }
254
+ },
255
+ "ifMetagenerationNotMatch": {
256
+ "type": "int64",
257
+ "id": 4,
258
+ "options": {
259
+ "proto3_optional": true
260
+ }
261
+ },
262
+ "requestId": {
263
+ "type": "string",
264
+ "id": 5,
265
+ "options": {
266
+ "(google.api.field_info).format": "UUID4",
267
+ "(google.api.field_behavior)": "OPTIONAL"
268
+ }
269
+ }
270
+ }
271
+ },
272
+ "CreateFolderRequest": {
273
+ "fields": {
274
+ "parent": {
275
+ "type": "string",
276
+ "id": 1,
277
+ "options": {
278
+ "(google.api.field_behavior)": "REQUIRED",
279
+ "(google.api.resource_reference).child_type": "storage.googleapis.com/Folder"
280
+ }
281
+ },
282
+ "folder": {
283
+ "type": "Folder",
284
+ "id": 2,
285
+ "options": {
286
+ "(google.api.field_behavior)": "REQUIRED"
287
+ }
288
+ },
289
+ "folderId": {
290
+ "type": "string",
291
+ "id": 3,
292
+ "options": {
293
+ "(google.api.field_behavior)": "REQUIRED"
294
+ }
295
+ },
296
+ "recursive": {
297
+ "type": "bool",
298
+ "id": 4,
299
+ "options": {
300
+ "(google.api.field_behavior)": "OPTIONAL"
301
+ }
302
+ },
303
+ "requestId": {
304
+ "type": "string",
305
+ "id": 5,
306
+ "options": {
307
+ "(google.api.field_info).format": "UUID4",
308
+ "(google.api.field_behavior)": "OPTIONAL"
309
+ }
310
+ }
311
+ }
312
+ },
313
+ "DeleteFolderRequest": {
314
+ "oneofs": {
315
+ "_ifMetagenerationMatch": {
316
+ "oneof": [
317
+ "ifMetagenerationMatch"
318
+ ]
319
+ },
320
+ "_ifMetagenerationNotMatch": {
321
+ "oneof": [
322
+ "ifMetagenerationNotMatch"
323
+ ]
324
+ }
325
+ },
326
+ "fields": {
327
+ "name": {
328
+ "type": "string",
329
+ "id": 6,
330
+ "options": {
331
+ "(google.api.field_behavior)": "REQUIRED",
332
+ "(google.api.resource_reference).type": "storage.googleapis.com/Folder"
333
+ }
334
+ },
335
+ "ifMetagenerationMatch": {
336
+ "type": "int64",
337
+ "id": 3,
338
+ "options": {
339
+ "proto3_optional": true
340
+ }
341
+ },
342
+ "ifMetagenerationNotMatch": {
343
+ "type": "int64",
344
+ "id": 4,
345
+ "options": {
346
+ "proto3_optional": true
347
+ }
348
+ },
349
+ "requestId": {
350
+ "type": "string",
351
+ "id": 5,
352
+ "options": {
353
+ "(google.api.field_info).format": "UUID4",
354
+ "(google.api.field_behavior)": "OPTIONAL"
355
+ }
356
+ }
357
+ }
358
+ },
359
+ "ListFoldersRequest": {
360
+ "fields": {
361
+ "parent": {
362
+ "type": "string",
363
+ "id": 1,
364
+ "options": {
365
+ "(google.api.field_behavior)": "REQUIRED",
366
+ "(google.api.resource_reference).child_type": "storage.googleapis.com/Folder"
367
+ }
368
+ },
369
+ "pageSize": {
370
+ "type": "int32",
371
+ "id": 2,
372
+ "options": {
373
+ "(google.api.field_behavior)": "OPTIONAL"
374
+ }
375
+ },
376
+ "pageToken": {
377
+ "type": "string",
378
+ "id": 3,
379
+ "options": {
380
+ "(google.api.field_behavior)": "OPTIONAL"
381
+ }
382
+ },
383
+ "prefix": {
384
+ "type": "string",
385
+ "id": 4,
386
+ "options": {
387
+ "(google.api.field_behavior)": "OPTIONAL"
388
+ }
389
+ },
390
+ "delimiter": {
391
+ "type": "string",
392
+ "id": 8,
393
+ "options": {
394
+ "(google.api.field_behavior)": "OPTIONAL"
395
+ }
396
+ },
397
+ "lexicographicStart": {
398
+ "type": "string",
399
+ "id": 6,
400
+ "options": {
401
+ "(google.api.field_behavior)": "OPTIONAL"
402
+ }
403
+ },
404
+ "lexicographicEnd": {
405
+ "type": "string",
406
+ "id": 7,
407
+ "options": {
408
+ "(google.api.field_behavior)": "OPTIONAL"
409
+ }
410
+ },
411
+ "requestId": {
412
+ "type": "string",
413
+ "id": 9,
414
+ "options": {
415
+ "(google.api.field_info).format": "UUID4",
416
+ "(google.api.field_behavior)": "OPTIONAL"
417
+ }
418
+ }
419
+ }
420
+ },
421
+ "ListFoldersResponse": {
422
+ "fields": {
423
+ "folders": {
424
+ "rule": "repeated",
425
+ "type": "Folder",
426
+ "id": 1
427
+ },
428
+ "nextPageToken": {
429
+ "type": "string",
430
+ "id": 2
431
+ }
432
+ }
433
+ },
434
+ "RenameFolderRequest": {
435
+ "oneofs": {
436
+ "_ifMetagenerationMatch": {
437
+ "oneof": [
438
+ "ifMetagenerationMatch"
439
+ ]
440
+ },
441
+ "_ifMetagenerationNotMatch": {
442
+ "oneof": [
443
+ "ifMetagenerationNotMatch"
444
+ ]
445
+ }
446
+ },
447
+ "fields": {
448
+ "name": {
449
+ "type": "string",
450
+ "id": 7,
451
+ "options": {
452
+ "(google.api.field_behavior)": "REQUIRED",
453
+ "(google.api.resource_reference).type": "storage.googleapis.com/Folder"
454
+ }
455
+ },
456
+ "destinationFolderId": {
457
+ "type": "string",
458
+ "id": 8,
459
+ "options": {
460
+ "(google.api.field_behavior)": "REQUIRED"
461
+ }
462
+ },
463
+ "ifMetagenerationMatch": {
464
+ "type": "int64",
465
+ "id": 4,
466
+ "options": {
467
+ "proto3_optional": true
468
+ }
469
+ },
470
+ "ifMetagenerationNotMatch": {
471
+ "type": "int64",
472
+ "id": 5,
473
+ "options": {
474
+ "proto3_optional": true
475
+ }
476
+ },
477
+ "requestId": {
478
+ "type": "string",
479
+ "id": 6,
480
+ "options": {
481
+ "(google.api.field_info).format": "UUID4",
482
+ "(google.api.field_behavior)": "OPTIONAL"
483
+ }
484
+ }
485
+ }
486
+ },
487
+ "CommonLongRunningOperationMetadata": {
488
+ "fields": {
489
+ "createTime": {
490
+ "type": "google.protobuf.Timestamp",
491
+ "id": 1,
492
+ "options": {
493
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
494
+ }
495
+ },
496
+ "endTime": {
497
+ "type": "google.protobuf.Timestamp",
498
+ "id": 2,
499
+ "options": {
500
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
501
+ }
502
+ },
503
+ "updateTime": {
504
+ "type": "google.protobuf.Timestamp",
505
+ "id": 3,
506
+ "options": {
507
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
508
+ }
509
+ },
510
+ "type": {
511
+ "type": "string",
512
+ "id": 4,
513
+ "options": {
514
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
515
+ }
516
+ },
517
+ "requestedCancellation": {
518
+ "type": "bool",
519
+ "id": 5,
520
+ "options": {
521
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
522
+ }
523
+ },
524
+ "progressPercent": {
525
+ "type": "int32",
526
+ "id": 6,
527
+ "options": {
528
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
529
+ }
530
+ }
531
+ }
532
+ },
533
+ "RenameFolderMetadata": {
534
+ "fields": {
535
+ "commonMetadata": {
536
+ "type": "CommonLongRunningOperationMetadata",
537
+ "id": 1
538
+ },
539
+ "sourceFolderId": {
540
+ "type": "string",
541
+ "id": 2
542
+ },
543
+ "destinationFolderId": {
544
+ "type": "string",
545
+ "id": 3
546
+ }
547
+ }
548
+ },
549
+ "StorageLayout": {
550
+ "options": {
551
+ "(google.api.resource).type": "storage.googleapis.com/StorageLayout",
552
+ "(google.api.resource).pattern": "projects/{project}/buckets/{bucket}/storageLayout"
553
+ },
554
+ "fields": {
555
+ "name": {
556
+ "type": "string",
557
+ "id": 1,
558
+ "options": {
559
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
560
+ }
561
+ },
562
+ "location": {
563
+ "type": "string",
564
+ "id": 2,
565
+ "options": {
566
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
567
+ }
568
+ },
569
+ "locationType": {
570
+ "type": "string",
571
+ "id": 3,
572
+ "options": {
573
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
574
+ }
575
+ },
576
+ "customPlacementConfig": {
577
+ "type": "CustomPlacementConfig",
578
+ "id": 4,
579
+ "options": {
580
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
581
+ }
582
+ },
583
+ "hierarchicalNamespace": {
584
+ "type": "HierarchicalNamespace",
585
+ "id": 5,
586
+ "options": {
587
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
588
+ }
589
+ }
590
+ },
591
+ "nested": {
592
+ "CustomPlacementConfig": {
593
+ "fields": {
594
+ "dataLocations": {
595
+ "rule": "repeated",
596
+ "type": "string",
597
+ "id": 1
598
+ }
599
+ }
600
+ },
601
+ "HierarchicalNamespace": {
602
+ "fields": {
603
+ "enabled": {
604
+ "type": "bool",
605
+ "id": 1
606
+ }
607
+ }
608
+ }
609
+ }
610
+ },
611
+ "GetStorageLayoutRequest": {
612
+ "fields": {
613
+ "name": {
614
+ "type": "string",
615
+ "id": 1,
616
+ "options": {
617
+ "(google.api.field_behavior)": "REQUIRED",
618
+ "(google.api.resource_reference).type": "storage.googleapis.com/StorageLayout"
619
+ }
620
+ },
621
+ "prefix": {
622
+ "type": "string",
623
+ "id": 2
624
+ },
625
+ "requestId": {
626
+ "type": "string",
627
+ "id": 3,
628
+ "options": {
629
+ "(google.api.field_info).format": "UUID4",
630
+ "(google.api.field_behavior)": "OPTIONAL"
631
+ }
632
+ }
633
+ }
634
+ }
635
+ }
636
+ }
637
+ }
638
+ }
639
+ }
640
+ },
641
+ "api": {
642
+ "options": {
643
+ "go_package": "google.golang.org/genproto/googleapis/api/annotations;annotations",
644
+ "java_multiple_files": true,
645
+ "java_outer_classname": "HttpProto",
646
+ "java_package": "com.google.api",
647
+ "objc_class_prefix": "GAPI",
648
+ "cc_enable_arenas": true
649
+ },
650
+ "nested": {
651
+ "methodSignature": {
652
+ "rule": "repeated",
653
+ "type": "string",
654
+ "id": 1051,
655
+ "extend": "google.protobuf.MethodOptions"
656
+ },
657
+ "defaultHost": {
658
+ "type": "string",
659
+ "id": 1049,
660
+ "extend": "google.protobuf.ServiceOptions"
661
+ },
662
+ "oauthScopes": {
663
+ "type": "string",
664
+ "id": 1050,
665
+ "extend": "google.protobuf.ServiceOptions"
666
+ },
667
+ "CommonLanguageSettings": {
668
+ "fields": {
669
+ "referenceDocsUri": {
670
+ "type": "string",
671
+ "id": 1,
672
+ "options": {
673
+ "deprecated": true
674
+ }
675
+ },
676
+ "destinations": {
677
+ "rule": "repeated",
678
+ "type": "ClientLibraryDestination",
679
+ "id": 2
680
+ }
681
+ }
682
+ },
683
+ "ClientLibrarySettings": {
684
+ "fields": {
685
+ "version": {
686
+ "type": "string",
687
+ "id": 1
688
+ },
689
+ "launchStage": {
690
+ "type": "LaunchStage",
691
+ "id": 2
692
+ },
693
+ "restNumericEnums": {
694
+ "type": "bool",
695
+ "id": 3
696
+ },
697
+ "javaSettings": {
698
+ "type": "JavaSettings",
699
+ "id": 21
700
+ },
701
+ "cppSettings": {
702
+ "type": "CppSettings",
703
+ "id": 22
704
+ },
705
+ "phpSettings": {
706
+ "type": "PhpSettings",
707
+ "id": 23
708
+ },
709
+ "pythonSettings": {
710
+ "type": "PythonSettings",
711
+ "id": 24
712
+ },
713
+ "nodeSettings": {
714
+ "type": "NodeSettings",
715
+ "id": 25
716
+ },
717
+ "dotnetSettings": {
718
+ "type": "DotnetSettings",
719
+ "id": 26
720
+ },
721
+ "rubySettings": {
722
+ "type": "RubySettings",
723
+ "id": 27
724
+ },
725
+ "goSettings": {
726
+ "type": "GoSettings",
727
+ "id": 28
728
+ }
729
+ }
730
+ },
731
+ "Publishing": {
732
+ "fields": {
733
+ "methodSettings": {
734
+ "rule": "repeated",
735
+ "type": "MethodSettings",
736
+ "id": 2
737
+ },
738
+ "newIssueUri": {
739
+ "type": "string",
740
+ "id": 101
741
+ },
742
+ "documentationUri": {
743
+ "type": "string",
744
+ "id": 102
745
+ },
746
+ "apiShortName": {
747
+ "type": "string",
748
+ "id": 103
749
+ },
750
+ "githubLabel": {
751
+ "type": "string",
752
+ "id": 104
753
+ },
754
+ "codeownerGithubTeams": {
755
+ "rule": "repeated",
756
+ "type": "string",
757
+ "id": 105
758
+ },
759
+ "docTagPrefix": {
760
+ "type": "string",
761
+ "id": 106
762
+ },
763
+ "organization": {
764
+ "type": "ClientLibraryOrganization",
765
+ "id": 107
766
+ },
767
+ "librarySettings": {
768
+ "rule": "repeated",
769
+ "type": "ClientLibrarySettings",
770
+ "id": 109
771
+ },
772
+ "protoReferenceDocumentationUri": {
773
+ "type": "string",
774
+ "id": 110
775
+ }
776
+ }
777
+ },
778
+ "JavaSettings": {
779
+ "fields": {
780
+ "libraryPackage": {
781
+ "type": "string",
782
+ "id": 1
783
+ },
784
+ "serviceClassNames": {
785
+ "keyType": "string",
786
+ "type": "string",
787
+ "id": 2
788
+ },
789
+ "common": {
790
+ "type": "CommonLanguageSettings",
791
+ "id": 3
792
+ }
793
+ }
794
+ },
795
+ "CppSettings": {
796
+ "fields": {
797
+ "common": {
798
+ "type": "CommonLanguageSettings",
799
+ "id": 1
800
+ }
801
+ }
802
+ },
803
+ "PhpSettings": {
804
+ "fields": {
805
+ "common": {
806
+ "type": "CommonLanguageSettings",
807
+ "id": 1
808
+ }
809
+ }
810
+ },
811
+ "PythonSettings": {
812
+ "fields": {
813
+ "common": {
814
+ "type": "CommonLanguageSettings",
815
+ "id": 1
816
+ }
817
+ }
818
+ },
819
+ "NodeSettings": {
820
+ "fields": {
821
+ "common": {
822
+ "type": "CommonLanguageSettings",
823
+ "id": 1
824
+ }
825
+ }
826
+ },
827
+ "DotnetSettings": {
828
+ "fields": {
829
+ "common": {
830
+ "type": "CommonLanguageSettings",
831
+ "id": 1
832
+ },
833
+ "renamedServices": {
834
+ "keyType": "string",
835
+ "type": "string",
836
+ "id": 2
837
+ },
838
+ "renamedResources": {
839
+ "keyType": "string",
840
+ "type": "string",
841
+ "id": 3
842
+ },
843
+ "ignoredResources": {
844
+ "rule": "repeated",
845
+ "type": "string",
846
+ "id": 4
847
+ },
848
+ "forcedNamespaceAliases": {
849
+ "rule": "repeated",
850
+ "type": "string",
851
+ "id": 5
852
+ },
853
+ "handwrittenSignatures": {
854
+ "rule": "repeated",
855
+ "type": "string",
856
+ "id": 6
857
+ }
858
+ }
859
+ },
860
+ "RubySettings": {
861
+ "fields": {
862
+ "common": {
863
+ "type": "CommonLanguageSettings",
864
+ "id": 1
865
+ }
866
+ }
867
+ },
868
+ "GoSettings": {
869
+ "fields": {
870
+ "common": {
871
+ "type": "CommonLanguageSettings",
872
+ "id": 1
873
+ }
874
+ }
875
+ },
876
+ "MethodSettings": {
877
+ "fields": {
878
+ "selector": {
879
+ "type": "string",
880
+ "id": 1
881
+ },
882
+ "longRunning": {
883
+ "type": "LongRunning",
884
+ "id": 2
885
+ },
886
+ "autoPopulatedFields": {
887
+ "rule": "repeated",
888
+ "type": "string",
889
+ "id": 3
890
+ }
891
+ },
892
+ "nested": {
893
+ "LongRunning": {
894
+ "fields": {
895
+ "initialPollDelay": {
896
+ "type": "google.protobuf.Duration",
897
+ "id": 1
898
+ },
899
+ "pollDelayMultiplier": {
900
+ "type": "float",
901
+ "id": 2
902
+ },
903
+ "maxPollDelay": {
904
+ "type": "google.protobuf.Duration",
905
+ "id": 3
906
+ },
907
+ "totalPollTimeout": {
908
+ "type": "google.protobuf.Duration",
909
+ "id": 4
910
+ }
911
+ }
912
+ }
913
+ }
914
+ },
915
+ "ClientLibraryOrganization": {
916
+ "values": {
917
+ "CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED": 0,
918
+ "CLOUD": 1,
919
+ "ADS": 2,
920
+ "PHOTOS": 3,
921
+ "STREET_VIEW": 4,
922
+ "SHOPPING": 5,
923
+ "GEO": 6,
924
+ "GENERATIVE_AI": 7
925
+ }
926
+ },
927
+ "ClientLibraryDestination": {
928
+ "values": {
929
+ "CLIENT_LIBRARY_DESTINATION_UNSPECIFIED": 0,
930
+ "GITHUB": 10,
931
+ "PACKAGE_MANAGER": 20
932
+ }
933
+ },
934
+ "LaunchStage": {
935
+ "values": {
936
+ "LAUNCH_STAGE_UNSPECIFIED": 0,
937
+ "UNIMPLEMENTED": 6,
938
+ "PRELAUNCH": 7,
939
+ "EARLY_ACCESS": 1,
940
+ "ALPHA": 2,
941
+ "BETA": 3,
942
+ "GA": 4,
943
+ "DEPRECATED": 5
944
+ }
945
+ },
946
+ "fieldBehavior": {
947
+ "rule": "repeated",
948
+ "type": "google.api.FieldBehavior",
949
+ "id": 1052,
950
+ "extend": "google.protobuf.FieldOptions"
951
+ },
952
+ "FieldBehavior": {
953
+ "values": {
954
+ "FIELD_BEHAVIOR_UNSPECIFIED": 0,
955
+ "OPTIONAL": 1,
956
+ "REQUIRED": 2,
957
+ "OUTPUT_ONLY": 3,
958
+ "INPUT_ONLY": 4,
959
+ "IMMUTABLE": 5,
960
+ "UNORDERED_LIST": 6,
961
+ "NON_EMPTY_DEFAULT": 7,
962
+ "IDENTIFIER": 8
963
+ }
964
+ },
965
+ "fieldInfo": {
966
+ "type": "google.api.FieldInfo",
967
+ "id": 291403980,
968
+ "extend": "google.protobuf.FieldOptions"
969
+ },
970
+ "FieldInfo": {
971
+ "fields": {
972
+ "format": {
973
+ "type": "Format",
974
+ "id": 1
975
+ }
976
+ },
977
+ "nested": {
978
+ "Format": {
979
+ "values": {
980
+ "FORMAT_UNSPECIFIED": 0,
981
+ "UUID4": 1,
982
+ "IPV4": 2,
983
+ "IPV6": 3,
984
+ "IPV4_OR_IPV6": 4
985
+ }
986
+ }
987
+ }
988
+ },
989
+ "resourceReference": {
990
+ "type": "google.api.ResourceReference",
991
+ "id": 1055,
992
+ "extend": "google.protobuf.FieldOptions"
993
+ },
994
+ "resourceDefinition": {
995
+ "rule": "repeated",
996
+ "type": "google.api.ResourceDescriptor",
997
+ "id": 1053,
998
+ "extend": "google.protobuf.FileOptions"
999
+ },
1000
+ "resource": {
1001
+ "type": "google.api.ResourceDescriptor",
1002
+ "id": 1053,
1003
+ "extend": "google.protobuf.MessageOptions"
1004
+ },
1005
+ "ResourceDescriptor": {
1006
+ "fields": {
1007
+ "type": {
1008
+ "type": "string",
1009
+ "id": 1
1010
+ },
1011
+ "pattern": {
1012
+ "rule": "repeated",
1013
+ "type": "string",
1014
+ "id": 2
1015
+ },
1016
+ "nameField": {
1017
+ "type": "string",
1018
+ "id": 3
1019
+ },
1020
+ "history": {
1021
+ "type": "History",
1022
+ "id": 4
1023
+ },
1024
+ "plural": {
1025
+ "type": "string",
1026
+ "id": 5
1027
+ },
1028
+ "singular": {
1029
+ "type": "string",
1030
+ "id": 6
1031
+ },
1032
+ "style": {
1033
+ "rule": "repeated",
1034
+ "type": "Style",
1035
+ "id": 10
1036
+ }
1037
+ },
1038
+ "nested": {
1039
+ "History": {
1040
+ "values": {
1041
+ "HISTORY_UNSPECIFIED": 0,
1042
+ "ORIGINALLY_SINGLE_PATTERN": 1,
1043
+ "FUTURE_MULTI_PATTERN": 2
1044
+ }
1045
+ },
1046
+ "Style": {
1047
+ "values": {
1048
+ "STYLE_UNSPECIFIED": 0,
1049
+ "DECLARATIVE_FRIENDLY": 1
1050
+ }
1051
+ }
1052
+ }
1053
+ },
1054
+ "ResourceReference": {
1055
+ "fields": {
1056
+ "type": {
1057
+ "type": "string",
1058
+ "id": 1
1059
+ },
1060
+ "childType": {
1061
+ "type": "string",
1062
+ "id": 2
1063
+ }
1064
+ }
1065
+ },
1066
+ "routing": {
1067
+ "type": "google.api.RoutingRule",
1068
+ "id": 72295729,
1069
+ "extend": "google.protobuf.MethodOptions"
1070
+ },
1071
+ "RoutingRule": {
1072
+ "fields": {
1073
+ "routingParameters": {
1074
+ "rule": "repeated",
1075
+ "type": "RoutingParameter",
1076
+ "id": 2
1077
+ }
1078
+ }
1079
+ },
1080
+ "RoutingParameter": {
1081
+ "fields": {
1082
+ "field": {
1083
+ "type": "string",
1084
+ "id": 1
1085
+ },
1086
+ "pathTemplate": {
1087
+ "type": "string",
1088
+ "id": 2
1089
+ }
1090
+ }
1091
+ },
1092
+ "http": {
1093
+ "type": "HttpRule",
1094
+ "id": 72295728,
1095
+ "extend": "google.protobuf.MethodOptions"
1096
+ },
1097
+ "Http": {
1098
+ "fields": {
1099
+ "rules": {
1100
+ "rule": "repeated",
1101
+ "type": "HttpRule",
1102
+ "id": 1
1103
+ },
1104
+ "fullyDecodeReservedExpansion": {
1105
+ "type": "bool",
1106
+ "id": 2
1107
+ }
1108
+ }
1109
+ },
1110
+ "HttpRule": {
1111
+ "oneofs": {
1112
+ "pattern": {
1113
+ "oneof": [
1114
+ "get",
1115
+ "put",
1116
+ "post",
1117
+ "delete",
1118
+ "patch",
1119
+ "custom"
1120
+ ]
1121
+ }
1122
+ },
1123
+ "fields": {
1124
+ "selector": {
1125
+ "type": "string",
1126
+ "id": 1
1127
+ },
1128
+ "get": {
1129
+ "type": "string",
1130
+ "id": 2
1131
+ },
1132
+ "put": {
1133
+ "type": "string",
1134
+ "id": 3
1135
+ },
1136
+ "post": {
1137
+ "type": "string",
1138
+ "id": 4
1139
+ },
1140
+ "delete": {
1141
+ "type": "string",
1142
+ "id": 5
1143
+ },
1144
+ "patch": {
1145
+ "type": "string",
1146
+ "id": 6
1147
+ },
1148
+ "custom": {
1149
+ "type": "CustomHttpPattern",
1150
+ "id": 8
1151
+ },
1152
+ "body": {
1153
+ "type": "string",
1154
+ "id": 7
1155
+ },
1156
+ "responseBody": {
1157
+ "type": "string",
1158
+ "id": 12
1159
+ },
1160
+ "additionalBindings": {
1161
+ "rule": "repeated",
1162
+ "type": "HttpRule",
1163
+ "id": 11
1164
+ }
1165
+ }
1166
+ },
1167
+ "CustomHttpPattern": {
1168
+ "fields": {
1169
+ "kind": {
1170
+ "type": "string",
1171
+ "id": 1
1172
+ },
1173
+ "path": {
1174
+ "type": "string",
1175
+ "id": 2
1176
+ }
1177
+ }
1178
+ }
1179
+ }
1180
+ },
1181
+ "protobuf": {
1182
+ "options": {
1183
+ "go_package": "google.golang.org/protobuf/types/descriptorpb",
1184
+ "java_package": "com.google.protobuf",
1185
+ "java_outer_classname": "DescriptorProtos",
1186
+ "csharp_namespace": "Google.Protobuf.Reflection",
1187
+ "objc_class_prefix": "GPB",
1188
+ "cc_enable_arenas": true,
1189
+ "optimize_for": "SPEED"
1190
+ },
1191
+ "nested": {
1192
+ "FileDescriptorSet": {
1193
+ "fields": {
1194
+ "file": {
1195
+ "rule": "repeated",
1196
+ "type": "FileDescriptorProto",
1197
+ "id": 1
1198
+ }
1199
+ }
1200
+ },
1201
+ "Edition": {
1202
+ "values": {
1203
+ "EDITION_UNKNOWN": 0,
1204
+ "EDITION_PROTO2": 998,
1205
+ "EDITION_PROTO3": 999,
1206
+ "EDITION_2023": 1000,
1207
+ "EDITION_2024": 1001,
1208
+ "EDITION_1_TEST_ONLY": 1,
1209
+ "EDITION_2_TEST_ONLY": 2,
1210
+ "EDITION_99997_TEST_ONLY": 99997,
1211
+ "EDITION_99998_TEST_ONLY": 99998,
1212
+ "EDITION_99999_TEST_ONLY": 99999,
1213
+ "EDITION_MAX": 2147483647
1214
+ }
1215
+ },
1216
+ "FileDescriptorProto": {
1217
+ "fields": {
1218
+ "name": {
1219
+ "type": "string",
1220
+ "id": 1
1221
+ },
1222
+ "package": {
1223
+ "type": "string",
1224
+ "id": 2
1225
+ },
1226
+ "dependency": {
1227
+ "rule": "repeated",
1228
+ "type": "string",
1229
+ "id": 3
1230
+ },
1231
+ "publicDependency": {
1232
+ "rule": "repeated",
1233
+ "type": "int32",
1234
+ "id": 10,
1235
+ "options": {
1236
+ "packed": false
1237
+ }
1238
+ },
1239
+ "weakDependency": {
1240
+ "rule": "repeated",
1241
+ "type": "int32",
1242
+ "id": 11,
1243
+ "options": {
1244
+ "packed": false
1245
+ }
1246
+ },
1247
+ "messageType": {
1248
+ "rule": "repeated",
1249
+ "type": "DescriptorProto",
1250
+ "id": 4
1251
+ },
1252
+ "enumType": {
1253
+ "rule": "repeated",
1254
+ "type": "EnumDescriptorProto",
1255
+ "id": 5
1256
+ },
1257
+ "service": {
1258
+ "rule": "repeated",
1259
+ "type": "ServiceDescriptorProto",
1260
+ "id": 6
1261
+ },
1262
+ "extension": {
1263
+ "rule": "repeated",
1264
+ "type": "FieldDescriptorProto",
1265
+ "id": 7
1266
+ },
1267
+ "options": {
1268
+ "type": "FileOptions",
1269
+ "id": 8
1270
+ },
1271
+ "sourceCodeInfo": {
1272
+ "type": "SourceCodeInfo",
1273
+ "id": 9
1274
+ },
1275
+ "syntax": {
1276
+ "type": "string",
1277
+ "id": 12
1278
+ },
1279
+ "edition": {
1280
+ "type": "Edition",
1281
+ "id": 14
1282
+ }
1283
+ }
1284
+ },
1285
+ "DescriptorProto": {
1286
+ "fields": {
1287
+ "name": {
1288
+ "type": "string",
1289
+ "id": 1
1290
+ },
1291
+ "field": {
1292
+ "rule": "repeated",
1293
+ "type": "FieldDescriptorProto",
1294
+ "id": 2
1295
+ },
1296
+ "extension": {
1297
+ "rule": "repeated",
1298
+ "type": "FieldDescriptorProto",
1299
+ "id": 6
1300
+ },
1301
+ "nestedType": {
1302
+ "rule": "repeated",
1303
+ "type": "DescriptorProto",
1304
+ "id": 3
1305
+ },
1306
+ "enumType": {
1307
+ "rule": "repeated",
1308
+ "type": "EnumDescriptorProto",
1309
+ "id": 4
1310
+ },
1311
+ "extensionRange": {
1312
+ "rule": "repeated",
1313
+ "type": "ExtensionRange",
1314
+ "id": 5
1315
+ },
1316
+ "oneofDecl": {
1317
+ "rule": "repeated",
1318
+ "type": "OneofDescriptorProto",
1319
+ "id": 8
1320
+ },
1321
+ "options": {
1322
+ "type": "MessageOptions",
1323
+ "id": 7
1324
+ },
1325
+ "reservedRange": {
1326
+ "rule": "repeated",
1327
+ "type": "ReservedRange",
1328
+ "id": 9
1329
+ },
1330
+ "reservedName": {
1331
+ "rule": "repeated",
1332
+ "type": "string",
1333
+ "id": 10
1334
+ }
1335
+ },
1336
+ "nested": {
1337
+ "ExtensionRange": {
1338
+ "fields": {
1339
+ "start": {
1340
+ "type": "int32",
1341
+ "id": 1
1342
+ },
1343
+ "end": {
1344
+ "type": "int32",
1345
+ "id": 2
1346
+ },
1347
+ "options": {
1348
+ "type": "ExtensionRangeOptions",
1349
+ "id": 3
1350
+ }
1351
+ }
1352
+ },
1353
+ "ReservedRange": {
1354
+ "fields": {
1355
+ "start": {
1356
+ "type": "int32",
1357
+ "id": 1
1358
+ },
1359
+ "end": {
1360
+ "type": "int32",
1361
+ "id": 2
1362
+ }
1363
+ }
1364
+ }
1365
+ }
1366
+ },
1367
+ "ExtensionRangeOptions": {
1368
+ "fields": {
1369
+ "uninterpretedOption": {
1370
+ "rule": "repeated",
1371
+ "type": "UninterpretedOption",
1372
+ "id": 999
1373
+ },
1374
+ "declaration": {
1375
+ "rule": "repeated",
1376
+ "type": "Declaration",
1377
+ "id": 2,
1378
+ "options": {
1379
+ "retention": "RETENTION_SOURCE"
1380
+ }
1381
+ },
1382
+ "features": {
1383
+ "type": "FeatureSet",
1384
+ "id": 50
1385
+ },
1386
+ "verification": {
1387
+ "type": "VerificationState",
1388
+ "id": 3,
1389
+ "options": {
1390
+ "default": "UNVERIFIED",
1391
+ "retention": "RETENTION_SOURCE"
1392
+ }
1393
+ }
1394
+ },
1395
+ "extensions": [
1396
+ [
1397
+ 1000,
1398
+ 536870911
1399
+ ]
1400
+ ],
1401
+ "nested": {
1402
+ "Declaration": {
1403
+ "fields": {
1404
+ "number": {
1405
+ "type": "int32",
1406
+ "id": 1
1407
+ },
1408
+ "fullName": {
1409
+ "type": "string",
1410
+ "id": 2
1411
+ },
1412
+ "type": {
1413
+ "type": "string",
1414
+ "id": 3
1415
+ },
1416
+ "reserved": {
1417
+ "type": "bool",
1418
+ "id": 5
1419
+ },
1420
+ "repeated": {
1421
+ "type": "bool",
1422
+ "id": 6
1423
+ }
1424
+ },
1425
+ "reserved": [
1426
+ [
1427
+ 4,
1428
+ 4
1429
+ ]
1430
+ ]
1431
+ },
1432
+ "VerificationState": {
1433
+ "values": {
1434
+ "DECLARATION": 0,
1435
+ "UNVERIFIED": 1
1436
+ }
1437
+ }
1438
+ }
1439
+ },
1440
+ "FieldDescriptorProto": {
1441
+ "fields": {
1442
+ "name": {
1443
+ "type": "string",
1444
+ "id": 1
1445
+ },
1446
+ "number": {
1447
+ "type": "int32",
1448
+ "id": 3
1449
+ },
1450
+ "label": {
1451
+ "type": "Label",
1452
+ "id": 4
1453
+ },
1454
+ "type": {
1455
+ "type": "Type",
1456
+ "id": 5
1457
+ },
1458
+ "typeName": {
1459
+ "type": "string",
1460
+ "id": 6
1461
+ },
1462
+ "extendee": {
1463
+ "type": "string",
1464
+ "id": 2
1465
+ },
1466
+ "defaultValue": {
1467
+ "type": "string",
1468
+ "id": 7
1469
+ },
1470
+ "oneofIndex": {
1471
+ "type": "int32",
1472
+ "id": 9
1473
+ },
1474
+ "jsonName": {
1475
+ "type": "string",
1476
+ "id": 10
1477
+ },
1478
+ "options": {
1479
+ "type": "FieldOptions",
1480
+ "id": 8
1481
+ },
1482
+ "proto3Optional": {
1483
+ "type": "bool",
1484
+ "id": 17
1485
+ }
1486
+ },
1487
+ "nested": {
1488
+ "Type": {
1489
+ "values": {
1490
+ "TYPE_DOUBLE": 1,
1491
+ "TYPE_FLOAT": 2,
1492
+ "TYPE_INT64": 3,
1493
+ "TYPE_UINT64": 4,
1494
+ "TYPE_INT32": 5,
1495
+ "TYPE_FIXED64": 6,
1496
+ "TYPE_FIXED32": 7,
1497
+ "TYPE_BOOL": 8,
1498
+ "TYPE_STRING": 9,
1499
+ "TYPE_GROUP": 10,
1500
+ "TYPE_MESSAGE": 11,
1501
+ "TYPE_BYTES": 12,
1502
+ "TYPE_UINT32": 13,
1503
+ "TYPE_ENUM": 14,
1504
+ "TYPE_SFIXED32": 15,
1505
+ "TYPE_SFIXED64": 16,
1506
+ "TYPE_SINT32": 17,
1507
+ "TYPE_SINT64": 18
1508
+ }
1509
+ },
1510
+ "Label": {
1511
+ "values": {
1512
+ "LABEL_OPTIONAL": 1,
1513
+ "LABEL_REPEATED": 3,
1514
+ "LABEL_REQUIRED": 2
1515
+ }
1516
+ }
1517
+ }
1518
+ },
1519
+ "OneofDescriptorProto": {
1520
+ "fields": {
1521
+ "name": {
1522
+ "type": "string",
1523
+ "id": 1
1524
+ },
1525
+ "options": {
1526
+ "type": "OneofOptions",
1527
+ "id": 2
1528
+ }
1529
+ }
1530
+ },
1531
+ "EnumDescriptorProto": {
1532
+ "fields": {
1533
+ "name": {
1534
+ "type": "string",
1535
+ "id": 1
1536
+ },
1537
+ "value": {
1538
+ "rule": "repeated",
1539
+ "type": "EnumValueDescriptorProto",
1540
+ "id": 2
1541
+ },
1542
+ "options": {
1543
+ "type": "EnumOptions",
1544
+ "id": 3
1545
+ },
1546
+ "reservedRange": {
1547
+ "rule": "repeated",
1548
+ "type": "EnumReservedRange",
1549
+ "id": 4
1550
+ },
1551
+ "reservedName": {
1552
+ "rule": "repeated",
1553
+ "type": "string",
1554
+ "id": 5
1555
+ }
1556
+ },
1557
+ "nested": {
1558
+ "EnumReservedRange": {
1559
+ "fields": {
1560
+ "start": {
1561
+ "type": "int32",
1562
+ "id": 1
1563
+ },
1564
+ "end": {
1565
+ "type": "int32",
1566
+ "id": 2
1567
+ }
1568
+ }
1569
+ }
1570
+ }
1571
+ },
1572
+ "EnumValueDescriptorProto": {
1573
+ "fields": {
1574
+ "name": {
1575
+ "type": "string",
1576
+ "id": 1
1577
+ },
1578
+ "number": {
1579
+ "type": "int32",
1580
+ "id": 2
1581
+ },
1582
+ "options": {
1583
+ "type": "EnumValueOptions",
1584
+ "id": 3
1585
+ }
1586
+ }
1587
+ },
1588
+ "ServiceDescriptorProto": {
1589
+ "fields": {
1590
+ "name": {
1591
+ "type": "string",
1592
+ "id": 1
1593
+ },
1594
+ "method": {
1595
+ "rule": "repeated",
1596
+ "type": "MethodDescriptorProto",
1597
+ "id": 2
1598
+ },
1599
+ "options": {
1600
+ "type": "ServiceOptions",
1601
+ "id": 3
1602
+ }
1603
+ }
1604
+ },
1605
+ "MethodDescriptorProto": {
1606
+ "fields": {
1607
+ "name": {
1608
+ "type": "string",
1609
+ "id": 1
1610
+ },
1611
+ "inputType": {
1612
+ "type": "string",
1613
+ "id": 2
1614
+ },
1615
+ "outputType": {
1616
+ "type": "string",
1617
+ "id": 3
1618
+ },
1619
+ "options": {
1620
+ "type": "MethodOptions",
1621
+ "id": 4
1622
+ },
1623
+ "clientStreaming": {
1624
+ "type": "bool",
1625
+ "id": 5,
1626
+ "options": {
1627
+ "default": false
1628
+ }
1629
+ },
1630
+ "serverStreaming": {
1631
+ "type": "bool",
1632
+ "id": 6,
1633
+ "options": {
1634
+ "default": false
1635
+ }
1636
+ }
1637
+ }
1638
+ },
1639
+ "FileOptions": {
1640
+ "fields": {
1641
+ "javaPackage": {
1642
+ "type": "string",
1643
+ "id": 1
1644
+ },
1645
+ "javaOuterClassname": {
1646
+ "type": "string",
1647
+ "id": 8
1648
+ },
1649
+ "javaMultipleFiles": {
1650
+ "type": "bool",
1651
+ "id": 10,
1652
+ "options": {
1653
+ "default": false
1654
+ }
1655
+ },
1656
+ "javaGenerateEqualsAndHash": {
1657
+ "type": "bool",
1658
+ "id": 20,
1659
+ "options": {
1660
+ "deprecated": true
1661
+ }
1662
+ },
1663
+ "javaStringCheckUtf8": {
1664
+ "type": "bool",
1665
+ "id": 27,
1666
+ "options": {
1667
+ "default": false
1668
+ }
1669
+ },
1670
+ "optimizeFor": {
1671
+ "type": "OptimizeMode",
1672
+ "id": 9,
1673
+ "options": {
1674
+ "default": "SPEED"
1675
+ }
1676
+ },
1677
+ "goPackage": {
1678
+ "type": "string",
1679
+ "id": 11
1680
+ },
1681
+ "ccGenericServices": {
1682
+ "type": "bool",
1683
+ "id": 16,
1684
+ "options": {
1685
+ "default": false
1686
+ }
1687
+ },
1688
+ "javaGenericServices": {
1689
+ "type": "bool",
1690
+ "id": 17,
1691
+ "options": {
1692
+ "default": false
1693
+ }
1694
+ },
1695
+ "pyGenericServices": {
1696
+ "type": "bool",
1697
+ "id": 18,
1698
+ "options": {
1699
+ "default": false
1700
+ }
1701
+ },
1702
+ "deprecated": {
1703
+ "type": "bool",
1704
+ "id": 23,
1705
+ "options": {
1706
+ "default": false
1707
+ }
1708
+ },
1709
+ "ccEnableArenas": {
1710
+ "type": "bool",
1711
+ "id": 31,
1712
+ "options": {
1713
+ "default": true
1714
+ }
1715
+ },
1716
+ "objcClassPrefix": {
1717
+ "type": "string",
1718
+ "id": 36
1719
+ },
1720
+ "csharpNamespace": {
1721
+ "type": "string",
1722
+ "id": 37
1723
+ },
1724
+ "swiftPrefix": {
1725
+ "type": "string",
1726
+ "id": 39
1727
+ },
1728
+ "phpClassPrefix": {
1729
+ "type": "string",
1730
+ "id": 40
1731
+ },
1732
+ "phpNamespace": {
1733
+ "type": "string",
1734
+ "id": 41
1735
+ },
1736
+ "phpMetadataNamespace": {
1737
+ "type": "string",
1738
+ "id": 44
1739
+ },
1740
+ "rubyPackage": {
1741
+ "type": "string",
1742
+ "id": 45
1743
+ },
1744
+ "features": {
1745
+ "type": "FeatureSet",
1746
+ "id": 50
1747
+ },
1748
+ "uninterpretedOption": {
1749
+ "rule": "repeated",
1750
+ "type": "UninterpretedOption",
1751
+ "id": 999
1752
+ }
1753
+ },
1754
+ "extensions": [
1755
+ [
1756
+ 1000,
1757
+ 536870911
1758
+ ]
1759
+ ],
1760
+ "reserved": [
1761
+ [
1762
+ 42,
1763
+ 42
1764
+ ],
1765
+ [
1766
+ 38,
1767
+ 38
1768
+ ]
1769
+ ],
1770
+ "nested": {
1771
+ "OptimizeMode": {
1772
+ "values": {
1773
+ "SPEED": 1,
1774
+ "CODE_SIZE": 2,
1775
+ "LITE_RUNTIME": 3
1776
+ }
1777
+ }
1778
+ }
1779
+ },
1780
+ "MessageOptions": {
1781
+ "fields": {
1782
+ "messageSetWireFormat": {
1783
+ "type": "bool",
1784
+ "id": 1,
1785
+ "options": {
1786
+ "default": false
1787
+ }
1788
+ },
1789
+ "noStandardDescriptorAccessor": {
1790
+ "type": "bool",
1791
+ "id": 2,
1792
+ "options": {
1793
+ "default": false
1794
+ }
1795
+ },
1796
+ "deprecated": {
1797
+ "type": "bool",
1798
+ "id": 3,
1799
+ "options": {
1800
+ "default": false
1801
+ }
1802
+ },
1803
+ "mapEntry": {
1804
+ "type": "bool",
1805
+ "id": 7
1806
+ },
1807
+ "deprecatedLegacyJsonFieldConflicts": {
1808
+ "type": "bool",
1809
+ "id": 11,
1810
+ "options": {
1811
+ "deprecated": true
1812
+ }
1813
+ },
1814
+ "features": {
1815
+ "type": "FeatureSet",
1816
+ "id": 12
1817
+ },
1818
+ "uninterpretedOption": {
1819
+ "rule": "repeated",
1820
+ "type": "UninterpretedOption",
1821
+ "id": 999
1822
+ }
1823
+ },
1824
+ "extensions": [
1825
+ [
1826
+ 1000,
1827
+ 536870911
1828
+ ]
1829
+ ],
1830
+ "reserved": [
1831
+ [
1832
+ 4,
1833
+ 4
1834
+ ],
1835
+ [
1836
+ 5,
1837
+ 5
1838
+ ],
1839
+ [
1840
+ 6,
1841
+ 6
1842
+ ],
1843
+ [
1844
+ 8,
1845
+ 8
1846
+ ],
1847
+ [
1848
+ 9,
1849
+ 9
1850
+ ]
1851
+ ]
1852
+ },
1853
+ "FieldOptions": {
1854
+ "fields": {
1855
+ "ctype": {
1856
+ "type": "CType",
1857
+ "id": 1,
1858
+ "options": {
1859
+ "default": "STRING"
1860
+ }
1861
+ },
1862
+ "packed": {
1863
+ "type": "bool",
1864
+ "id": 2
1865
+ },
1866
+ "jstype": {
1867
+ "type": "JSType",
1868
+ "id": 6,
1869
+ "options": {
1870
+ "default": "JS_NORMAL"
1871
+ }
1872
+ },
1873
+ "lazy": {
1874
+ "type": "bool",
1875
+ "id": 5,
1876
+ "options": {
1877
+ "default": false
1878
+ }
1879
+ },
1880
+ "unverifiedLazy": {
1881
+ "type": "bool",
1882
+ "id": 15,
1883
+ "options": {
1884
+ "default": false
1885
+ }
1886
+ },
1887
+ "deprecated": {
1888
+ "type": "bool",
1889
+ "id": 3,
1890
+ "options": {
1891
+ "default": false
1892
+ }
1893
+ },
1894
+ "weak": {
1895
+ "type": "bool",
1896
+ "id": 10,
1897
+ "options": {
1898
+ "default": false
1899
+ }
1900
+ },
1901
+ "debugRedact": {
1902
+ "type": "bool",
1903
+ "id": 16,
1904
+ "options": {
1905
+ "default": false
1906
+ }
1907
+ },
1908
+ "retention": {
1909
+ "type": "OptionRetention",
1910
+ "id": 17
1911
+ },
1912
+ "targets": {
1913
+ "rule": "repeated",
1914
+ "type": "OptionTargetType",
1915
+ "id": 19,
1916
+ "options": {
1917
+ "packed": false
1918
+ }
1919
+ },
1920
+ "editionDefaults": {
1921
+ "rule": "repeated",
1922
+ "type": "EditionDefault",
1923
+ "id": 20
1924
+ },
1925
+ "features": {
1926
+ "type": "FeatureSet",
1927
+ "id": 21
1928
+ },
1929
+ "uninterpretedOption": {
1930
+ "rule": "repeated",
1931
+ "type": "UninterpretedOption",
1932
+ "id": 999
1933
+ }
1934
+ },
1935
+ "extensions": [
1936
+ [
1937
+ 1000,
1938
+ 536870911
1939
+ ]
1940
+ ],
1941
+ "reserved": [
1942
+ [
1943
+ 4,
1944
+ 4
1945
+ ],
1946
+ [
1947
+ 18,
1948
+ 18
1949
+ ]
1950
+ ],
1951
+ "nested": {
1952
+ "CType": {
1953
+ "values": {
1954
+ "STRING": 0,
1955
+ "CORD": 1,
1956
+ "STRING_PIECE": 2
1957
+ }
1958
+ },
1959
+ "JSType": {
1960
+ "values": {
1961
+ "JS_NORMAL": 0,
1962
+ "JS_STRING": 1,
1963
+ "JS_NUMBER": 2
1964
+ }
1965
+ },
1966
+ "OptionRetention": {
1967
+ "values": {
1968
+ "RETENTION_UNKNOWN": 0,
1969
+ "RETENTION_RUNTIME": 1,
1970
+ "RETENTION_SOURCE": 2
1971
+ }
1972
+ },
1973
+ "OptionTargetType": {
1974
+ "values": {
1975
+ "TARGET_TYPE_UNKNOWN": 0,
1976
+ "TARGET_TYPE_FILE": 1,
1977
+ "TARGET_TYPE_EXTENSION_RANGE": 2,
1978
+ "TARGET_TYPE_MESSAGE": 3,
1979
+ "TARGET_TYPE_FIELD": 4,
1980
+ "TARGET_TYPE_ONEOF": 5,
1981
+ "TARGET_TYPE_ENUM": 6,
1982
+ "TARGET_TYPE_ENUM_ENTRY": 7,
1983
+ "TARGET_TYPE_SERVICE": 8,
1984
+ "TARGET_TYPE_METHOD": 9
1985
+ }
1986
+ },
1987
+ "EditionDefault": {
1988
+ "fields": {
1989
+ "edition": {
1990
+ "type": "Edition",
1991
+ "id": 3
1992
+ },
1993
+ "value": {
1994
+ "type": "string",
1995
+ "id": 2
1996
+ }
1997
+ }
1998
+ }
1999
+ }
2000
+ },
2001
+ "OneofOptions": {
2002
+ "fields": {
2003
+ "features": {
2004
+ "type": "FeatureSet",
2005
+ "id": 1
2006
+ },
2007
+ "uninterpretedOption": {
2008
+ "rule": "repeated",
2009
+ "type": "UninterpretedOption",
2010
+ "id": 999
2011
+ }
2012
+ },
2013
+ "extensions": [
2014
+ [
2015
+ 1000,
2016
+ 536870911
2017
+ ]
2018
+ ]
2019
+ },
2020
+ "EnumOptions": {
2021
+ "fields": {
2022
+ "allowAlias": {
2023
+ "type": "bool",
2024
+ "id": 2
2025
+ },
2026
+ "deprecated": {
2027
+ "type": "bool",
2028
+ "id": 3,
2029
+ "options": {
2030
+ "default": false
2031
+ }
2032
+ },
2033
+ "deprecatedLegacyJsonFieldConflicts": {
2034
+ "type": "bool",
2035
+ "id": 6,
2036
+ "options": {
2037
+ "deprecated": true
2038
+ }
2039
+ },
2040
+ "features": {
2041
+ "type": "FeatureSet",
2042
+ "id": 7
2043
+ },
2044
+ "uninterpretedOption": {
2045
+ "rule": "repeated",
2046
+ "type": "UninterpretedOption",
2047
+ "id": 999
2048
+ }
2049
+ },
2050
+ "extensions": [
2051
+ [
2052
+ 1000,
2053
+ 536870911
2054
+ ]
2055
+ ],
2056
+ "reserved": [
2057
+ [
2058
+ 5,
2059
+ 5
2060
+ ]
2061
+ ]
2062
+ },
2063
+ "EnumValueOptions": {
2064
+ "fields": {
2065
+ "deprecated": {
2066
+ "type": "bool",
2067
+ "id": 1,
2068
+ "options": {
2069
+ "default": false
2070
+ }
2071
+ },
2072
+ "features": {
2073
+ "type": "FeatureSet",
2074
+ "id": 2
2075
+ },
2076
+ "debugRedact": {
2077
+ "type": "bool",
2078
+ "id": 3,
2079
+ "options": {
2080
+ "default": false
2081
+ }
2082
+ },
2083
+ "uninterpretedOption": {
2084
+ "rule": "repeated",
2085
+ "type": "UninterpretedOption",
2086
+ "id": 999
2087
+ }
2088
+ },
2089
+ "extensions": [
2090
+ [
2091
+ 1000,
2092
+ 536870911
2093
+ ]
2094
+ ]
2095
+ },
2096
+ "ServiceOptions": {
2097
+ "fields": {
2098
+ "features": {
2099
+ "type": "FeatureSet",
2100
+ "id": 34
2101
+ },
2102
+ "deprecated": {
2103
+ "type": "bool",
2104
+ "id": 33,
2105
+ "options": {
2106
+ "default": false
2107
+ }
2108
+ },
2109
+ "uninterpretedOption": {
2110
+ "rule": "repeated",
2111
+ "type": "UninterpretedOption",
2112
+ "id": 999
2113
+ }
2114
+ },
2115
+ "extensions": [
2116
+ [
2117
+ 1000,
2118
+ 536870911
2119
+ ]
2120
+ ]
2121
+ },
2122
+ "MethodOptions": {
2123
+ "fields": {
2124
+ "deprecated": {
2125
+ "type": "bool",
2126
+ "id": 33,
2127
+ "options": {
2128
+ "default": false
2129
+ }
2130
+ },
2131
+ "idempotencyLevel": {
2132
+ "type": "IdempotencyLevel",
2133
+ "id": 34,
2134
+ "options": {
2135
+ "default": "IDEMPOTENCY_UNKNOWN"
2136
+ }
2137
+ },
2138
+ "features": {
2139
+ "type": "FeatureSet",
2140
+ "id": 35
2141
+ },
2142
+ "uninterpretedOption": {
2143
+ "rule": "repeated",
2144
+ "type": "UninterpretedOption",
2145
+ "id": 999
2146
+ }
2147
+ },
2148
+ "extensions": [
2149
+ [
2150
+ 1000,
2151
+ 536870911
2152
+ ]
2153
+ ],
2154
+ "nested": {
2155
+ "IdempotencyLevel": {
2156
+ "values": {
2157
+ "IDEMPOTENCY_UNKNOWN": 0,
2158
+ "NO_SIDE_EFFECTS": 1,
2159
+ "IDEMPOTENT": 2
2160
+ }
2161
+ }
2162
+ }
2163
+ },
2164
+ "UninterpretedOption": {
2165
+ "fields": {
2166
+ "name": {
2167
+ "rule": "repeated",
2168
+ "type": "NamePart",
2169
+ "id": 2
2170
+ },
2171
+ "identifierValue": {
2172
+ "type": "string",
2173
+ "id": 3
2174
+ },
2175
+ "positiveIntValue": {
2176
+ "type": "uint64",
2177
+ "id": 4
2178
+ },
2179
+ "negativeIntValue": {
2180
+ "type": "int64",
2181
+ "id": 5
2182
+ },
2183
+ "doubleValue": {
2184
+ "type": "double",
2185
+ "id": 6
2186
+ },
2187
+ "stringValue": {
2188
+ "type": "bytes",
2189
+ "id": 7
2190
+ },
2191
+ "aggregateValue": {
2192
+ "type": "string",
2193
+ "id": 8
2194
+ }
2195
+ },
2196
+ "nested": {
2197
+ "NamePart": {
2198
+ "fields": {
2199
+ "namePart": {
2200
+ "rule": "required",
2201
+ "type": "string",
2202
+ "id": 1
2203
+ },
2204
+ "isExtension": {
2205
+ "rule": "required",
2206
+ "type": "bool",
2207
+ "id": 2
2208
+ }
2209
+ }
2210
+ }
2211
+ }
2212
+ },
2213
+ "FeatureSet": {
2214
+ "fields": {
2215
+ "fieldPresence": {
2216
+ "type": "FieldPresence",
2217
+ "id": 1,
2218
+ "options": {
2219
+ "retention": "RETENTION_RUNTIME",
2220
+ "targets": "TARGET_TYPE_FILE",
2221
+ "edition_defaults.edition": "EDITION_2023",
2222
+ "edition_defaults.value": "EXPLICIT"
2223
+ }
2224
+ },
2225
+ "enumType": {
2226
+ "type": "EnumType",
2227
+ "id": 2,
2228
+ "options": {
2229
+ "retention": "RETENTION_RUNTIME",
2230
+ "targets": "TARGET_TYPE_FILE",
2231
+ "edition_defaults.edition": "EDITION_PROTO3",
2232
+ "edition_defaults.value": "OPEN"
2233
+ }
2234
+ },
2235
+ "repeatedFieldEncoding": {
2236
+ "type": "RepeatedFieldEncoding",
2237
+ "id": 3,
2238
+ "options": {
2239
+ "retention": "RETENTION_RUNTIME",
2240
+ "targets": "TARGET_TYPE_FILE",
2241
+ "edition_defaults.edition": "EDITION_PROTO3",
2242
+ "edition_defaults.value": "PACKED"
2243
+ }
2244
+ },
2245
+ "utf8Validation": {
2246
+ "type": "Utf8Validation",
2247
+ "id": 4,
2248
+ "options": {
2249
+ "retention": "RETENTION_RUNTIME",
2250
+ "targets": "TARGET_TYPE_FILE",
2251
+ "edition_defaults.edition": "EDITION_PROTO3",
2252
+ "edition_defaults.value": "VERIFY"
2253
+ }
2254
+ },
2255
+ "messageEncoding": {
2256
+ "type": "MessageEncoding",
2257
+ "id": 5,
2258
+ "options": {
2259
+ "retention": "RETENTION_RUNTIME",
2260
+ "targets": "TARGET_TYPE_FILE",
2261
+ "edition_defaults.edition": "EDITION_PROTO2",
2262
+ "edition_defaults.value": "LENGTH_PREFIXED"
2263
+ }
2264
+ },
2265
+ "jsonFormat": {
2266
+ "type": "JsonFormat",
2267
+ "id": 6,
2268
+ "options": {
2269
+ "retention": "RETENTION_RUNTIME",
2270
+ "targets": "TARGET_TYPE_FILE",
2271
+ "edition_defaults.edition": "EDITION_PROTO3",
2272
+ "edition_defaults.value": "ALLOW"
2273
+ }
2274
+ }
2275
+ },
2276
+ "extensions": [
2277
+ [
2278
+ 1000,
2279
+ 1000
2280
+ ],
2281
+ [
2282
+ 1001,
2283
+ 1001
2284
+ ],
2285
+ [
2286
+ 9995,
2287
+ 9999
2288
+ ]
2289
+ ],
2290
+ "reserved": [
2291
+ [
2292
+ 999,
2293
+ 999
2294
+ ]
2295
+ ],
2296
+ "nested": {
2297
+ "FieldPresence": {
2298
+ "values": {
2299
+ "FIELD_PRESENCE_UNKNOWN": 0,
2300
+ "EXPLICIT": 1,
2301
+ "IMPLICIT": 2,
2302
+ "LEGACY_REQUIRED": 3
2303
+ }
2304
+ },
2305
+ "EnumType": {
2306
+ "values": {
2307
+ "ENUM_TYPE_UNKNOWN": 0,
2308
+ "OPEN": 1,
2309
+ "CLOSED": 2
2310
+ }
2311
+ },
2312
+ "RepeatedFieldEncoding": {
2313
+ "values": {
2314
+ "REPEATED_FIELD_ENCODING_UNKNOWN": 0,
2315
+ "PACKED": 1,
2316
+ "EXPANDED": 2
2317
+ }
2318
+ },
2319
+ "Utf8Validation": {
2320
+ "values": {
2321
+ "UTF8_VALIDATION_UNKNOWN": 0,
2322
+ "VERIFY": 2,
2323
+ "NONE": 3
2324
+ }
2325
+ },
2326
+ "MessageEncoding": {
2327
+ "values": {
2328
+ "MESSAGE_ENCODING_UNKNOWN": 0,
2329
+ "LENGTH_PREFIXED": 1,
2330
+ "DELIMITED": 2
2331
+ }
2332
+ },
2333
+ "JsonFormat": {
2334
+ "values": {
2335
+ "JSON_FORMAT_UNKNOWN": 0,
2336
+ "ALLOW": 1,
2337
+ "LEGACY_BEST_EFFORT": 2
2338
+ }
2339
+ }
2340
+ }
2341
+ },
2342
+ "FeatureSetDefaults": {
2343
+ "fields": {
2344
+ "defaults": {
2345
+ "rule": "repeated",
2346
+ "type": "FeatureSetEditionDefault",
2347
+ "id": 1
2348
+ },
2349
+ "minimumEdition": {
2350
+ "type": "Edition",
2351
+ "id": 4
2352
+ },
2353
+ "maximumEdition": {
2354
+ "type": "Edition",
2355
+ "id": 5
2356
+ }
2357
+ },
2358
+ "nested": {
2359
+ "FeatureSetEditionDefault": {
2360
+ "fields": {
2361
+ "edition": {
2362
+ "type": "Edition",
2363
+ "id": 3
2364
+ },
2365
+ "features": {
2366
+ "type": "FeatureSet",
2367
+ "id": 2
2368
+ }
2369
+ }
2370
+ }
2371
+ }
2372
+ },
2373
+ "SourceCodeInfo": {
2374
+ "fields": {
2375
+ "location": {
2376
+ "rule": "repeated",
2377
+ "type": "Location",
2378
+ "id": 1
2379
+ }
2380
+ },
2381
+ "nested": {
2382
+ "Location": {
2383
+ "fields": {
2384
+ "path": {
2385
+ "rule": "repeated",
2386
+ "type": "int32",
2387
+ "id": 1
2388
+ },
2389
+ "span": {
2390
+ "rule": "repeated",
2391
+ "type": "int32",
2392
+ "id": 2
2393
+ },
2394
+ "leadingComments": {
2395
+ "type": "string",
2396
+ "id": 3
2397
+ },
2398
+ "trailingComments": {
2399
+ "type": "string",
2400
+ "id": 4
2401
+ },
2402
+ "leadingDetachedComments": {
2403
+ "rule": "repeated",
2404
+ "type": "string",
2405
+ "id": 6
2406
+ }
2407
+ }
2408
+ }
2409
+ }
2410
+ },
2411
+ "GeneratedCodeInfo": {
2412
+ "fields": {
2413
+ "annotation": {
2414
+ "rule": "repeated",
2415
+ "type": "Annotation",
2416
+ "id": 1
2417
+ }
2418
+ },
2419
+ "nested": {
2420
+ "Annotation": {
2421
+ "fields": {
2422
+ "path": {
2423
+ "rule": "repeated",
2424
+ "type": "int32",
2425
+ "id": 1
2426
+ },
2427
+ "sourceFile": {
2428
+ "type": "string",
2429
+ "id": 2
2430
+ },
2431
+ "begin": {
2432
+ "type": "int32",
2433
+ "id": 3
2434
+ },
2435
+ "end": {
2436
+ "type": "int32",
2437
+ "id": 4
2438
+ },
2439
+ "semantic": {
2440
+ "type": "Semantic",
2441
+ "id": 5
2442
+ }
2443
+ },
2444
+ "nested": {
2445
+ "Semantic": {
2446
+ "values": {
2447
+ "NONE": 0,
2448
+ "SET": 1,
2449
+ "ALIAS": 2
2450
+ }
2451
+ }
2452
+ }
2453
+ }
2454
+ }
2455
+ },
2456
+ "Duration": {
2457
+ "fields": {
2458
+ "seconds": {
2459
+ "type": "int64",
2460
+ "id": 1
2461
+ },
2462
+ "nanos": {
2463
+ "type": "int32",
2464
+ "id": 2
2465
+ }
2466
+ }
2467
+ },
2468
+ "Any": {
2469
+ "fields": {
2470
+ "type_url": {
2471
+ "type": "string",
2472
+ "id": 1
2473
+ },
2474
+ "value": {
2475
+ "type": "bytes",
2476
+ "id": 2
2477
+ }
2478
+ }
2479
+ },
2480
+ "Empty": {
2481
+ "fields": {}
2482
+ },
2483
+ "Timestamp": {
2484
+ "fields": {
2485
+ "seconds": {
2486
+ "type": "int64",
2487
+ "id": 1
2488
+ },
2489
+ "nanos": {
2490
+ "type": "int32",
2491
+ "id": 2
2492
+ }
2493
+ }
2494
+ }
2495
+ }
2496
+ },
2497
+ "longrunning": {
2498
+ "options": {
2499
+ "cc_enable_arenas": true,
2500
+ "csharp_namespace": "Google.LongRunning",
2501
+ "go_package": "cloud.google.com/go/longrunning/autogen/longrunningpb;longrunningpb",
2502
+ "java_multiple_files": true,
2503
+ "java_outer_classname": "OperationsProto",
2504
+ "java_package": "com.google.longrunning",
2505
+ "php_namespace": "Google\\LongRunning"
2506
+ },
2507
+ "nested": {
2508
+ "operationInfo": {
2509
+ "type": "google.longrunning.OperationInfo",
2510
+ "id": 1049,
2511
+ "extend": "google.protobuf.MethodOptions"
2512
+ },
2513
+ "Operations": {
2514
+ "options": {
2515
+ "(google.api.default_host)": "longrunning.googleapis.com"
2516
+ },
2517
+ "methods": {
2518
+ "ListOperations": {
2519
+ "requestType": "ListOperationsRequest",
2520
+ "responseType": "ListOperationsResponse",
2521
+ "options": {
2522
+ "(google.api.http).get": "/v1/{name=operations}",
2523
+ "(google.api.method_signature)": "name,filter"
2524
+ },
2525
+ "parsedOptions": [
2526
+ {
2527
+ "(google.api.http)": {
2528
+ "get": "/v1/{name=operations}"
2529
+ }
2530
+ },
2531
+ {
2532
+ "(google.api.method_signature)": "name,filter"
2533
+ }
2534
+ ]
2535
+ },
2536
+ "GetOperation": {
2537
+ "requestType": "GetOperationRequest",
2538
+ "responseType": "Operation",
2539
+ "options": {
2540
+ "(google.api.http).get": "/v1/{name=operations/**}",
2541
+ "(google.api.method_signature)": "name"
2542
+ },
2543
+ "parsedOptions": [
2544
+ {
2545
+ "(google.api.http)": {
2546
+ "get": "/v1/{name=operations/**}"
2547
+ }
2548
+ },
2549
+ {
2550
+ "(google.api.method_signature)": "name"
2551
+ }
2552
+ ]
2553
+ },
2554
+ "DeleteOperation": {
2555
+ "requestType": "DeleteOperationRequest",
2556
+ "responseType": "google.protobuf.Empty",
2557
+ "options": {
2558
+ "(google.api.http).delete": "/v1/{name=operations/**}",
2559
+ "(google.api.method_signature)": "name"
2560
+ },
2561
+ "parsedOptions": [
2562
+ {
2563
+ "(google.api.http)": {
2564
+ "delete": "/v1/{name=operations/**}"
2565
+ }
2566
+ },
2567
+ {
2568
+ "(google.api.method_signature)": "name"
2569
+ }
2570
+ ]
2571
+ },
2572
+ "CancelOperation": {
2573
+ "requestType": "CancelOperationRequest",
2574
+ "responseType": "google.protobuf.Empty",
2575
+ "options": {
2576
+ "(google.api.http).post": "/v1/{name=operations/**}:cancel",
2577
+ "(google.api.http).body": "*",
2578
+ "(google.api.method_signature)": "name"
2579
+ },
2580
+ "parsedOptions": [
2581
+ {
2582
+ "(google.api.http)": {
2583
+ "post": "/v1/{name=operations/**}:cancel",
2584
+ "body": "*"
2585
+ }
2586
+ },
2587
+ {
2588
+ "(google.api.method_signature)": "name"
2589
+ }
2590
+ ]
2591
+ },
2592
+ "WaitOperation": {
2593
+ "requestType": "WaitOperationRequest",
2594
+ "responseType": "Operation"
2595
+ }
2596
+ }
2597
+ },
2598
+ "Operation": {
2599
+ "oneofs": {
2600
+ "result": {
2601
+ "oneof": [
2602
+ "error",
2603
+ "response"
2604
+ ]
2605
+ }
2606
+ },
2607
+ "fields": {
2608
+ "name": {
2609
+ "type": "string",
2610
+ "id": 1
2611
+ },
2612
+ "metadata": {
2613
+ "type": "google.protobuf.Any",
2614
+ "id": 2
2615
+ },
2616
+ "done": {
2617
+ "type": "bool",
2618
+ "id": 3
2619
+ },
2620
+ "error": {
2621
+ "type": "google.rpc.Status",
2622
+ "id": 4
2623
+ },
2624
+ "response": {
2625
+ "type": "google.protobuf.Any",
2626
+ "id": 5
2627
+ }
2628
+ }
2629
+ },
2630
+ "GetOperationRequest": {
2631
+ "fields": {
2632
+ "name": {
2633
+ "type": "string",
2634
+ "id": 1
2635
+ }
2636
+ }
2637
+ },
2638
+ "ListOperationsRequest": {
2639
+ "fields": {
2640
+ "name": {
2641
+ "type": "string",
2642
+ "id": 4
2643
+ },
2644
+ "filter": {
2645
+ "type": "string",
2646
+ "id": 1
2647
+ },
2648
+ "pageSize": {
2649
+ "type": "int32",
2650
+ "id": 2
2651
+ },
2652
+ "pageToken": {
2653
+ "type": "string",
2654
+ "id": 3
2655
+ }
2656
+ }
2657
+ },
2658
+ "ListOperationsResponse": {
2659
+ "fields": {
2660
+ "operations": {
2661
+ "rule": "repeated",
2662
+ "type": "Operation",
2663
+ "id": 1
2664
+ },
2665
+ "nextPageToken": {
2666
+ "type": "string",
2667
+ "id": 2
2668
+ }
2669
+ }
2670
+ },
2671
+ "CancelOperationRequest": {
2672
+ "fields": {
2673
+ "name": {
2674
+ "type": "string",
2675
+ "id": 1
2676
+ }
2677
+ }
2678
+ },
2679
+ "DeleteOperationRequest": {
2680
+ "fields": {
2681
+ "name": {
2682
+ "type": "string",
2683
+ "id": 1
2684
+ }
2685
+ }
2686
+ },
2687
+ "WaitOperationRequest": {
2688
+ "fields": {
2689
+ "name": {
2690
+ "type": "string",
2691
+ "id": 1
2692
+ },
2693
+ "timeout": {
2694
+ "type": "google.protobuf.Duration",
2695
+ "id": 2
2696
+ }
2697
+ }
2698
+ },
2699
+ "OperationInfo": {
2700
+ "fields": {
2701
+ "responseType": {
2702
+ "type": "string",
2703
+ "id": 1
2704
+ },
2705
+ "metadataType": {
2706
+ "type": "string",
2707
+ "id": 2
2708
+ }
2709
+ }
2710
+ }
2711
+ }
2712
+ },
2713
+ "rpc": {
2714
+ "options": {
2715
+ "cc_enable_arenas": true,
2716
+ "go_package": "google.golang.org/genproto/googleapis/rpc/status;status",
2717
+ "java_multiple_files": true,
2718
+ "java_outer_classname": "StatusProto",
2719
+ "java_package": "com.google.rpc",
2720
+ "objc_class_prefix": "RPC"
2721
+ },
2722
+ "nested": {
2723
+ "Status": {
2724
+ "fields": {
2725
+ "code": {
2726
+ "type": "int32",
2727
+ "id": 1
2728
+ },
2729
+ "message": {
2730
+ "type": "string",
2731
+ "id": 2
2732
+ },
2733
+ "details": {
2734
+ "rule": "repeated",
2735
+ "type": "google.protobuf.Any",
2736
+ "id": 3
2737
+ }
2738
+ }
2739
+ }
2740
+ }
2741
+ }
2742
+ }
2743
+ }
2744
+ }
2745
+ }