@google-shopping/reviews 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,3235 @@
1
+ {
2
+ "options": {
3
+ "syntax": "proto3"
4
+ },
5
+ "nested": {
6
+ "google": {
7
+ "nested": {
8
+ "shopping": {
9
+ "nested": {
10
+ "merchant": {
11
+ "nested": {
12
+ "reviews": {
13
+ "nested": {
14
+ "v1beta": {
15
+ "options": {
16
+ "csharp_namespace": "Google.Shopping.Merchant.Reviews.V1Beta",
17
+ "go_package": "cloud.google.com/go/shopping/merchant/reviews/apiv1beta/reviewspb;reviewspb",
18
+ "java_multiple_files": true,
19
+ "java_outer_classname": "ProductReviewsCommonProto",
20
+ "java_package": "com.google.shopping.merchant.reviews.v1beta",
21
+ "php_namespace": "Google\\Shopping\\Merchant\\Reviews\\V1beta",
22
+ "ruby_package": "Google::Shopping::Merchant::Reviews::V1beta",
23
+ "(google.api.resource_definition).type": "merchantapi.googleapis.com/Account",
24
+ "(google.api.resource_definition).pattern": "accounts/{account}"
25
+ },
26
+ "nested": {
27
+ "MerchantReviewsService": {
28
+ "options": {
29
+ "(google.api.default_host)": "merchantapi.googleapis.com",
30
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/content"
31
+ },
32
+ "methods": {
33
+ "GetMerchantReview": {
34
+ "requestType": "GetMerchantReviewRequest",
35
+ "responseType": "MerchantReview",
36
+ "options": {
37
+ "(google.api.http).get": "/reviews/v1beta/{name=accounts/*/merchantReviews/*}",
38
+ "(google.api.method_signature)": "name"
39
+ },
40
+ "parsedOptions": [
41
+ {
42
+ "(google.api.http)": {
43
+ "get": "/reviews/v1beta/{name=accounts/*/merchantReviews/*}"
44
+ }
45
+ },
46
+ {
47
+ "(google.api.method_signature)": "name"
48
+ }
49
+ ]
50
+ },
51
+ "ListMerchantReviews": {
52
+ "requestType": "ListMerchantReviewsRequest",
53
+ "responseType": "ListMerchantReviewsResponse",
54
+ "options": {
55
+ "(google.api.http).get": "/reviews/v1beta/{parent=accounts/*}/merchantReviews",
56
+ "(google.api.method_signature)": "parent"
57
+ },
58
+ "parsedOptions": [
59
+ {
60
+ "(google.api.http)": {
61
+ "get": "/reviews/v1beta/{parent=accounts/*}/merchantReviews"
62
+ }
63
+ },
64
+ {
65
+ "(google.api.method_signature)": "parent"
66
+ }
67
+ ]
68
+ },
69
+ "InsertMerchantReview": {
70
+ "requestType": "InsertMerchantReviewRequest",
71
+ "responseType": "MerchantReview",
72
+ "options": {
73
+ "(google.api.http).post": "/reviews/v1beta/{parent=accounts/*}/merchantReviews:insert",
74
+ "(google.api.http).body": "merchant_review"
75
+ },
76
+ "parsedOptions": [
77
+ {
78
+ "(google.api.http)": {
79
+ "post": "/reviews/v1beta/{parent=accounts/*}/merchantReviews:insert",
80
+ "body": "merchant_review"
81
+ }
82
+ }
83
+ ]
84
+ },
85
+ "DeleteMerchantReview": {
86
+ "requestType": "DeleteMerchantReviewRequest",
87
+ "responseType": "google.protobuf.Empty",
88
+ "options": {
89
+ "(google.api.http).delete": "/reviews/v1beta/{name=accounts/*/merchantReviews/*}",
90
+ "(google.api.method_signature)": "name"
91
+ },
92
+ "parsedOptions": [
93
+ {
94
+ "(google.api.http)": {
95
+ "delete": "/reviews/v1beta/{name=accounts/*/merchantReviews/*}"
96
+ }
97
+ },
98
+ {
99
+ "(google.api.method_signature)": "name"
100
+ }
101
+ ]
102
+ }
103
+ }
104
+ },
105
+ "GetMerchantReviewRequest": {
106
+ "fields": {
107
+ "name": {
108
+ "type": "string",
109
+ "id": 1,
110
+ "options": {
111
+ "(google.api.field_behavior)": "REQUIRED",
112
+ "(google.api.resource_reference).type": "merchantapi.googleapis.com/MerchantReview"
113
+ }
114
+ }
115
+ }
116
+ },
117
+ "DeleteMerchantReviewRequest": {
118
+ "fields": {
119
+ "name": {
120
+ "type": "string",
121
+ "id": 1,
122
+ "options": {
123
+ "(google.api.field_behavior)": "REQUIRED",
124
+ "(google.api.resource_reference).type": "merchantapi.googleapis.com/MerchantReview"
125
+ }
126
+ }
127
+ }
128
+ },
129
+ "ListMerchantReviewsRequest": {
130
+ "fields": {
131
+ "parent": {
132
+ "type": "string",
133
+ "id": 1,
134
+ "options": {
135
+ "(google.api.field_behavior)": "REQUIRED",
136
+ "(google.api.resource_reference).child_type": "merchantapi.googleapis.com/MerchantReview"
137
+ }
138
+ },
139
+ "pageSize": {
140
+ "type": "int32",
141
+ "id": 2,
142
+ "options": {
143
+ "(google.api.field_behavior)": "OPTIONAL"
144
+ }
145
+ },
146
+ "pageToken": {
147
+ "type": "string",
148
+ "id": 3,
149
+ "options": {
150
+ "(google.api.field_behavior)": "OPTIONAL"
151
+ }
152
+ }
153
+ }
154
+ },
155
+ "InsertMerchantReviewRequest": {
156
+ "fields": {
157
+ "parent": {
158
+ "type": "string",
159
+ "id": 1,
160
+ "options": {
161
+ "(google.api.field_behavior)": "REQUIRED"
162
+ }
163
+ },
164
+ "merchantReview": {
165
+ "type": "MerchantReview",
166
+ "id": 2,
167
+ "options": {
168
+ "(google.api.field_behavior)": "REQUIRED"
169
+ }
170
+ },
171
+ "dataSource": {
172
+ "type": "string",
173
+ "id": 3,
174
+ "options": {
175
+ "(google.api.field_behavior)": "REQUIRED"
176
+ }
177
+ }
178
+ }
179
+ },
180
+ "ListMerchantReviewsResponse": {
181
+ "fields": {
182
+ "merchantReviews": {
183
+ "rule": "repeated",
184
+ "type": "MerchantReview",
185
+ "id": 1
186
+ },
187
+ "nextPageToken": {
188
+ "type": "string",
189
+ "id": 2
190
+ }
191
+ }
192
+ },
193
+ "MerchantReview": {
194
+ "options": {
195
+ "(google.api.resource).type": "merchantapi.googleapis.com/MerchantReview",
196
+ "(google.api.resource).pattern": "accounts/{account}/merchantReviews/{name}",
197
+ "(google.api.resource).plural": "merchantReviews",
198
+ "(google.api.resource).singular": "merchantReview"
199
+ },
200
+ "fields": {
201
+ "name": {
202
+ "type": "string",
203
+ "id": 1,
204
+ "options": {
205
+ "(google.api.field_behavior)": "IDENTIFIER"
206
+ }
207
+ },
208
+ "merchantReviewId": {
209
+ "type": "string",
210
+ "id": 2,
211
+ "options": {
212
+ "(google.api.field_behavior)": "REQUIRED"
213
+ }
214
+ },
215
+ "attributes": {
216
+ "type": "MerchantReviewAttributes",
217
+ "id": 3,
218
+ "options": {
219
+ "(google.api.field_behavior)": "OPTIONAL"
220
+ }
221
+ },
222
+ "customAttributes": {
223
+ "rule": "repeated",
224
+ "type": "google.shopping.type.CustomAttribute",
225
+ "id": 4,
226
+ "options": {
227
+ "(google.api.field_behavior)": "REQUIRED"
228
+ }
229
+ },
230
+ "dataSource": {
231
+ "type": "string",
232
+ "id": 5,
233
+ "options": {
234
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
235
+ }
236
+ },
237
+ "merchantReviewStatus": {
238
+ "type": "MerchantReviewStatus",
239
+ "id": 6,
240
+ "options": {
241
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
242
+ }
243
+ }
244
+ }
245
+ },
246
+ "MerchantReviewAttributes": {
247
+ "oneofs": {
248
+ "_merchantId": {
249
+ "oneof": [
250
+ "merchantId"
251
+ ]
252
+ },
253
+ "_merchantDisplayName": {
254
+ "oneof": [
255
+ "merchantDisplayName"
256
+ ]
257
+ },
258
+ "_merchantLink": {
259
+ "oneof": [
260
+ "merchantLink"
261
+ ]
262
+ },
263
+ "_merchantRatingLink": {
264
+ "oneof": [
265
+ "merchantRatingLink"
266
+ ]
267
+ },
268
+ "_minRating": {
269
+ "oneof": [
270
+ "minRating"
271
+ ]
272
+ },
273
+ "_maxRating": {
274
+ "oneof": [
275
+ "maxRating"
276
+ ]
277
+ },
278
+ "_rating": {
279
+ "oneof": [
280
+ "rating"
281
+ ]
282
+ },
283
+ "_title": {
284
+ "oneof": [
285
+ "title"
286
+ ]
287
+ },
288
+ "_content": {
289
+ "oneof": [
290
+ "content"
291
+ ]
292
+ },
293
+ "_reviewerId": {
294
+ "oneof": [
295
+ "reviewerId"
296
+ ]
297
+ },
298
+ "_reviewerUsername": {
299
+ "oneof": [
300
+ "reviewerUsername"
301
+ ]
302
+ },
303
+ "_isAnonymous": {
304
+ "oneof": [
305
+ "isAnonymous"
306
+ ]
307
+ },
308
+ "_collectionMethod": {
309
+ "oneof": [
310
+ "collectionMethod"
311
+ ]
312
+ },
313
+ "_reviewTime": {
314
+ "oneof": [
315
+ "reviewTime"
316
+ ]
317
+ },
318
+ "_reviewLanguage": {
319
+ "oneof": [
320
+ "reviewLanguage"
321
+ ]
322
+ },
323
+ "_reviewCountry": {
324
+ "oneof": [
325
+ "reviewCountry"
326
+ ]
327
+ }
328
+ },
329
+ "fields": {
330
+ "merchantId": {
331
+ "type": "string",
332
+ "id": 1,
333
+ "options": {
334
+ "(google.api.field_behavior)": "REQUIRED",
335
+ "proto3_optional": true
336
+ }
337
+ },
338
+ "merchantDisplayName": {
339
+ "type": "string",
340
+ "id": 2,
341
+ "options": {
342
+ "(google.api.field_behavior)": "OPTIONAL",
343
+ "proto3_optional": true
344
+ }
345
+ },
346
+ "merchantLink": {
347
+ "type": "string",
348
+ "id": 3,
349
+ "options": {
350
+ "(google.api.field_behavior)": "OPTIONAL",
351
+ "proto3_optional": true
352
+ }
353
+ },
354
+ "merchantRatingLink": {
355
+ "type": "string",
356
+ "id": 4,
357
+ "options": {
358
+ "(google.api.field_behavior)": "OPTIONAL",
359
+ "proto3_optional": true
360
+ }
361
+ },
362
+ "minRating": {
363
+ "type": "int64",
364
+ "id": 5,
365
+ "options": {
366
+ "(google.api.field_behavior)": "OPTIONAL",
367
+ "proto3_optional": true
368
+ }
369
+ },
370
+ "maxRating": {
371
+ "type": "int64",
372
+ "id": 6,
373
+ "options": {
374
+ "(google.api.field_behavior)": "OPTIONAL",
375
+ "proto3_optional": true
376
+ }
377
+ },
378
+ "rating": {
379
+ "type": "double",
380
+ "id": 7,
381
+ "options": {
382
+ "(google.api.field_behavior)": "OPTIONAL",
383
+ "proto3_optional": true
384
+ }
385
+ },
386
+ "title": {
387
+ "type": "string",
388
+ "id": 8,
389
+ "options": {
390
+ "(google.api.field_behavior)": "OPTIONAL",
391
+ "proto3_optional": true
392
+ }
393
+ },
394
+ "content": {
395
+ "type": "string",
396
+ "id": 9,
397
+ "options": {
398
+ "(google.api.field_behavior)": "REQUIRED",
399
+ "proto3_optional": true
400
+ }
401
+ },
402
+ "reviewerId": {
403
+ "type": "string",
404
+ "id": 10,
405
+ "options": {
406
+ "(google.api.field_behavior)": "OPTIONAL",
407
+ "proto3_optional": true
408
+ }
409
+ },
410
+ "reviewerUsername": {
411
+ "type": "string",
412
+ "id": 11,
413
+ "options": {
414
+ "(google.api.field_behavior)": "OPTIONAL",
415
+ "proto3_optional": true
416
+ }
417
+ },
418
+ "isAnonymous": {
419
+ "type": "bool",
420
+ "id": 12,
421
+ "options": {
422
+ "(google.api.field_behavior)": "OPTIONAL",
423
+ "proto3_optional": true
424
+ }
425
+ },
426
+ "collectionMethod": {
427
+ "type": "CollectionMethod",
428
+ "id": 13,
429
+ "options": {
430
+ "(google.api.field_behavior)": "OPTIONAL",
431
+ "proto3_optional": true
432
+ }
433
+ },
434
+ "reviewTime": {
435
+ "type": "google.protobuf.Timestamp",
436
+ "id": 14,
437
+ "options": {
438
+ "(google.api.field_behavior)": "REQUIRED",
439
+ "proto3_optional": true
440
+ }
441
+ },
442
+ "reviewLanguage": {
443
+ "type": "string",
444
+ "id": 15,
445
+ "options": {
446
+ "(google.api.field_behavior)": "REQUIRED",
447
+ "proto3_optional": true
448
+ }
449
+ },
450
+ "reviewCountry": {
451
+ "type": "string",
452
+ "id": 16,
453
+ "options": {
454
+ "(google.api.field_behavior)": "OPTIONAL",
455
+ "proto3_optional": true
456
+ }
457
+ }
458
+ },
459
+ "nested": {
460
+ "CollectionMethod": {
461
+ "values": {
462
+ "COLLECTION_METHOD_UNSPECIFIED": 0,
463
+ "MERCHANT_UNSOLICITED": 1,
464
+ "POINT_OF_SALE": 2,
465
+ "AFTER_FULFILLMENT": 3
466
+ }
467
+ }
468
+ }
469
+ },
470
+ "MerchantReviewStatus": {
471
+ "fields": {
472
+ "destinationStatuses": {
473
+ "rule": "repeated",
474
+ "type": "MerchantReviewDestinationStatus",
475
+ "id": 3,
476
+ "options": {
477
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
478
+ }
479
+ },
480
+ "itemLevelIssues": {
481
+ "rule": "repeated",
482
+ "type": "MerchantReviewItemLevelIssue",
483
+ "id": 4,
484
+ "options": {
485
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
486
+ }
487
+ },
488
+ "createTime": {
489
+ "type": "google.protobuf.Timestamp",
490
+ "id": 5,
491
+ "options": {
492
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
493
+ }
494
+ },
495
+ "lastUpdateTime": {
496
+ "type": "google.protobuf.Timestamp",
497
+ "id": 6,
498
+ "options": {
499
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
500
+ }
501
+ }
502
+ },
503
+ "nested": {
504
+ "MerchantReviewDestinationStatus": {
505
+ "fields": {
506
+ "reportingContext": {
507
+ "type": "google.shopping.type.ReportingContext.ReportingContextEnum",
508
+ "id": 1,
509
+ "options": {
510
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
511
+ }
512
+ }
513
+ }
514
+ },
515
+ "MerchantReviewItemLevelIssue": {
516
+ "fields": {
517
+ "code": {
518
+ "type": "string",
519
+ "id": 1,
520
+ "options": {
521
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
522
+ }
523
+ },
524
+ "severity": {
525
+ "type": "Severity",
526
+ "id": 2,
527
+ "options": {
528
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
529
+ }
530
+ },
531
+ "resolution": {
532
+ "type": "string",
533
+ "id": 3,
534
+ "options": {
535
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
536
+ }
537
+ },
538
+ "attribute": {
539
+ "type": "string",
540
+ "id": 4,
541
+ "options": {
542
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
543
+ }
544
+ },
545
+ "reportingContext": {
546
+ "type": "google.shopping.type.ReportingContext.ReportingContextEnum",
547
+ "id": 5,
548
+ "options": {
549
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
550
+ }
551
+ },
552
+ "description": {
553
+ "type": "string",
554
+ "id": 6,
555
+ "options": {
556
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
557
+ }
558
+ },
559
+ "detail": {
560
+ "type": "string",
561
+ "id": 7,
562
+ "options": {
563
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
564
+ }
565
+ },
566
+ "documentation": {
567
+ "type": "string",
568
+ "id": 8,
569
+ "options": {
570
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
571
+ }
572
+ }
573
+ },
574
+ "nested": {
575
+ "Severity": {
576
+ "values": {
577
+ "SEVERITY_UNSPECIFIED": 0,
578
+ "NOT_IMPACTED": 1,
579
+ "DISAPPROVED": 2
580
+ }
581
+ }
582
+ }
583
+ }
584
+ }
585
+ },
586
+ "ProductReviewsService": {
587
+ "options": {
588
+ "(google.api.default_host)": "merchantapi.googleapis.com",
589
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/content"
590
+ },
591
+ "methods": {
592
+ "GetProductReview": {
593
+ "requestType": "GetProductReviewRequest",
594
+ "responseType": "ProductReview",
595
+ "options": {
596
+ "(google.api.http).get": "/reviews/v1beta/{name=accounts/*/productReviews/*}",
597
+ "(google.api.method_signature)": "name"
598
+ },
599
+ "parsedOptions": [
600
+ {
601
+ "(google.api.http)": {
602
+ "get": "/reviews/v1beta/{name=accounts/*/productReviews/*}"
603
+ }
604
+ },
605
+ {
606
+ "(google.api.method_signature)": "name"
607
+ }
608
+ ]
609
+ },
610
+ "ListProductReviews": {
611
+ "requestType": "ListProductReviewsRequest",
612
+ "responseType": "ListProductReviewsResponse",
613
+ "options": {
614
+ "(google.api.http).get": "/reviews/v1beta/{parent=accounts/*}/productReviews",
615
+ "(google.api.method_signature)": "parent"
616
+ },
617
+ "parsedOptions": [
618
+ {
619
+ "(google.api.http)": {
620
+ "get": "/reviews/v1beta/{parent=accounts/*}/productReviews"
621
+ }
622
+ },
623
+ {
624
+ "(google.api.method_signature)": "parent"
625
+ }
626
+ ]
627
+ },
628
+ "InsertProductReview": {
629
+ "requestType": "InsertProductReviewRequest",
630
+ "responseType": "ProductReview",
631
+ "options": {
632
+ "(google.api.http).post": "/reviews/v1beta/{parent=accounts/*}/productReviews:insert",
633
+ "(google.api.http).body": "product_review"
634
+ },
635
+ "parsedOptions": [
636
+ {
637
+ "(google.api.http)": {
638
+ "post": "/reviews/v1beta/{parent=accounts/*}/productReviews:insert",
639
+ "body": "product_review"
640
+ }
641
+ }
642
+ ]
643
+ },
644
+ "DeleteProductReview": {
645
+ "requestType": "DeleteProductReviewRequest",
646
+ "responseType": "google.protobuf.Empty",
647
+ "options": {
648
+ "(google.api.http).delete": "/reviews/v1beta/{name=accounts/*/productReviews/*}",
649
+ "(google.api.method_signature)": "name"
650
+ },
651
+ "parsedOptions": [
652
+ {
653
+ "(google.api.http)": {
654
+ "delete": "/reviews/v1beta/{name=accounts/*/productReviews/*}"
655
+ }
656
+ },
657
+ {
658
+ "(google.api.method_signature)": "name"
659
+ }
660
+ ]
661
+ }
662
+ }
663
+ },
664
+ "GetProductReviewRequest": {
665
+ "fields": {
666
+ "name": {
667
+ "type": "string",
668
+ "id": 1,
669
+ "options": {
670
+ "(google.api.field_behavior)": "REQUIRED",
671
+ "(google.api.resource_reference).type": "merchantapi.googleapis.com/ProductReview"
672
+ }
673
+ }
674
+ }
675
+ },
676
+ "DeleteProductReviewRequest": {
677
+ "fields": {
678
+ "name": {
679
+ "type": "string",
680
+ "id": 1,
681
+ "options": {
682
+ "(google.api.field_behavior)": "REQUIRED",
683
+ "(google.api.resource_reference).type": "merchantapi.googleapis.com/ProductReview"
684
+ }
685
+ }
686
+ }
687
+ },
688
+ "ListProductReviewsRequest": {
689
+ "fields": {
690
+ "parent": {
691
+ "type": "string",
692
+ "id": 1,
693
+ "options": {
694
+ "(google.api.field_behavior)": "REQUIRED",
695
+ "(google.api.resource_reference).child_type": "merchantapi.googleapis.com/ProductReview"
696
+ }
697
+ },
698
+ "pageSize": {
699
+ "type": "int32",
700
+ "id": 2,
701
+ "options": {
702
+ "(google.api.field_behavior)": "OPTIONAL"
703
+ }
704
+ },
705
+ "pageToken": {
706
+ "type": "string",
707
+ "id": 3,
708
+ "options": {
709
+ "(google.api.field_behavior)": "OPTIONAL"
710
+ }
711
+ }
712
+ }
713
+ },
714
+ "InsertProductReviewRequest": {
715
+ "fields": {
716
+ "parent": {
717
+ "type": "string",
718
+ "id": 1,
719
+ "options": {
720
+ "(google.api.field_behavior)": "REQUIRED"
721
+ }
722
+ },
723
+ "productReview": {
724
+ "type": "ProductReview",
725
+ "id": 2,
726
+ "options": {
727
+ "(google.api.field_behavior)": "REQUIRED"
728
+ }
729
+ },
730
+ "dataSource": {
731
+ "type": "string",
732
+ "id": 3,
733
+ "options": {
734
+ "(google.api.field_behavior)": "REQUIRED"
735
+ }
736
+ }
737
+ }
738
+ },
739
+ "ListProductReviewsResponse": {
740
+ "fields": {
741
+ "productReviews": {
742
+ "rule": "repeated",
743
+ "type": "ProductReview",
744
+ "id": 1
745
+ },
746
+ "nextPageToken": {
747
+ "type": "string",
748
+ "id": 2
749
+ }
750
+ }
751
+ },
752
+ "ProductReview": {
753
+ "options": {
754
+ "(google.api.resource).type": "merchantapi.googleapis.com/ProductReview",
755
+ "(google.api.resource).pattern": "accounts/{account}/productReviews/{productreview}",
756
+ "(google.api.resource).plural": "productReviews",
757
+ "(google.api.resource).singular": "productReview"
758
+ },
759
+ "fields": {
760
+ "name": {
761
+ "type": "string",
762
+ "id": 1,
763
+ "options": {
764
+ "(google.api.field_behavior)": "IDENTIFIER"
765
+ }
766
+ },
767
+ "productReviewId": {
768
+ "type": "string",
769
+ "id": 2,
770
+ "options": {
771
+ "(google.api.field_behavior)": "REQUIRED"
772
+ }
773
+ },
774
+ "attributes": {
775
+ "type": "ProductReviewAttributes",
776
+ "id": 3,
777
+ "options": {
778
+ "(google.api.field_behavior)": "OPTIONAL"
779
+ }
780
+ },
781
+ "customAttributes": {
782
+ "rule": "repeated",
783
+ "type": "google.shopping.type.CustomAttribute",
784
+ "id": 4,
785
+ "options": {
786
+ "(google.api.field_behavior)": "OPTIONAL"
787
+ }
788
+ },
789
+ "dataSource": {
790
+ "type": "string",
791
+ "id": 5,
792
+ "options": {
793
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
794
+ }
795
+ },
796
+ "productReviewStatus": {
797
+ "type": "ProductReviewStatus",
798
+ "id": 6,
799
+ "options": {
800
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
801
+ }
802
+ }
803
+ }
804
+ },
805
+ "ProductReviewAttributes": {
806
+ "oneofs": {
807
+ "_aggregatorName": {
808
+ "oneof": [
809
+ "aggregatorName"
810
+ ]
811
+ },
812
+ "_subclientName": {
813
+ "oneof": [
814
+ "subclientName"
815
+ ]
816
+ },
817
+ "_publisherName": {
818
+ "oneof": [
819
+ "publisherName"
820
+ ]
821
+ },
822
+ "_publisherFavicon": {
823
+ "oneof": [
824
+ "publisherFavicon"
825
+ ]
826
+ },
827
+ "_reviewerId": {
828
+ "oneof": [
829
+ "reviewerId"
830
+ ]
831
+ },
832
+ "_reviewerIsAnonymous": {
833
+ "oneof": [
834
+ "reviewerIsAnonymous"
835
+ ]
836
+ },
837
+ "_reviewerUsername": {
838
+ "oneof": [
839
+ "reviewerUsername"
840
+ ]
841
+ },
842
+ "_reviewLanguage": {
843
+ "oneof": [
844
+ "reviewLanguage"
845
+ ]
846
+ },
847
+ "_reviewCountry": {
848
+ "oneof": [
849
+ "reviewCountry"
850
+ ]
851
+ },
852
+ "_title": {
853
+ "oneof": [
854
+ "title"
855
+ ]
856
+ },
857
+ "_content": {
858
+ "oneof": [
859
+ "content"
860
+ ]
861
+ },
862
+ "_minRating": {
863
+ "oneof": [
864
+ "minRating"
865
+ ]
866
+ },
867
+ "_maxRating": {
868
+ "oneof": [
869
+ "maxRating"
870
+ ]
871
+ },
872
+ "_rating": {
873
+ "oneof": [
874
+ "rating"
875
+ ]
876
+ },
877
+ "_isSpam": {
878
+ "oneof": [
879
+ "isSpam"
880
+ ]
881
+ }
882
+ },
883
+ "fields": {
884
+ "aggregatorName": {
885
+ "type": "string",
886
+ "id": 1,
887
+ "options": {
888
+ "(google.api.field_behavior)": "OPTIONAL",
889
+ "proto3_optional": true
890
+ }
891
+ },
892
+ "subclientName": {
893
+ "type": "string",
894
+ "id": 2,
895
+ "options": {
896
+ "(google.api.field_behavior)": "OPTIONAL",
897
+ "proto3_optional": true
898
+ }
899
+ },
900
+ "publisherName": {
901
+ "type": "string",
902
+ "id": 3,
903
+ "options": {
904
+ "(google.api.field_behavior)": "OPTIONAL",
905
+ "proto3_optional": true
906
+ }
907
+ },
908
+ "publisherFavicon": {
909
+ "type": "string",
910
+ "id": 4,
911
+ "options": {
912
+ "(google.api.field_behavior)": "OPTIONAL",
913
+ "proto3_optional": true
914
+ }
915
+ },
916
+ "reviewerId": {
917
+ "type": "string",
918
+ "id": 5,
919
+ "options": {
920
+ "(google.api.field_behavior)": "OPTIONAL",
921
+ "proto3_optional": true
922
+ }
923
+ },
924
+ "reviewerIsAnonymous": {
925
+ "type": "bool",
926
+ "id": 6,
927
+ "options": {
928
+ "(google.api.field_behavior)": "OPTIONAL",
929
+ "proto3_optional": true
930
+ }
931
+ },
932
+ "reviewerUsername": {
933
+ "type": "string",
934
+ "id": 7,
935
+ "options": {
936
+ "(google.api.field_behavior)": "OPTIONAL",
937
+ "proto3_optional": true
938
+ }
939
+ },
940
+ "reviewLanguage": {
941
+ "type": "string",
942
+ "id": 8,
943
+ "options": {
944
+ "(google.api.field_behavior)": "OPTIONAL",
945
+ "proto3_optional": true
946
+ }
947
+ },
948
+ "reviewCountry": {
949
+ "type": "string",
950
+ "id": 9,
951
+ "options": {
952
+ "(google.api.field_behavior)": "OPTIONAL",
953
+ "proto3_optional": true
954
+ }
955
+ },
956
+ "reviewTime": {
957
+ "type": "google.protobuf.Timestamp",
958
+ "id": 10,
959
+ "options": {
960
+ "(google.api.field_behavior)": "REQUIRED"
961
+ }
962
+ },
963
+ "title": {
964
+ "type": "string",
965
+ "id": 11,
966
+ "options": {
967
+ "(google.api.field_behavior)": "OPTIONAL",
968
+ "proto3_optional": true
969
+ }
970
+ },
971
+ "content": {
972
+ "type": "string",
973
+ "id": 12,
974
+ "options": {
975
+ "(google.api.field_behavior)": "REQUIRED",
976
+ "proto3_optional": true
977
+ }
978
+ },
979
+ "pros": {
980
+ "rule": "repeated",
981
+ "type": "string",
982
+ "id": 13,
983
+ "options": {
984
+ "(google.api.field_behavior)": "OPTIONAL"
985
+ }
986
+ },
987
+ "cons": {
988
+ "rule": "repeated",
989
+ "type": "string",
990
+ "id": 14,
991
+ "options": {
992
+ "(google.api.field_behavior)": "OPTIONAL"
993
+ }
994
+ },
995
+ "reviewLink": {
996
+ "type": "ReviewLink",
997
+ "id": 15,
998
+ "options": {
999
+ "(google.api.field_behavior)": "OPTIONAL"
1000
+ }
1001
+ },
1002
+ "reviewerImageLinks": {
1003
+ "rule": "repeated",
1004
+ "type": "string",
1005
+ "id": 16,
1006
+ "options": {
1007
+ "(google.api.field_behavior)": "OPTIONAL"
1008
+ }
1009
+ },
1010
+ "minRating": {
1011
+ "type": "int64",
1012
+ "id": 17,
1013
+ "options": {
1014
+ "(google.api.field_behavior)": "OPTIONAL",
1015
+ "proto3_optional": true
1016
+ }
1017
+ },
1018
+ "maxRating": {
1019
+ "type": "int64",
1020
+ "id": 18,
1021
+ "options": {
1022
+ "(google.api.field_behavior)": "OPTIONAL",
1023
+ "proto3_optional": true
1024
+ }
1025
+ },
1026
+ "rating": {
1027
+ "type": "double",
1028
+ "id": 19,
1029
+ "options": {
1030
+ "(google.api.field_behavior)": "OPTIONAL",
1031
+ "proto3_optional": true
1032
+ }
1033
+ },
1034
+ "productNames": {
1035
+ "rule": "repeated",
1036
+ "type": "string",
1037
+ "id": 20,
1038
+ "options": {
1039
+ "(google.api.field_behavior)": "OPTIONAL"
1040
+ }
1041
+ },
1042
+ "productLinks": {
1043
+ "rule": "repeated",
1044
+ "type": "string",
1045
+ "id": 21,
1046
+ "options": {
1047
+ "(google.api.field_behavior)": "OPTIONAL"
1048
+ }
1049
+ },
1050
+ "asins": {
1051
+ "rule": "repeated",
1052
+ "type": "string",
1053
+ "id": 22,
1054
+ "options": {
1055
+ "(google.api.field_behavior)": "OPTIONAL"
1056
+ }
1057
+ },
1058
+ "gtins": {
1059
+ "rule": "repeated",
1060
+ "type": "string",
1061
+ "id": 23,
1062
+ "options": {
1063
+ "(google.api.field_behavior)": "OPTIONAL"
1064
+ }
1065
+ },
1066
+ "mpns": {
1067
+ "rule": "repeated",
1068
+ "type": "string",
1069
+ "id": 24,
1070
+ "options": {
1071
+ "(google.api.field_behavior)": "OPTIONAL"
1072
+ }
1073
+ },
1074
+ "skus": {
1075
+ "rule": "repeated",
1076
+ "type": "string",
1077
+ "id": 25,
1078
+ "options": {
1079
+ "(google.api.field_behavior)": "OPTIONAL"
1080
+ }
1081
+ },
1082
+ "brands": {
1083
+ "rule": "repeated",
1084
+ "type": "string",
1085
+ "id": 26,
1086
+ "options": {
1087
+ "(google.api.field_behavior)": "OPTIONAL"
1088
+ }
1089
+ },
1090
+ "isSpam": {
1091
+ "type": "bool",
1092
+ "id": 27,
1093
+ "options": {
1094
+ "(google.api.field_behavior)": "OPTIONAL",
1095
+ "proto3_optional": true
1096
+ }
1097
+ },
1098
+ "collectionMethod": {
1099
+ "type": "CollectionMethod",
1100
+ "id": 28,
1101
+ "options": {
1102
+ "(google.api.field_behavior)": "OPTIONAL"
1103
+ }
1104
+ },
1105
+ "transactionId": {
1106
+ "type": "string",
1107
+ "id": 29,
1108
+ "options": {
1109
+ "(google.api.field_behavior)": "OPTIONAL"
1110
+ }
1111
+ }
1112
+ },
1113
+ "nested": {
1114
+ "ReviewLink": {
1115
+ "fields": {
1116
+ "type": {
1117
+ "type": "Type",
1118
+ "id": 1,
1119
+ "options": {
1120
+ "(google.api.field_behavior)": "OPTIONAL"
1121
+ }
1122
+ },
1123
+ "link": {
1124
+ "type": "string",
1125
+ "id": 2,
1126
+ "options": {
1127
+ "(google.api.field_behavior)": "OPTIONAL"
1128
+ }
1129
+ }
1130
+ },
1131
+ "nested": {
1132
+ "Type": {
1133
+ "values": {
1134
+ "TYPE_UNSPECIFIED": 0,
1135
+ "SINGLETON": 1,
1136
+ "GROUP": 2
1137
+ }
1138
+ }
1139
+ }
1140
+ },
1141
+ "CollectionMethod": {
1142
+ "values": {
1143
+ "COLLECTION_METHOD_UNSPECIFIED": 0,
1144
+ "UNSOLICITED": 1,
1145
+ "POST_FULFILLMENT": 2
1146
+ }
1147
+ }
1148
+ }
1149
+ },
1150
+ "ProductReviewStatus": {
1151
+ "fields": {
1152
+ "destinationStatuses": {
1153
+ "rule": "repeated",
1154
+ "type": "ProductReviewDestinationStatus",
1155
+ "id": 3,
1156
+ "options": {
1157
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1158
+ }
1159
+ },
1160
+ "itemLevelIssues": {
1161
+ "rule": "repeated",
1162
+ "type": "ProductReviewItemLevelIssue",
1163
+ "id": 4,
1164
+ "options": {
1165
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1166
+ }
1167
+ },
1168
+ "createTime": {
1169
+ "type": "google.protobuf.Timestamp",
1170
+ "id": 5,
1171
+ "options": {
1172
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1173
+ }
1174
+ },
1175
+ "lastUpdateTime": {
1176
+ "type": "google.protobuf.Timestamp",
1177
+ "id": 6,
1178
+ "options": {
1179
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1180
+ }
1181
+ }
1182
+ },
1183
+ "nested": {
1184
+ "ProductReviewDestinationStatus": {
1185
+ "fields": {
1186
+ "reportingContext": {
1187
+ "type": "google.shopping.type.ReportingContext.ReportingContextEnum",
1188
+ "id": 1,
1189
+ "options": {
1190
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1191
+ }
1192
+ }
1193
+ }
1194
+ },
1195
+ "ProductReviewItemLevelIssue": {
1196
+ "fields": {
1197
+ "code": {
1198
+ "type": "string",
1199
+ "id": 1,
1200
+ "options": {
1201
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1202
+ }
1203
+ },
1204
+ "severity": {
1205
+ "type": "Severity",
1206
+ "id": 2,
1207
+ "options": {
1208
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1209
+ }
1210
+ },
1211
+ "resolution": {
1212
+ "type": "string",
1213
+ "id": 3,
1214
+ "options": {
1215
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1216
+ }
1217
+ },
1218
+ "attribute": {
1219
+ "type": "string",
1220
+ "id": 4,
1221
+ "options": {
1222
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1223
+ }
1224
+ },
1225
+ "reportingContext": {
1226
+ "type": "google.shopping.type.ReportingContext.ReportingContextEnum",
1227
+ "id": 5,
1228
+ "options": {
1229
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1230
+ }
1231
+ },
1232
+ "description": {
1233
+ "type": "string",
1234
+ "id": 6,
1235
+ "options": {
1236
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1237
+ }
1238
+ },
1239
+ "detail": {
1240
+ "type": "string",
1241
+ "id": 7,
1242
+ "options": {
1243
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1244
+ }
1245
+ },
1246
+ "documentation": {
1247
+ "type": "string",
1248
+ "id": 8,
1249
+ "options": {
1250
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1251
+ }
1252
+ }
1253
+ },
1254
+ "nested": {
1255
+ "Severity": {
1256
+ "values": {
1257
+ "SEVERITY_UNSPECIFIED": 0,
1258
+ "NOT_IMPACTED": 1,
1259
+ "DISAPPROVED": 2
1260
+ }
1261
+ }
1262
+ }
1263
+ }
1264
+ }
1265
+ }
1266
+ }
1267
+ }
1268
+ }
1269
+ }
1270
+ }
1271
+ },
1272
+ "type": {
1273
+ "options": {
1274
+ "csharp_namespace": "Google.Shopping.Type",
1275
+ "go_package": "cloud.google.com/go/shopping/type/typepb;typepb",
1276
+ "java_multiple_files": true,
1277
+ "java_outer_classname": "TypesProto",
1278
+ "java_package": "com.google.shopping.type"
1279
+ },
1280
+ "nested": {
1281
+ "Weight": {
1282
+ "oneofs": {
1283
+ "_amountMicros": {
1284
+ "oneof": [
1285
+ "amountMicros"
1286
+ ]
1287
+ }
1288
+ },
1289
+ "fields": {
1290
+ "amountMicros": {
1291
+ "type": "int64",
1292
+ "id": 1,
1293
+ "options": {
1294
+ "proto3_optional": true
1295
+ }
1296
+ },
1297
+ "unit": {
1298
+ "type": "WeightUnit",
1299
+ "id": 2
1300
+ }
1301
+ },
1302
+ "nested": {
1303
+ "WeightUnit": {
1304
+ "values": {
1305
+ "WEIGHT_UNIT_UNSPECIFIED": 0,
1306
+ "POUND": 1,
1307
+ "KILOGRAM": 2
1308
+ }
1309
+ }
1310
+ }
1311
+ },
1312
+ "Price": {
1313
+ "oneofs": {
1314
+ "_amountMicros": {
1315
+ "oneof": [
1316
+ "amountMicros"
1317
+ ]
1318
+ },
1319
+ "_currencyCode": {
1320
+ "oneof": [
1321
+ "currencyCode"
1322
+ ]
1323
+ }
1324
+ },
1325
+ "fields": {
1326
+ "amountMicros": {
1327
+ "type": "int64",
1328
+ "id": 1,
1329
+ "options": {
1330
+ "proto3_optional": true
1331
+ }
1332
+ },
1333
+ "currencyCode": {
1334
+ "type": "string",
1335
+ "id": 2,
1336
+ "options": {
1337
+ "proto3_optional": true
1338
+ }
1339
+ }
1340
+ }
1341
+ },
1342
+ "CustomAttribute": {
1343
+ "oneofs": {
1344
+ "_name": {
1345
+ "oneof": [
1346
+ "name"
1347
+ ]
1348
+ },
1349
+ "_value": {
1350
+ "oneof": [
1351
+ "value"
1352
+ ]
1353
+ }
1354
+ },
1355
+ "fields": {
1356
+ "name": {
1357
+ "type": "string",
1358
+ "id": 1,
1359
+ "options": {
1360
+ "proto3_optional": true
1361
+ }
1362
+ },
1363
+ "value": {
1364
+ "type": "string",
1365
+ "id": 2,
1366
+ "options": {
1367
+ "proto3_optional": true
1368
+ }
1369
+ },
1370
+ "groupValues": {
1371
+ "rule": "repeated",
1372
+ "type": "CustomAttribute",
1373
+ "id": 3
1374
+ }
1375
+ }
1376
+ },
1377
+ "Destination": {
1378
+ "fields": {},
1379
+ "nested": {
1380
+ "DestinationEnum": {
1381
+ "values": {
1382
+ "DESTINATION_ENUM_UNSPECIFIED": 0,
1383
+ "SHOPPING_ADS": 1,
1384
+ "DISPLAY_ADS": 2,
1385
+ "LOCAL_INVENTORY_ADS": 3,
1386
+ "FREE_LISTINGS": 4,
1387
+ "FREE_LOCAL_LISTINGS": 5,
1388
+ "YOUTUBE_SHOPPING": 6
1389
+ }
1390
+ }
1391
+ }
1392
+ },
1393
+ "ReportingContext": {
1394
+ "fields": {},
1395
+ "nested": {
1396
+ "ReportingContextEnum": {
1397
+ "valuesOptions": {
1398
+ "DISCOVERY_ADS": {
1399
+ "deprecated": true
1400
+ }
1401
+ },
1402
+ "values": {
1403
+ "REPORTING_CONTEXT_ENUM_UNSPECIFIED": 0,
1404
+ "SHOPPING_ADS": 1,
1405
+ "DISCOVERY_ADS": 2,
1406
+ "DEMAND_GEN_ADS": 13,
1407
+ "DEMAND_GEN_ADS_DISCOVER_SURFACE": 14,
1408
+ "VIDEO_ADS": 3,
1409
+ "DISPLAY_ADS": 4,
1410
+ "LOCAL_INVENTORY_ADS": 5,
1411
+ "VEHICLE_INVENTORY_ADS": 6,
1412
+ "FREE_LISTINGS": 7,
1413
+ "FREE_LOCAL_LISTINGS": 8,
1414
+ "FREE_LOCAL_VEHICLE_LISTINGS": 9,
1415
+ "YOUTUBE_SHOPPING": 10,
1416
+ "CLOUD_RETAIL": 11,
1417
+ "LOCAL_CLOUD_RETAIL": 12
1418
+ }
1419
+ }
1420
+ }
1421
+ },
1422
+ "Channel": {
1423
+ "fields": {},
1424
+ "nested": {
1425
+ "ChannelEnum": {
1426
+ "values": {
1427
+ "CHANNEL_ENUM_UNSPECIFIED": 0,
1428
+ "ONLINE": 1,
1429
+ "LOCAL": 2
1430
+ }
1431
+ }
1432
+ }
1433
+ }
1434
+ }
1435
+ }
1436
+ }
1437
+ },
1438
+ "api": {
1439
+ "options": {
1440
+ "go_package": "google.golang.org/genproto/googleapis/api/annotations;annotations",
1441
+ "java_multiple_files": true,
1442
+ "java_outer_classname": "ResourceProto",
1443
+ "java_package": "com.google.api",
1444
+ "objc_class_prefix": "GAPI",
1445
+ "cc_enable_arenas": true
1446
+ },
1447
+ "nested": {
1448
+ "http": {
1449
+ "type": "HttpRule",
1450
+ "id": 72295728,
1451
+ "extend": "google.protobuf.MethodOptions"
1452
+ },
1453
+ "Http": {
1454
+ "fields": {
1455
+ "rules": {
1456
+ "rule": "repeated",
1457
+ "type": "HttpRule",
1458
+ "id": 1
1459
+ },
1460
+ "fullyDecodeReservedExpansion": {
1461
+ "type": "bool",
1462
+ "id": 2
1463
+ }
1464
+ }
1465
+ },
1466
+ "HttpRule": {
1467
+ "oneofs": {
1468
+ "pattern": {
1469
+ "oneof": [
1470
+ "get",
1471
+ "put",
1472
+ "post",
1473
+ "delete",
1474
+ "patch",
1475
+ "custom"
1476
+ ]
1477
+ }
1478
+ },
1479
+ "fields": {
1480
+ "selector": {
1481
+ "type": "string",
1482
+ "id": 1
1483
+ },
1484
+ "get": {
1485
+ "type": "string",
1486
+ "id": 2
1487
+ },
1488
+ "put": {
1489
+ "type": "string",
1490
+ "id": 3
1491
+ },
1492
+ "post": {
1493
+ "type": "string",
1494
+ "id": 4
1495
+ },
1496
+ "delete": {
1497
+ "type": "string",
1498
+ "id": 5
1499
+ },
1500
+ "patch": {
1501
+ "type": "string",
1502
+ "id": 6
1503
+ },
1504
+ "custom": {
1505
+ "type": "CustomHttpPattern",
1506
+ "id": 8
1507
+ },
1508
+ "body": {
1509
+ "type": "string",
1510
+ "id": 7
1511
+ },
1512
+ "responseBody": {
1513
+ "type": "string",
1514
+ "id": 12
1515
+ },
1516
+ "additionalBindings": {
1517
+ "rule": "repeated",
1518
+ "type": "HttpRule",
1519
+ "id": 11
1520
+ }
1521
+ }
1522
+ },
1523
+ "CustomHttpPattern": {
1524
+ "fields": {
1525
+ "kind": {
1526
+ "type": "string",
1527
+ "id": 1
1528
+ },
1529
+ "path": {
1530
+ "type": "string",
1531
+ "id": 2
1532
+ }
1533
+ }
1534
+ },
1535
+ "methodSignature": {
1536
+ "rule": "repeated",
1537
+ "type": "string",
1538
+ "id": 1051,
1539
+ "extend": "google.protobuf.MethodOptions"
1540
+ },
1541
+ "defaultHost": {
1542
+ "type": "string",
1543
+ "id": 1049,
1544
+ "extend": "google.protobuf.ServiceOptions"
1545
+ },
1546
+ "oauthScopes": {
1547
+ "type": "string",
1548
+ "id": 1050,
1549
+ "extend": "google.protobuf.ServiceOptions"
1550
+ },
1551
+ "CommonLanguageSettings": {
1552
+ "fields": {
1553
+ "referenceDocsUri": {
1554
+ "type": "string",
1555
+ "id": 1,
1556
+ "options": {
1557
+ "deprecated": true
1558
+ }
1559
+ },
1560
+ "destinations": {
1561
+ "rule": "repeated",
1562
+ "type": "ClientLibraryDestination",
1563
+ "id": 2
1564
+ }
1565
+ }
1566
+ },
1567
+ "ClientLibrarySettings": {
1568
+ "fields": {
1569
+ "version": {
1570
+ "type": "string",
1571
+ "id": 1
1572
+ },
1573
+ "launchStage": {
1574
+ "type": "LaunchStage",
1575
+ "id": 2
1576
+ },
1577
+ "restNumericEnums": {
1578
+ "type": "bool",
1579
+ "id": 3
1580
+ },
1581
+ "javaSettings": {
1582
+ "type": "JavaSettings",
1583
+ "id": 21
1584
+ },
1585
+ "cppSettings": {
1586
+ "type": "CppSettings",
1587
+ "id": 22
1588
+ },
1589
+ "phpSettings": {
1590
+ "type": "PhpSettings",
1591
+ "id": 23
1592
+ },
1593
+ "pythonSettings": {
1594
+ "type": "PythonSettings",
1595
+ "id": 24
1596
+ },
1597
+ "nodeSettings": {
1598
+ "type": "NodeSettings",
1599
+ "id": 25
1600
+ },
1601
+ "dotnetSettings": {
1602
+ "type": "DotnetSettings",
1603
+ "id": 26
1604
+ },
1605
+ "rubySettings": {
1606
+ "type": "RubySettings",
1607
+ "id": 27
1608
+ },
1609
+ "goSettings": {
1610
+ "type": "GoSettings",
1611
+ "id": 28
1612
+ }
1613
+ }
1614
+ },
1615
+ "Publishing": {
1616
+ "fields": {
1617
+ "methodSettings": {
1618
+ "rule": "repeated",
1619
+ "type": "MethodSettings",
1620
+ "id": 2
1621
+ },
1622
+ "newIssueUri": {
1623
+ "type": "string",
1624
+ "id": 101
1625
+ },
1626
+ "documentationUri": {
1627
+ "type": "string",
1628
+ "id": 102
1629
+ },
1630
+ "apiShortName": {
1631
+ "type": "string",
1632
+ "id": 103
1633
+ },
1634
+ "githubLabel": {
1635
+ "type": "string",
1636
+ "id": 104
1637
+ },
1638
+ "codeownerGithubTeams": {
1639
+ "rule": "repeated",
1640
+ "type": "string",
1641
+ "id": 105
1642
+ },
1643
+ "docTagPrefix": {
1644
+ "type": "string",
1645
+ "id": 106
1646
+ },
1647
+ "organization": {
1648
+ "type": "ClientLibraryOrganization",
1649
+ "id": 107
1650
+ },
1651
+ "librarySettings": {
1652
+ "rule": "repeated",
1653
+ "type": "ClientLibrarySettings",
1654
+ "id": 109
1655
+ },
1656
+ "protoReferenceDocumentationUri": {
1657
+ "type": "string",
1658
+ "id": 110
1659
+ }
1660
+ }
1661
+ },
1662
+ "JavaSettings": {
1663
+ "fields": {
1664
+ "libraryPackage": {
1665
+ "type": "string",
1666
+ "id": 1
1667
+ },
1668
+ "serviceClassNames": {
1669
+ "keyType": "string",
1670
+ "type": "string",
1671
+ "id": 2
1672
+ },
1673
+ "common": {
1674
+ "type": "CommonLanguageSettings",
1675
+ "id": 3
1676
+ }
1677
+ }
1678
+ },
1679
+ "CppSettings": {
1680
+ "fields": {
1681
+ "common": {
1682
+ "type": "CommonLanguageSettings",
1683
+ "id": 1
1684
+ }
1685
+ }
1686
+ },
1687
+ "PhpSettings": {
1688
+ "fields": {
1689
+ "common": {
1690
+ "type": "CommonLanguageSettings",
1691
+ "id": 1
1692
+ }
1693
+ }
1694
+ },
1695
+ "PythonSettings": {
1696
+ "fields": {
1697
+ "common": {
1698
+ "type": "CommonLanguageSettings",
1699
+ "id": 1
1700
+ }
1701
+ }
1702
+ },
1703
+ "NodeSettings": {
1704
+ "fields": {
1705
+ "common": {
1706
+ "type": "CommonLanguageSettings",
1707
+ "id": 1
1708
+ }
1709
+ }
1710
+ },
1711
+ "DotnetSettings": {
1712
+ "fields": {
1713
+ "common": {
1714
+ "type": "CommonLanguageSettings",
1715
+ "id": 1
1716
+ },
1717
+ "renamedServices": {
1718
+ "keyType": "string",
1719
+ "type": "string",
1720
+ "id": 2
1721
+ },
1722
+ "renamedResources": {
1723
+ "keyType": "string",
1724
+ "type": "string",
1725
+ "id": 3
1726
+ },
1727
+ "ignoredResources": {
1728
+ "rule": "repeated",
1729
+ "type": "string",
1730
+ "id": 4
1731
+ },
1732
+ "forcedNamespaceAliases": {
1733
+ "rule": "repeated",
1734
+ "type": "string",
1735
+ "id": 5
1736
+ },
1737
+ "handwrittenSignatures": {
1738
+ "rule": "repeated",
1739
+ "type": "string",
1740
+ "id": 6
1741
+ }
1742
+ }
1743
+ },
1744
+ "RubySettings": {
1745
+ "fields": {
1746
+ "common": {
1747
+ "type": "CommonLanguageSettings",
1748
+ "id": 1
1749
+ }
1750
+ }
1751
+ },
1752
+ "GoSettings": {
1753
+ "fields": {
1754
+ "common": {
1755
+ "type": "CommonLanguageSettings",
1756
+ "id": 1
1757
+ }
1758
+ }
1759
+ },
1760
+ "MethodSettings": {
1761
+ "fields": {
1762
+ "selector": {
1763
+ "type": "string",
1764
+ "id": 1
1765
+ },
1766
+ "longRunning": {
1767
+ "type": "LongRunning",
1768
+ "id": 2
1769
+ },
1770
+ "autoPopulatedFields": {
1771
+ "rule": "repeated",
1772
+ "type": "string",
1773
+ "id": 3
1774
+ }
1775
+ },
1776
+ "nested": {
1777
+ "LongRunning": {
1778
+ "fields": {
1779
+ "initialPollDelay": {
1780
+ "type": "google.protobuf.Duration",
1781
+ "id": 1
1782
+ },
1783
+ "pollDelayMultiplier": {
1784
+ "type": "float",
1785
+ "id": 2
1786
+ },
1787
+ "maxPollDelay": {
1788
+ "type": "google.protobuf.Duration",
1789
+ "id": 3
1790
+ },
1791
+ "totalPollTimeout": {
1792
+ "type": "google.protobuf.Duration",
1793
+ "id": 4
1794
+ }
1795
+ }
1796
+ }
1797
+ }
1798
+ },
1799
+ "ClientLibraryOrganization": {
1800
+ "values": {
1801
+ "CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED": 0,
1802
+ "CLOUD": 1,
1803
+ "ADS": 2,
1804
+ "PHOTOS": 3,
1805
+ "STREET_VIEW": 4,
1806
+ "SHOPPING": 5,
1807
+ "GEO": 6,
1808
+ "GENERATIVE_AI": 7
1809
+ }
1810
+ },
1811
+ "ClientLibraryDestination": {
1812
+ "values": {
1813
+ "CLIENT_LIBRARY_DESTINATION_UNSPECIFIED": 0,
1814
+ "GITHUB": 10,
1815
+ "PACKAGE_MANAGER": 20
1816
+ }
1817
+ },
1818
+ "LaunchStage": {
1819
+ "values": {
1820
+ "LAUNCH_STAGE_UNSPECIFIED": 0,
1821
+ "UNIMPLEMENTED": 6,
1822
+ "PRELAUNCH": 7,
1823
+ "EARLY_ACCESS": 1,
1824
+ "ALPHA": 2,
1825
+ "BETA": 3,
1826
+ "GA": 4,
1827
+ "DEPRECATED": 5
1828
+ }
1829
+ },
1830
+ "fieldBehavior": {
1831
+ "rule": "repeated",
1832
+ "type": "google.api.FieldBehavior",
1833
+ "id": 1052,
1834
+ "extend": "google.protobuf.FieldOptions"
1835
+ },
1836
+ "FieldBehavior": {
1837
+ "values": {
1838
+ "FIELD_BEHAVIOR_UNSPECIFIED": 0,
1839
+ "OPTIONAL": 1,
1840
+ "REQUIRED": 2,
1841
+ "OUTPUT_ONLY": 3,
1842
+ "INPUT_ONLY": 4,
1843
+ "IMMUTABLE": 5,
1844
+ "UNORDERED_LIST": 6,
1845
+ "NON_EMPTY_DEFAULT": 7,
1846
+ "IDENTIFIER": 8
1847
+ }
1848
+ },
1849
+ "resourceReference": {
1850
+ "type": "google.api.ResourceReference",
1851
+ "id": 1055,
1852
+ "extend": "google.protobuf.FieldOptions"
1853
+ },
1854
+ "resourceDefinition": {
1855
+ "rule": "repeated",
1856
+ "type": "google.api.ResourceDescriptor",
1857
+ "id": 1053,
1858
+ "extend": "google.protobuf.FileOptions"
1859
+ },
1860
+ "resource": {
1861
+ "type": "google.api.ResourceDescriptor",
1862
+ "id": 1053,
1863
+ "extend": "google.protobuf.MessageOptions"
1864
+ },
1865
+ "ResourceDescriptor": {
1866
+ "fields": {
1867
+ "type": {
1868
+ "type": "string",
1869
+ "id": 1
1870
+ },
1871
+ "pattern": {
1872
+ "rule": "repeated",
1873
+ "type": "string",
1874
+ "id": 2
1875
+ },
1876
+ "nameField": {
1877
+ "type": "string",
1878
+ "id": 3
1879
+ },
1880
+ "history": {
1881
+ "type": "History",
1882
+ "id": 4
1883
+ },
1884
+ "plural": {
1885
+ "type": "string",
1886
+ "id": 5
1887
+ },
1888
+ "singular": {
1889
+ "type": "string",
1890
+ "id": 6
1891
+ },
1892
+ "style": {
1893
+ "rule": "repeated",
1894
+ "type": "Style",
1895
+ "id": 10
1896
+ }
1897
+ },
1898
+ "nested": {
1899
+ "History": {
1900
+ "values": {
1901
+ "HISTORY_UNSPECIFIED": 0,
1902
+ "ORIGINALLY_SINGLE_PATTERN": 1,
1903
+ "FUTURE_MULTI_PATTERN": 2
1904
+ }
1905
+ },
1906
+ "Style": {
1907
+ "values": {
1908
+ "STYLE_UNSPECIFIED": 0,
1909
+ "DECLARATIVE_FRIENDLY": 1
1910
+ }
1911
+ }
1912
+ }
1913
+ },
1914
+ "ResourceReference": {
1915
+ "fields": {
1916
+ "type": {
1917
+ "type": "string",
1918
+ "id": 1
1919
+ },
1920
+ "childType": {
1921
+ "type": "string",
1922
+ "id": 2
1923
+ }
1924
+ }
1925
+ }
1926
+ }
1927
+ },
1928
+ "protobuf": {
1929
+ "options": {
1930
+ "go_package": "google.golang.org/protobuf/types/descriptorpb",
1931
+ "java_package": "com.google.protobuf",
1932
+ "java_outer_classname": "DescriptorProtos",
1933
+ "csharp_namespace": "Google.Protobuf.Reflection",
1934
+ "objc_class_prefix": "GPB",
1935
+ "cc_enable_arenas": true,
1936
+ "optimize_for": "SPEED"
1937
+ },
1938
+ "nested": {
1939
+ "FileDescriptorSet": {
1940
+ "fields": {
1941
+ "file": {
1942
+ "rule": "repeated",
1943
+ "type": "FileDescriptorProto",
1944
+ "id": 1
1945
+ }
1946
+ }
1947
+ },
1948
+ "Edition": {
1949
+ "values": {
1950
+ "EDITION_UNKNOWN": 0,
1951
+ "EDITION_PROTO2": 998,
1952
+ "EDITION_PROTO3": 999,
1953
+ "EDITION_2023": 1000,
1954
+ "EDITION_2024": 1001,
1955
+ "EDITION_1_TEST_ONLY": 1,
1956
+ "EDITION_2_TEST_ONLY": 2,
1957
+ "EDITION_99997_TEST_ONLY": 99997,
1958
+ "EDITION_99998_TEST_ONLY": 99998,
1959
+ "EDITION_99999_TEST_ONLY": 99999,
1960
+ "EDITION_MAX": 2147483647
1961
+ }
1962
+ },
1963
+ "FileDescriptorProto": {
1964
+ "fields": {
1965
+ "name": {
1966
+ "type": "string",
1967
+ "id": 1
1968
+ },
1969
+ "package": {
1970
+ "type": "string",
1971
+ "id": 2
1972
+ },
1973
+ "dependency": {
1974
+ "rule": "repeated",
1975
+ "type": "string",
1976
+ "id": 3
1977
+ },
1978
+ "publicDependency": {
1979
+ "rule": "repeated",
1980
+ "type": "int32",
1981
+ "id": 10,
1982
+ "options": {
1983
+ "packed": false
1984
+ }
1985
+ },
1986
+ "weakDependency": {
1987
+ "rule": "repeated",
1988
+ "type": "int32",
1989
+ "id": 11,
1990
+ "options": {
1991
+ "packed": false
1992
+ }
1993
+ },
1994
+ "messageType": {
1995
+ "rule": "repeated",
1996
+ "type": "DescriptorProto",
1997
+ "id": 4
1998
+ },
1999
+ "enumType": {
2000
+ "rule": "repeated",
2001
+ "type": "EnumDescriptorProto",
2002
+ "id": 5
2003
+ },
2004
+ "service": {
2005
+ "rule": "repeated",
2006
+ "type": "ServiceDescriptorProto",
2007
+ "id": 6
2008
+ },
2009
+ "extension": {
2010
+ "rule": "repeated",
2011
+ "type": "FieldDescriptorProto",
2012
+ "id": 7
2013
+ },
2014
+ "options": {
2015
+ "type": "FileOptions",
2016
+ "id": 8
2017
+ },
2018
+ "sourceCodeInfo": {
2019
+ "type": "SourceCodeInfo",
2020
+ "id": 9
2021
+ },
2022
+ "syntax": {
2023
+ "type": "string",
2024
+ "id": 12
2025
+ },
2026
+ "edition": {
2027
+ "type": "Edition",
2028
+ "id": 14
2029
+ }
2030
+ }
2031
+ },
2032
+ "DescriptorProto": {
2033
+ "fields": {
2034
+ "name": {
2035
+ "type": "string",
2036
+ "id": 1
2037
+ },
2038
+ "field": {
2039
+ "rule": "repeated",
2040
+ "type": "FieldDescriptorProto",
2041
+ "id": 2
2042
+ },
2043
+ "extension": {
2044
+ "rule": "repeated",
2045
+ "type": "FieldDescriptorProto",
2046
+ "id": 6
2047
+ },
2048
+ "nestedType": {
2049
+ "rule": "repeated",
2050
+ "type": "DescriptorProto",
2051
+ "id": 3
2052
+ },
2053
+ "enumType": {
2054
+ "rule": "repeated",
2055
+ "type": "EnumDescriptorProto",
2056
+ "id": 4
2057
+ },
2058
+ "extensionRange": {
2059
+ "rule": "repeated",
2060
+ "type": "ExtensionRange",
2061
+ "id": 5
2062
+ },
2063
+ "oneofDecl": {
2064
+ "rule": "repeated",
2065
+ "type": "OneofDescriptorProto",
2066
+ "id": 8
2067
+ },
2068
+ "options": {
2069
+ "type": "MessageOptions",
2070
+ "id": 7
2071
+ },
2072
+ "reservedRange": {
2073
+ "rule": "repeated",
2074
+ "type": "ReservedRange",
2075
+ "id": 9
2076
+ },
2077
+ "reservedName": {
2078
+ "rule": "repeated",
2079
+ "type": "string",
2080
+ "id": 10
2081
+ }
2082
+ },
2083
+ "nested": {
2084
+ "ExtensionRange": {
2085
+ "fields": {
2086
+ "start": {
2087
+ "type": "int32",
2088
+ "id": 1
2089
+ },
2090
+ "end": {
2091
+ "type": "int32",
2092
+ "id": 2
2093
+ },
2094
+ "options": {
2095
+ "type": "ExtensionRangeOptions",
2096
+ "id": 3
2097
+ }
2098
+ }
2099
+ },
2100
+ "ReservedRange": {
2101
+ "fields": {
2102
+ "start": {
2103
+ "type": "int32",
2104
+ "id": 1
2105
+ },
2106
+ "end": {
2107
+ "type": "int32",
2108
+ "id": 2
2109
+ }
2110
+ }
2111
+ }
2112
+ }
2113
+ },
2114
+ "ExtensionRangeOptions": {
2115
+ "fields": {
2116
+ "uninterpretedOption": {
2117
+ "rule": "repeated",
2118
+ "type": "UninterpretedOption",
2119
+ "id": 999
2120
+ },
2121
+ "declaration": {
2122
+ "rule": "repeated",
2123
+ "type": "Declaration",
2124
+ "id": 2,
2125
+ "options": {
2126
+ "retention": "RETENTION_SOURCE"
2127
+ }
2128
+ },
2129
+ "features": {
2130
+ "type": "FeatureSet",
2131
+ "id": 50
2132
+ },
2133
+ "verification": {
2134
+ "type": "VerificationState",
2135
+ "id": 3,
2136
+ "options": {
2137
+ "default": "UNVERIFIED",
2138
+ "retention": "RETENTION_SOURCE"
2139
+ }
2140
+ }
2141
+ },
2142
+ "extensions": [
2143
+ [
2144
+ 1000,
2145
+ 536870911
2146
+ ]
2147
+ ],
2148
+ "nested": {
2149
+ "Declaration": {
2150
+ "fields": {
2151
+ "number": {
2152
+ "type": "int32",
2153
+ "id": 1
2154
+ },
2155
+ "fullName": {
2156
+ "type": "string",
2157
+ "id": 2
2158
+ },
2159
+ "type": {
2160
+ "type": "string",
2161
+ "id": 3
2162
+ },
2163
+ "reserved": {
2164
+ "type": "bool",
2165
+ "id": 5
2166
+ },
2167
+ "repeated": {
2168
+ "type": "bool",
2169
+ "id": 6
2170
+ }
2171
+ },
2172
+ "reserved": [
2173
+ [
2174
+ 4,
2175
+ 4
2176
+ ]
2177
+ ]
2178
+ },
2179
+ "VerificationState": {
2180
+ "values": {
2181
+ "DECLARATION": 0,
2182
+ "UNVERIFIED": 1
2183
+ }
2184
+ }
2185
+ }
2186
+ },
2187
+ "FieldDescriptorProto": {
2188
+ "fields": {
2189
+ "name": {
2190
+ "type": "string",
2191
+ "id": 1
2192
+ },
2193
+ "number": {
2194
+ "type": "int32",
2195
+ "id": 3
2196
+ },
2197
+ "label": {
2198
+ "type": "Label",
2199
+ "id": 4
2200
+ },
2201
+ "type": {
2202
+ "type": "Type",
2203
+ "id": 5
2204
+ },
2205
+ "typeName": {
2206
+ "type": "string",
2207
+ "id": 6
2208
+ },
2209
+ "extendee": {
2210
+ "type": "string",
2211
+ "id": 2
2212
+ },
2213
+ "defaultValue": {
2214
+ "type": "string",
2215
+ "id": 7
2216
+ },
2217
+ "oneofIndex": {
2218
+ "type": "int32",
2219
+ "id": 9
2220
+ },
2221
+ "jsonName": {
2222
+ "type": "string",
2223
+ "id": 10
2224
+ },
2225
+ "options": {
2226
+ "type": "FieldOptions",
2227
+ "id": 8
2228
+ },
2229
+ "proto3Optional": {
2230
+ "type": "bool",
2231
+ "id": 17
2232
+ }
2233
+ },
2234
+ "nested": {
2235
+ "Type": {
2236
+ "values": {
2237
+ "TYPE_DOUBLE": 1,
2238
+ "TYPE_FLOAT": 2,
2239
+ "TYPE_INT64": 3,
2240
+ "TYPE_UINT64": 4,
2241
+ "TYPE_INT32": 5,
2242
+ "TYPE_FIXED64": 6,
2243
+ "TYPE_FIXED32": 7,
2244
+ "TYPE_BOOL": 8,
2245
+ "TYPE_STRING": 9,
2246
+ "TYPE_GROUP": 10,
2247
+ "TYPE_MESSAGE": 11,
2248
+ "TYPE_BYTES": 12,
2249
+ "TYPE_UINT32": 13,
2250
+ "TYPE_ENUM": 14,
2251
+ "TYPE_SFIXED32": 15,
2252
+ "TYPE_SFIXED64": 16,
2253
+ "TYPE_SINT32": 17,
2254
+ "TYPE_SINT64": 18
2255
+ }
2256
+ },
2257
+ "Label": {
2258
+ "values": {
2259
+ "LABEL_OPTIONAL": 1,
2260
+ "LABEL_REPEATED": 3,
2261
+ "LABEL_REQUIRED": 2
2262
+ }
2263
+ }
2264
+ }
2265
+ },
2266
+ "OneofDescriptorProto": {
2267
+ "fields": {
2268
+ "name": {
2269
+ "type": "string",
2270
+ "id": 1
2271
+ },
2272
+ "options": {
2273
+ "type": "OneofOptions",
2274
+ "id": 2
2275
+ }
2276
+ }
2277
+ },
2278
+ "EnumDescriptorProto": {
2279
+ "fields": {
2280
+ "name": {
2281
+ "type": "string",
2282
+ "id": 1
2283
+ },
2284
+ "value": {
2285
+ "rule": "repeated",
2286
+ "type": "EnumValueDescriptorProto",
2287
+ "id": 2
2288
+ },
2289
+ "options": {
2290
+ "type": "EnumOptions",
2291
+ "id": 3
2292
+ },
2293
+ "reservedRange": {
2294
+ "rule": "repeated",
2295
+ "type": "EnumReservedRange",
2296
+ "id": 4
2297
+ },
2298
+ "reservedName": {
2299
+ "rule": "repeated",
2300
+ "type": "string",
2301
+ "id": 5
2302
+ }
2303
+ },
2304
+ "nested": {
2305
+ "EnumReservedRange": {
2306
+ "fields": {
2307
+ "start": {
2308
+ "type": "int32",
2309
+ "id": 1
2310
+ },
2311
+ "end": {
2312
+ "type": "int32",
2313
+ "id": 2
2314
+ }
2315
+ }
2316
+ }
2317
+ }
2318
+ },
2319
+ "EnumValueDescriptorProto": {
2320
+ "fields": {
2321
+ "name": {
2322
+ "type": "string",
2323
+ "id": 1
2324
+ },
2325
+ "number": {
2326
+ "type": "int32",
2327
+ "id": 2
2328
+ },
2329
+ "options": {
2330
+ "type": "EnumValueOptions",
2331
+ "id": 3
2332
+ }
2333
+ }
2334
+ },
2335
+ "ServiceDescriptorProto": {
2336
+ "fields": {
2337
+ "name": {
2338
+ "type": "string",
2339
+ "id": 1
2340
+ },
2341
+ "method": {
2342
+ "rule": "repeated",
2343
+ "type": "MethodDescriptorProto",
2344
+ "id": 2
2345
+ },
2346
+ "options": {
2347
+ "type": "ServiceOptions",
2348
+ "id": 3
2349
+ }
2350
+ }
2351
+ },
2352
+ "MethodDescriptorProto": {
2353
+ "fields": {
2354
+ "name": {
2355
+ "type": "string",
2356
+ "id": 1
2357
+ },
2358
+ "inputType": {
2359
+ "type": "string",
2360
+ "id": 2
2361
+ },
2362
+ "outputType": {
2363
+ "type": "string",
2364
+ "id": 3
2365
+ },
2366
+ "options": {
2367
+ "type": "MethodOptions",
2368
+ "id": 4
2369
+ },
2370
+ "clientStreaming": {
2371
+ "type": "bool",
2372
+ "id": 5,
2373
+ "options": {
2374
+ "default": false
2375
+ }
2376
+ },
2377
+ "serverStreaming": {
2378
+ "type": "bool",
2379
+ "id": 6,
2380
+ "options": {
2381
+ "default": false
2382
+ }
2383
+ }
2384
+ }
2385
+ },
2386
+ "FileOptions": {
2387
+ "fields": {
2388
+ "javaPackage": {
2389
+ "type": "string",
2390
+ "id": 1
2391
+ },
2392
+ "javaOuterClassname": {
2393
+ "type": "string",
2394
+ "id": 8
2395
+ },
2396
+ "javaMultipleFiles": {
2397
+ "type": "bool",
2398
+ "id": 10,
2399
+ "options": {
2400
+ "default": false
2401
+ }
2402
+ },
2403
+ "javaGenerateEqualsAndHash": {
2404
+ "type": "bool",
2405
+ "id": 20,
2406
+ "options": {
2407
+ "deprecated": true
2408
+ }
2409
+ },
2410
+ "javaStringCheckUtf8": {
2411
+ "type": "bool",
2412
+ "id": 27,
2413
+ "options": {
2414
+ "default": false
2415
+ }
2416
+ },
2417
+ "optimizeFor": {
2418
+ "type": "OptimizeMode",
2419
+ "id": 9,
2420
+ "options": {
2421
+ "default": "SPEED"
2422
+ }
2423
+ },
2424
+ "goPackage": {
2425
+ "type": "string",
2426
+ "id": 11
2427
+ },
2428
+ "ccGenericServices": {
2429
+ "type": "bool",
2430
+ "id": 16,
2431
+ "options": {
2432
+ "default": false
2433
+ }
2434
+ },
2435
+ "javaGenericServices": {
2436
+ "type": "bool",
2437
+ "id": 17,
2438
+ "options": {
2439
+ "default": false
2440
+ }
2441
+ },
2442
+ "pyGenericServices": {
2443
+ "type": "bool",
2444
+ "id": 18,
2445
+ "options": {
2446
+ "default": false
2447
+ }
2448
+ },
2449
+ "deprecated": {
2450
+ "type": "bool",
2451
+ "id": 23,
2452
+ "options": {
2453
+ "default": false
2454
+ }
2455
+ },
2456
+ "ccEnableArenas": {
2457
+ "type": "bool",
2458
+ "id": 31,
2459
+ "options": {
2460
+ "default": true
2461
+ }
2462
+ },
2463
+ "objcClassPrefix": {
2464
+ "type": "string",
2465
+ "id": 36
2466
+ },
2467
+ "csharpNamespace": {
2468
+ "type": "string",
2469
+ "id": 37
2470
+ },
2471
+ "swiftPrefix": {
2472
+ "type": "string",
2473
+ "id": 39
2474
+ },
2475
+ "phpClassPrefix": {
2476
+ "type": "string",
2477
+ "id": 40
2478
+ },
2479
+ "phpNamespace": {
2480
+ "type": "string",
2481
+ "id": 41
2482
+ },
2483
+ "phpMetadataNamespace": {
2484
+ "type": "string",
2485
+ "id": 44
2486
+ },
2487
+ "rubyPackage": {
2488
+ "type": "string",
2489
+ "id": 45
2490
+ },
2491
+ "features": {
2492
+ "type": "FeatureSet",
2493
+ "id": 50
2494
+ },
2495
+ "uninterpretedOption": {
2496
+ "rule": "repeated",
2497
+ "type": "UninterpretedOption",
2498
+ "id": 999
2499
+ }
2500
+ },
2501
+ "extensions": [
2502
+ [
2503
+ 1000,
2504
+ 536870911
2505
+ ]
2506
+ ],
2507
+ "reserved": [
2508
+ [
2509
+ 42,
2510
+ 42
2511
+ ],
2512
+ [
2513
+ 38,
2514
+ 38
2515
+ ]
2516
+ ],
2517
+ "nested": {
2518
+ "OptimizeMode": {
2519
+ "values": {
2520
+ "SPEED": 1,
2521
+ "CODE_SIZE": 2,
2522
+ "LITE_RUNTIME": 3
2523
+ }
2524
+ }
2525
+ }
2526
+ },
2527
+ "MessageOptions": {
2528
+ "fields": {
2529
+ "messageSetWireFormat": {
2530
+ "type": "bool",
2531
+ "id": 1,
2532
+ "options": {
2533
+ "default": false
2534
+ }
2535
+ },
2536
+ "noStandardDescriptorAccessor": {
2537
+ "type": "bool",
2538
+ "id": 2,
2539
+ "options": {
2540
+ "default": false
2541
+ }
2542
+ },
2543
+ "deprecated": {
2544
+ "type": "bool",
2545
+ "id": 3,
2546
+ "options": {
2547
+ "default": false
2548
+ }
2549
+ },
2550
+ "mapEntry": {
2551
+ "type": "bool",
2552
+ "id": 7
2553
+ },
2554
+ "deprecatedLegacyJsonFieldConflicts": {
2555
+ "type": "bool",
2556
+ "id": 11,
2557
+ "options": {
2558
+ "deprecated": true
2559
+ }
2560
+ },
2561
+ "features": {
2562
+ "type": "FeatureSet",
2563
+ "id": 12
2564
+ },
2565
+ "uninterpretedOption": {
2566
+ "rule": "repeated",
2567
+ "type": "UninterpretedOption",
2568
+ "id": 999
2569
+ }
2570
+ },
2571
+ "extensions": [
2572
+ [
2573
+ 1000,
2574
+ 536870911
2575
+ ]
2576
+ ],
2577
+ "reserved": [
2578
+ [
2579
+ 4,
2580
+ 4
2581
+ ],
2582
+ [
2583
+ 5,
2584
+ 5
2585
+ ],
2586
+ [
2587
+ 6,
2588
+ 6
2589
+ ],
2590
+ [
2591
+ 8,
2592
+ 8
2593
+ ],
2594
+ [
2595
+ 9,
2596
+ 9
2597
+ ]
2598
+ ]
2599
+ },
2600
+ "FieldOptions": {
2601
+ "fields": {
2602
+ "ctype": {
2603
+ "type": "CType",
2604
+ "id": 1,
2605
+ "options": {
2606
+ "default": "STRING"
2607
+ }
2608
+ },
2609
+ "packed": {
2610
+ "type": "bool",
2611
+ "id": 2
2612
+ },
2613
+ "jstype": {
2614
+ "type": "JSType",
2615
+ "id": 6,
2616
+ "options": {
2617
+ "default": "JS_NORMAL"
2618
+ }
2619
+ },
2620
+ "lazy": {
2621
+ "type": "bool",
2622
+ "id": 5,
2623
+ "options": {
2624
+ "default": false
2625
+ }
2626
+ },
2627
+ "unverifiedLazy": {
2628
+ "type": "bool",
2629
+ "id": 15,
2630
+ "options": {
2631
+ "default": false
2632
+ }
2633
+ },
2634
+ "deprecated": {
2635
+ "type": "bool",
2636
+ "id": 3,
2637
+ "options": {
2638
+ "default": false
2639
+ }
2640
+ },
2641
+ "weak": {
2642
+ "type": "bool",
2643
+ "id": 10,
2644
+ "options": {
2645
+ "default": false
2646
+ }
2647
+ },
2648
+ "debugRedact": {
2649
+ "type": "bool",
2650
+ "id": 16,
2651
+ "options": {
2652
+ "default": false
2653
+ }
2654
+ },
2655
+ "retention": {
2656
+ "type": "OptionRetention",
2657
+ "id": 17
2658
+ },
2659
+ "targets": {
2660
+ "rule": "repeated",
2661
+ "type": "OptionTargetType",
2662
+ "id": 19,
2663
+ "options": {
2664
+ "packed": false
2665
+ }
2666
+ },
2667
+ "editionDefaults": {
2668
+ "rule": "repeated",
2669
+ "type": "EditionDefault",
2670
+ "id": 20
2671
+ },
2672
+ "features": {
2673
+ "type": "FeatureSet",
2674
+ "id": 21
2675
+ },
2676
+ "uninterpretedOption": {
2677
+ "rule": "repeated",
2678
+ "type": "UninterpretedOption",
2679
+ "id": 999
2680
+ }
2681
+ },
2682
+ "extensions": [
2683
+ [
2684
+ 1000,
2685
+ 536870911
2686
+ ]
2687
+ ],
2688
+ "reserved": [
2689
+ [
2690
+ 4,
2691
+ 4
2692
+ ],
2693
+ [
2694
+ 18,
2695
+ 18
2696
+ ]
2697
+ ],
2698
+ "nested": {
2699
+ "CType": {
2700
+ "values": {
2701
+ "STRING": 0,
2702
+ "CORD": 1,
2703
+ "STRING_PIECE": 2
2704
+ }
2705
+ },
2706
+ "JSType": {
2707
+ "values": {
2708
+ "JS_NORMAL": 0,
2709
+ "JS_STRING": 1,
2710
+ "JS_NUMBER": 2
2711
+ }
2712
+ },
2713
+ "OptionRetention": {
2714
+ "values": {
2715
+ "RETENTION_UNKNOWN": 0,
2716
+ "RETENTION_RUNTIME": 1,
2717
+ "RETENTION_SOURCE": 2
2718
+ }
2719
+ },
2720
+ "OptionTargetType": {
2721
+ "values": {
2722
+ "TARGET_TYPE_UNKNOWN": 0,
2723
+ "TARGET_TYPE_FILE": 1,
2724
+ "TARGET_TYPE_EXTENSION_RANGE": 2,
2725
+ "TARGET_TYPE_MESSAGE": 3,
2726
+ "TARGET_TYPE_FIELD": 4,
2727
+ "TARGET_TYPE_ONEOF": 5,
2728
+ "TARGET_TYPE_ENUM": 6,
2729
+ "TARGET_TYPE_ENUM_ENTRY": 7,
2730
+ "TARGET_TYPE_SERVICE": 8,
2731
+ "TARGET_TYPE_METHOD": 9
2732
+ }
2733
+ },
2734
+ "EditionDefault": {
2735
+ "fields": {
2736
+ "edition": {
2737
+ "type": "Edition",
2738
+ "id": 3
2739
+ },
2740
+ "value": {
2741
+ "type": "string",
2742
+ "id": 2
2743
+ }
2744
+ }
2745
+ }
2746
+ }
2747
+ },
2748
+ "OneofOptions": {
2749
+ "fields": {
2750
+ "features": {
2751
+ "type": "FeatureSet",
2752
+ "id": 1
2753
+ },
2754
+ "uninterpretedOption": {
2755
+ "rule": "repeated",
2756
+ "type": "UninterpretedOption",
2757
+ "id": 999
2758
+ }
2759
+ },
2760
+ "extensions": [
2761
+ [
2762
+ 1000,
2763
+ 536870911
2764
+ ]
2765
+ ]
2766
+ },
2767
+ "EnumOptions": {
2768
+ "fields": {
2769
+ "allowAlias": {
2770
+ "type": "bool",
2771
+ "id": 2
2772
+ },
2773
+ "deprecated": {
2774
+ "type": "bool",
2775
+ "id": 3,
2776
+ "options": {
2777
+ "default": false
2778
+ }
2779
+ },
2780
+ "deprecatedLegacyJsonFieldConflicts": {
2781
+ "type": "bool",
2782
+ "id": 6,
2783
+ "options": {
2784
+ "deprecated": true
2785
+ }
2786
+ },
2787
+ "features": {
2788
+ "type": "FeatureSet",
2789
+ "id": 7
2790
+ },
2791
+ "uninterpretedOption": {
2792
+ "rule": "repeated",
2793
+ "type": "UninterpretedOption",
2794
+ "id": 999
2795
+ }
2796
+ },
2797
+ "extensions": [
2798
+ [
2799
+ 1000,
2800
+ 536870911
2801
+ ]
2802
+ ],
2803
+ "reserved": [
2804
+ [
2805
+ 5,
2806
+ 5
2807
+ ]
2808
+ ]
2809
+ },
2810
+ "EnumValueOptions": {
2811
+ "fields": {
2812
+ "deprecated": {
2813
+ "type": "bool",
2814
+ "id": 1,
2815
+ "options": {
2816
+ "default": false
2817
+ }
2818
+ },
2819
+ "features": {
2820
+ "type": "FeatureSet",
2821
+ "id": 2
2822
+ },
2823
+ "debugRedact": {
2824
+ "type": "bool",
2825
+ "id": 3,
2826
+ "options": {
2827
+ "default": false
2828
+ }
2829
+ },
2830
+ "uninterpretedOption": {
2831
+ "rule": "repeated",
2832
+ "type": "UninterpretedOption",
2833
+ "id": 999
2834
+ }
2835
+ },
2836
+ "extensions": [
2837
+ [
2838
+ 1000,
2839
+ 536870911
2840
+ ]
2841
+ ]
2842
+ },
2843
+ "ServiceOptions": {
2844
+ "fields": {
2845
+ "features": {
2846
+ "type": "FeatureSet",
2847
+ "id": 34
2848
+ },
2849
+ "deprecated": {
2850
+ "type": "bool",
2851
+ "id": 33,
2852
+ "options": {
2853
+ "default": false
2854
+ }
2855
+ },
2856
+ "uninterpretedOption": {
2857
+ "rule": "repeated",
2858
+ "type": "UninterpretedOption",
2859
+ "id": 999
2860
+ }
2861
+ },
2862
+ "extensions": [
2863
+ [
2864
+ 1000,
2865
+ 536870911
2866
+ ]
2867
+ ]
2868
+ },
2869
+ "MethodOptions": {
2870
+ "fields": {
2871
+ "deprecated": {
2872
+ "type": "bool",
2873
+ "id": 33,
2874
+ "options": {
2875
+ "default": false
2876
+ }
2877
+ },
2878
+ "idempotencyLevel": {
2879
+ "type": "IdempotencyLevel",
2880
+ "id": 34,
2881
+ "options": {
2882
+ "default": "IDEMPOTENCY_UNKNOWN"
2883
+ }
2884
+ },
2885
+ "features": {
2886
+ "type": "FeatureSet",
2887
+ "id": 35
2888
+ },
2889
+ "uninterpretedOption": {
2890
+ "rule": "repeated",
2891
+ "type": "UninterpretedOption",
2892
+ "id": 999
2893
+ }
2894
+ },
2895
+ "extensions": [
2896
+ [
2897
+ 1000,
2898
+ 536870911
2899
+ ]
2900
+ ],
2901
+ "nested": {
2902
+ "IdempotencyLevel": {
2903
+ "values": {
2904
+ "IDEMPOTENCY_UNKNOWN": 0,
2905
+ "NO_SIDE_EFFECTS": 1,
2906
+ "IDEMPOTENT": 2
2907
+ }
2908
+ }
2909
+ }
2910
+ },
2911
+ "UninterpretedOption": {
2912
+ "fields": {
2913
+ "name": {
2914
+ "rule": "repeated",
2915
+ "type": "NamePart",
2916
+ "id": 2
2917
+ },
2918
+ "identifierValue": {
2919
+ "type": "string",
2920
+ "id": 3
2921
+ },
2922
+ "positiveIntValue": {
2923
+ "type": "uint64",
2924
+ "id": 4
2925
+ },
2926
+ "negativeIntValue": {
2927
+ "type": "int64",
2928
+ "id": 5
2929
+ },
2930
+ "doubleValue": {
2931
+ "type": "double",
2932
+ "id": 6
2933
+ },
2934
+ "stringValue": {
2935
+ "type": "bytes",
2936
+ "id": 7
2937
+ },
2938
+ "aggregateValue": {
2939
+ "type": "string",
2940
+ "id": 8
2941
+ }
2942
+ },
2943
+ "nested": {
2944
+ "NamePart": {
2945
+ "fields": {
2946
+ "namePart": {
2947
+ "rule": "required",
2948
+ "type": "string",
2949
+ "id": 1
2950
+ },
2951
+ "isExtension": {
2952
+ "rule": "required",
2953
+ "type": "bool",
2954
+ "id": 2
2955
+ }
2956
+ }
2957
+ }
2958
+ }
2959
+ },
2960
+ "FeatureSet": {
2961
+ "fields": {
2962
+ "fieldPresence": {
2963
+ "type": "FieldPresence",
2964
+ "id": 1,
2965
+ "options": {
2966
+ "retention": "RETENTION_RUNTIME",
2967
+ "targets": "TARGET_TYPE_FILE",
2968
+ "edition_defaults.edition": "EDITION_2023",
2969
+ "edition_defaults.value": "EXPLICIT"
2970
+ }
2971
+ },
2972
+ "enumType": {
2973
+ "type": "EnumType",
2974
+ "id": 2,
2975
+ "options": {
2976
+ "retention": "RETENTION_RUNTIME",
2977
+ "targets": "TARGET_TYPE_FILE",
2978
+ "edition_defaults.edition": "EDITION_PROTO3",
2979
+ "edition_defaults.value": "OPEN"
2980
+ }
2981
+ },
2982
+ "repeatedFieldEncoding": {
2983
+ "type": "RepeatedFieldEncoding",
2984
+ "id": 3,
2985
+ "options": {
2986
+ "retention": "RETENTION_RUNTIME",
2987
+ "targets": "TARGET_TYPE_FILE",
2988
+ "edition_defaults.edition": "EDITION_PROTO3",
2989
+ "edition_defaults.value": "PACKED"
2990
+ }
2991
+ },
2992
+ "utf8Validation": {
2993
+ "type": "Utf8Validation",
2994
+ "id": 4,
2995
+ "options": {
2996
+ "retention": "RETENTION_RUNTIME",
2997
+ "targets": "TARGET_TYPE_FILE",
2998
+ "edition_defaults.edition": "EDITION_PROTO3",
2999
+ "edition_defaults.value": "VERIFY"
3000
+ }
3001
+ },
3002
+ "messageEncoding": {
3003
+ "type": "MessageEncoding",
3004
+ "id": 5,
3005
+ "options": {
3006
+ "retention": "RETENTION_RUNTIME",
3007
+ "targets": "TARGET_TYPE_FILE",
3008
+ "edition_defaults.edition": "EDITION_PROTO2",
3009
+ "edition_defaults.value": "LENGTH_PREFIXED"
3010
+ }
3011
+ },
3012
+ "jsonFormat": {
3013
+ "type": "JsonFormat",
3014
+ "id": 6,
3015
+ "options": {
3016
+ "retention": "RETENTION_RUNTIME",
3017
+ "targets": "TARGET_TYPE_FILE",
3018
+ "edition_defaults.edition": "EDITION_PROTO3",
3019
+ "edition_defaults.value": "ALLOW"
3020
+ }
3021
+ }
3022
+ },
3023
+ "extensions": [
3024
+ [
3025
+ 1000,
3026
+ 1000
3027
+ ],
3028
+ [
3029
+ 1001,
3030
+ 1001
3031
+ ],
3032
+ [
3033
+ 9995,
3034
+ 9999
3035
+ ]
3036
+ ],
3037
+ "reserved": [
3038
+ [
3039
+ 999,
3040
+ 999
3041
+ ]
3042
+ ],
3043
+ "nested": {
3044
+ "FieldPresence": {
3045
+ "values": {
3046
+ "FIELD_PRESENCE_UNKNOWN": 0,
3047
+ "EXPLICIT": 1,
3048
+ "IMPLICIT": 2,
3049
+ "LEGACY_REQUIRED": 3
3050
+ }
3051
+ },
3052
+ "EnumType": {
3053
+ "values": {
3054
+ "ENUM_TYPE_UNKNOWN": 0,
3055
+ "OPEN": 1,
3056
+ "CLOSED": 2
3057
+ }
3058
+ },
3059
+ "RepeatedFieldEncoding": {
3060
+ "values": {
3061
+ "REPEATED_FIELD_ENCODING_UNKNOWN": 0,
3062
+ "PACKED": 1,
3063
+ "EXPANDED": 2
3064
+ }
3065
+ },
3066
+ "Utf8Validation": {
3067
+ "values": {
3068
+ "UTF8_VALIDATION_UNKNOWN": 0,
3069
+ "VERIFY": 2,
3070
+ "NONE": 3
3071
+ }
3072
+ },
3073
+ "MessageEncoding": {
3074
+ "values": {
3075
+ "MESSAGE_ENCODING_UNKNOWN": 0,
3076
+ "LENGTH_PREFIXED": 1,
3077
+ "DELIMITED": 2
3078
+ }
3079
+ },
3080
+ "JsonFormat": {
3081
+ "values": {
3082
+ "JSON_FORMAT_UNKNOWN": 0,
3083
+ "ALLOW": 1,
3084
+ "LEGACY_BEST_EFFORT": 2
3085
+ }
3086
+ }
3087
+ }
3088
+ },
3089
+ "FeatureSetDefaults": {
3090
+ "fields": {
3091
+ "defaults": {
3092
+ "rule": "repeated",
3093
+ "type": "FeatureSetEditionDefault",
3094
+ "id": 1
3095
+ },
3096
+ "minimumEdition": {
3097
+ "type": "Edition",
3098
+ "id": 4
3099
+ },
3100
+ "maximumEdition": {
3101
+ "type": "Edition",
3102
+ "id": 5
3103
+ }
3104
+ },
3105
+ "nested": {
3106
+ "FeatureSetEditionDefault": {
3107
+ "fields": {
3108
+ "edition": {
3109
+ "type": "Edition",
3110
+ "id": 3
3111
+ },
3112
+ "features": {
3113
+ "type": "FeatureSet",
3114
+ "id": 2
3115
+ }
3116
+ }
3117
+ }
3118
+ }
3119
+ },
3120
+ "SourceCodeInfo": {
3121
+ "fields": {
3122
+ "location": {
3123
+ "rule": "repeated",
3124
+ "type": "Location",
3125
+ "id": 1
3126
+ }
3127
+ },
3128
+ "nested": {
3129
+ "Location": {
3130
+ "fields": {
3131
+ "path": {
3132
+ "rule": "repeated",
3133
+ "type": "int32",
3134
+ "id": 1
3135
+ },
3136
+ "span": {
3137
+ "rule": "repeated",
3138
+ "type": "int32",
3139
+ "id": 2
3140
+ },
3141
+ "leadingComments": {
3142
+ "type": "string",
3143
+ "id": 3
3144
+ },
3145
+ "trailingComments": {
3146
+ "type": "string",
3147
+ "id": 4
3148
+ },
3149
+ "leadingDetachedComments": {
3150
+ "rule": "repeated",
3151
+ "type": "string",
3152
+ "id": 6
3153
+ }
3154
+ }
3155
+ }
3156
+ }
3157
+ },
3158
+ "GeneratedCodeInfo": {
3159
+ "fields": {
3160
+ "annotation": {
3161
+ "rule": "repeated",
3162
+ "type": "Annotation",
3163
+ "id": 1
3164
+ }
3165
+ },
3166
+ "nested": {
3167
+ "Annotation": {
3168
+ "fields": {
3169
+ "path": {
3170
+ "rule": "repeated",
3171
+ "type": "int32",
3172
+ "id": 1
3173
+ },
3174
+ "sourceFile": {
3175
+ "type": "string",
3176
+ "id": 2
3177
+ },
3178
+ "begin": {
3179
+ "type": "int32",
3180
+ "id": 3
3181
+ },
3182
+ "end": {
3183
+ "type": "int32",
3184
+ "id": 4
3185
+ },
3186
+ "semantic": {
3187
+ "type": "Semantic",
3188
+ "id": 5
3189
+ }
3190
+ },
3191
+ "nested": {
3192
+ "Semantic": {
3193
+ "values": {
3194
+ "NONE": 0,
3195
+ "SET": 1,
3196
+ "ALIAS": 2
3197
+ }
3198
+ }
3199
+ }
3200
+ }
3201
+ }
3202
+ },
3203
+ "Duration": {
3204
+ "fields": {
3205
+ "seconds": {
3206
+ "type": "int64",
3207
+ "id": 1
3208
+ },
3209
+ "nanos": {
3210
+ "type": "int32",
3211
+ "id": 2
3212
+ }
3213
+ }
3214
+ },
3215
+ "Empty": {
3216
+ "fields": {}
3217
+ },
3218
+ "Timestamp": {
3219
+ "fields": {
3220
+ "seconds": {
3221
+ "type": "int64",
3222
+ "id": 1
3223
+ },
3224
+ "nanos": {
3225
+ "type": "int32",
3226
+ "id": 2
3227
+ }
3228
+ }
3229
+ }
3230
+ }
3231
+ }
3232
+ }
3233
+ }
3234
+ }
3235
+ }