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