@google-shopping/reports 0.9.0 → 0.10.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.
@@ -8,6 +8,2500 @@
8
8
  "nested": {
9
9
  "reports": {
10
10
  "nested": {
11
+ "v1alpha": {
12
+ "options": {
13
+ "go_package": "cloud.google.com/go/shopping/merchant/reports/apiv1alpha/reportspb;reportspb",
14
+ "java_multiple_files": true,
15
+ "java_outer_classname": "ReportsProto",
16
+ "java_package": "com.google.shopping.merchant.reports.v1alpha"
17
+ },
18
+ "nested": {
19
+ "ReportService": {
20
+ "options": {
21
+ "(google.api.default_host)": "merchantapi.googleapis.com",
22
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/content"
23
+ },
24
+ "methods": {
25
+ "Search": {
26
+ "requestType": "SearchRequest",
27
+ "responseType": "SearchResponse",
28
+ "options": {
29
+ "(google.api.http).post": "/reports/v1alpha/{parent=accounts/*}/reports:search",
30
+ "(google.api.http).body": "*",
31
+ "(google.api.method_signature)": "parent"
32
+ },
33
+ "parsedOptions": [
34
+ {
35
+ "(google.api.http)": {
36
+ "post": "/reports/v1alpha/{parent=accounts/*}/reports:search",
37
+ "body": "*"
38
+ }
39
+ },
40
+ {
41
+ "(google.api.method_signature)": "parent"
42
+ }
43
+ ]
44
+ }
45
+ }
46
+ },
47
+ "SearchRequest": {
48
+ "fields": {
49
+ "parent": {
50
+ "type": "string",
51
+ "id": 1,
52
+ "options": {
53
+ "(google.api.field_behavior)": "REQUIRED"
54
+ }
55
+ },
56
+ "query": {
57
+ "type": "string",
58
+ "id": 2,
59
+ "options": {
60
+ "(google.api.field_behavior)": "REQUIRED"
61
+ }
62
+ },
63
+ "pageSize": {
64
+ "type": "int32",
65
+ "id": 3,
66
+ "options": {
67
+ "(google.api.field_behavior)": "OPTIONAL"
68
+ }
69
+ },
70
+ "pageToken": {
71
+ "type": "string",
72
+ "id": 4,
73
+ "options": {
74
+ "(google.api.field_behavior)": "OPTIONAL"
75
+ }
76
+ }
77
+ }
78
+ },
79
+ "SearchResponse": {
80
+ "fields": {
81
+ "results": {
82
+ "rule": "repeated",
83
+ "type": "ReportRow",
84
+ "id": 1
85
+ },
86
+ "nextPageToken": {
87
+ "type": "string",
88
+ "id": 2
89
+ }
90
+ }
91
+ },
92
+ "ReportRow": {
93
+ "fields": {
94
+ "productPerformanceView": {
95
+ "type": "ProductPerformanceView",
96
+ "id": 1
97
+ },
98
+ "nonProductPerformanceView": {
99
+ "type": "NonProductPerformanceView",
100
+ "id": 7
101
+ },
102
+ "productView": {
103
+ "type": "ProductView",
104
+ "id": 2
105
+ },
106
+ "priceCompetitivenessProductView": {
107
+ "type": "PriceCompetitivenessProductView",
108
+ "id": 3
109
+ },
110
+ "priceInsightsProductView": {
111
+ "type": "PriceInsightsProductView",
112
+ "id": 4
113
+ },
114
+ "bestSellersProductClusterView": {
115
+ "type": "BestSellersProductClusterView",
116
+ "id": 5
117
+ },
118
+ "bestSellersBrandView": {
119
+ "type": "BestSellersBrandView",
120
+ "id": 6
121
+ },
122
+ "competitiveVisibilityCompetitorView": {
123
+ "type": "CompetitiveVisibilityCompetitorView",
124
+ "id": 8
125
+ },
126
+ "competitiveVisibilityTopMerchantView": {
127
+ "type": "CompetitiveVisibilityTopMerchantView",
128
+ "id": 9
129
+ },
130
+ "competitiveVisibilityBenchmarkView": {
131
+ "type": "CompetitiveVisibilityBenchmarkView",
132
+ "id": 10
133
+ },
134
+ "youtubeCreatorPerformanceView": {
135
+ "type": "YoutubeCreatorPerformanceView",
136
+ "id": 11
137
+ },
138
+ "youtubeContentPerformanceView": {
139
+ "type": "YoutubeContentPerformanceView",
140
+ "id": 12
141
+ },
142
+ "youtubeProductPerformanceView": {
143
+ "type": "YoutubeProductPerformanceView",
144
+ "id": 13
145
+ }
146
+ }
147
+ },
148
+ "ProductPerformanceView": {
149
+ "oneofs": {
150
+ "_marketingMethod": {
151
+ "oneof": [
152
+ "marketingMethod"
153
+ ]
154
+ },
155
+ "_customerCountryCode": {
156
+ "oneof": [
157
+ "customerCountryCode"
158
+ ]
159
+ },
160
+ "_offerId": {
161
+ "oneof": [
162
+ "offerId"
163
+ ]
164
+ },
165
+ "_title": {
166
+ "oneof": [
167
+ "title"
168
+ ]
169
+ },
170
+ "_brand": {
171
+ "oneof": [
172
+ "brand"
173
+ ]
174
+ },
175
+ "_categoryL1": {
176
+ "oneof": [
177
+ "categoryL1"
178
+ ]
179
+ },
180
+ "_categoryL2": {
181
+ "oneof": [
182
+ "categoryL2"
183
+ ]
184
+ },
185
+ "_categoryL3": {
186
+ "oneof": [
187
+ "categoryL3"
188
+ ]
189
+ },
190
+ "_categoryL4": {
191
+ "oneof": [
192
+ "categoryL4"
193
+ ]
194
+ },
195
+ "_categoryL5": {
196
+ "oneof": [
197
+ "categoryL5"
198
+ ]
199
+ },
200
+ "_productTypeL1": {
201
+ "oneof": [
202
+ "productTypeL1"
203
+ ]
204
+ },
205
+ "_productTypeL2": {
206
+ "oneof": [
207
+ "productTypeL2"
208
+ ]
209
+ },
210
+ "_productTypeL3": {
211
+ "oneof": [
212
+ "productTypeL3"
213
+ ]
214
+ },
215
+ "_productTypeL4": {
216
+ "oneof": [
217
+ "productTypeL4"
218
+ ]
219
+ },
220
+ "_productTypeL5": {
221
+ "oneof": [
222
+ "productTypeL5"
223
+ ]
224
+ },
225
+ "_customLabel0": {
226
+ "oneof": [
227
+ "customLabel0"
228
+ ]
229
+ },
230
+ "_customLabel1": {
231
+ "oneof": [
232
+ "customLabel1"
233
+ ]
234
+ },
235
+ "_customLabel2": {
236
+ "oneof": [
237
+ "customLabel2"
238
+ ]
239
+ },
240
+ "_customLabel3": {
241
+ "oneof": [
242
+ "customLabel3"
243
+ ]
244
+ },
245
+ "_customLabel4": {
246
+ "oneof": [
247
+ "customLabel4"
248
+ ]
249
+ },
250
+ "_clicks": {
251
+ "oneof": [
252
+ "clicks"
253
+ ]
254
+ },
255
+ "_impressions": {
256
+ "oneof": [
257
+ "impressions"
258
+ ]
259
+ },
260
+ "_clickThroughRate": {
261
+ "oneof": [
262
+ "clickThroughRate"
263
+ ]
264
+ },
265
+ "_conversions": {
266
+ "oneof": [
267
+ "conversions"
268
+ ]
269
+ },
270
+ "_conversionRate": {
271
+ "oneof": [
272
+ "conversionRate"
273
+ ]
274
+ }
275
+ },
276
+ "fields": {
277
+ "marketingMethod": {
278
+ "type": "MarketingMethod.MarketingMethodEnum",
279
+ "id": 1,
280
+ "options": {
281
+ "proto3_optional": true
282
+ }
283
+ },
284
+ "date": {
285
+ "type": "google.type.Date",
286
+ "id": 2
287
+ },
288
+ "week": {
289
+ "type": "google.type.Date",
290
+ "id": 3
291
+ },
292
+ "customerCountryCode": {
293
+ "type": "string",
294
+ "id": 4,
295
+ "options": {
296
+ "proto3_optional": true
297
+ }
298
+ },
299
+ "offerId": {
300
+ "type": "string",
301
+ "id": 5,
302
+ "options": {
303
+ "proto3_optional": true
304
+ }
305
+ },
306
+ "title": {
307
+ "type": "string",
308
+ "id": 6,
309
+ "options": {
310
+ "proto3_optional": true
311
+ }
312
+ },
313
+ "brand": {
314
+ "type": "string",
315
+ "id": 7,
316
+ "options": {
317
+ "proto3_optional": true
318
+ }
319
+ },
320
+ "categoryL1": {
321
+ "type": "string",
322
+ "id": 8,
323
+ "options": {
324
+ "proto3_optional": true
325
+ }
326
+ },
327
+ "categoryL2": {
328
+ "type": "string",
329
+ "id": 9,
330
+ "options": {
331
+ "proto3_optional": true
332
+ }
333
+ },
334
+ "categoryL3": {
335
+ "type": "string",
336
+ "id": 10,
337
+ "options": {
338
+ "proto3_optional": true
339
+ }
340
+ },
341
+ "categoryL4": {
342
+ "type": "string",
343
+ "id": 11,
344
+ "options": {
345
+ "proto3_optional": true
346
+ }
347
+ },
348
+ "categoryL5": {
349
+ "type": "string",
350
+ "id": 12,
351
+ "options": {
352
+ "proto3_optional": true
353
+ }
354
+ },
355
+ "productTypeL1": {
356
+ "type": "string",
357
+ "id": 13,
358
+ "options": {
359
+ "proto3_optional": true
360
+ }
361
+ },
362
+ "productTypeL2": {
363
+ "type": "string",
364
+ "id": 14,
365
+ "options": {
366
+ "proto3_optional": true
367
+ }
368
+ },
369
+ "productTypeL3": {
370
+ "type": "string",
371
+ "id": 15,
372
+ "options": {
373
+ "proto3_optional": true
374
+ }
375
+ },
376
+ "productTypeL4": {
377
+ "type": "string",
378
+ "id": 16,
379
+ "options": {
380
+ "proto3_optional": true
381
+ }
382
+ },
383
+ "productTypeL5": {
384
+ "type": "string",
385
+ "id": 17,
386
+ "options": {
387
+ "proto3_optional": true
388
+ }
389
+ },
390
+ "customLabel0": {
391
+ "type": "string",
392
+ "id": 18,
393
+ "options": {
394
+ "proto3_optional": true
395
+ }
396
+ },
397
+ "customLabel1": {
398
+ "type": "string",
399
+ "id": 19,
400
+ "options": {
401
+ "proto3_optional": true
402
+ }
403
+ },
404
+ "customLabel2": {
405
+ "type": "string",
406
+ "id": 20,
407
+ "options": {
408
+ "proto3_optional": true
409
+ }
410
+ },
411
+ "customLabel3": {
412
+ "type": "string",
413
+ "id": 21,
414
+ "options": {
415
+ "proto3_optional": true
416
+ }
417
+ },
418
+ "customLabel4": {
419
+ "type": "string",
420
+ "id": 22,
421
+ "options": {
422
+ "proto3_optional": true
423
+ }
424
+ },
425
+ "clicks": {
426
+ "type": "int64",
427
+ "id": 23,
428
+ "options": {
429
+ "proto3_optional": true
430
+ }
431
+ },
432
+ "impressions": {
433
+ "type": "int64",
434
+ "id": 24,
435
+ "options": {
436
+ "proto3_optional": true
437
+ }
438
+ },
439
+ "clickThroughRate": {
440
+ "type": "double",
441
+ "id": 25,
442
+ "options": {
443
+ "proto3_optional": true
444
+ }
445
+ },
446
+ "conversions": {
447
+ "type": "double",
448
+ "id": 26,
449
+ "options": {
450
+ "proto3_optional": true
451
+ }
452
+ },
453
+ "conversionValue": {
454
+ "type": "google.shopping.type.Price",
455
+ "id": 27
456
+ },
457
+ "conversionRate": {
458
+ "type": "double",
459
+ "id": 28,
460
+ "options": {
461
+ "proto3_optional": true
462
+ }
463
+ }
464
+ }
465
+ },
466
+ "ProductView": {
467
+ "oneofs": {
468
+ "_id": {
469
+ "oneof": [
470
+ "id"
471
+ ]
472
+ },
473
+ "_channel": {
474
+ "oneof": [
475
+ "channel"
476
+ ]
477
+ },
478
+ "_languageCode": {
479
+ "oneof": [
480
+ "languageCode"
481
+ ]
482
+ },
483
+ "_feedLabel": {
484
+ "oneof": [
485
+ "feedLabel"
486
+ ]
487
+ },
488
+ "_offerId": {
489
+ "oneof": [
490
+ "offerId"
491
+ ]
492
+ },
493
+ "_title": {
494
+ "oneof": [
495
+ "title"
496
+ ]
497
+ },
498
+ "_brand": {
499
+ "oneof": [
500
+ "brand"
501
+ ]
502
+ },
503
+ "_categoryL1": {
504
+ "oneof": [
505
+ "categoryL1"
506
+ ]
507
+ },
508
+ "_categoryL2": {
509
+ "oneof": [
510
+ "categoryL2"
511
+ ]
512
+ },
513
+ "_categoryL3": {
514
+ "oneof": [
515
+ "categoryL3"
516
+ ]
517
+ },
518
+ "_categoryL4": {
519
+ "oneof": [
520
+ "categoryL4"
521
+ ]
522
+ },
523
+ "_categoryL5": {
524
+ "oneof": [
525
+ "categoryL5"
526
+ ]
527
+ },
528
+ "_productTypeL1": {
529
+ "oneof": [
530
+ "productTypeL1"
531
+ ]
532
+ },
533
+ "_productTypeL2": {
534
+ "oneof": [
535
+ "productTypeL2"
536
+ ]
537
+ },
538
+ "_productTypeL3": {
539
+ "oneof": [
540
+ "productTypeL3"
541
+ ]
542
+ },
543
+ "_productTypeL4": {
544
+ "oneof": [
545
+ "productTypeL4"
546
+ ]
547
+ },
548
+ "_productTypeL5": {
549
+ "oneof": [
550
+ "productTypeL5"
551
+ ]
552
+ },
553
+ "_condition": {
554
+ "oneof": [
555
+ "condition"
556
+ ]
557
+ },
558
+ "_availability": {
559
+ "oneof": [
560
+ "availability"
561
+ ]
562
+ },
563
+ "_shippingLabel": {
564
+ "oneof": [
565
+ "shippingLabel"
566
+ ]
567
+ },
568
+ "_itemGroupId": {
569
+ "oneof": [
570
+ "itemGroupId"
571
+ ]
572
+ },
573
+ "_thumbnailLink": {
574
+ "oneof": [
575
+ "thumbnailLink"
576
+ ]
577
+ },
578
+ "_aggregatedReportingContextStatus": {
579
+ "oneof": [
580
+ "aggregatedReportingContextStatus"
581
+ ]
582
+ },
583
+ "_clickPotentialRank": {
584
+ "oneof": [
585
+ "clickPotentialRank"
586
+ ]
587
+ }
588
+ },
589
+ "fields": {
590
+ "id": {
591
+ "type": "string",
592
+ "id": 1,
593
+ "options": {
594
+ "proto3_optional": true
595
+ }
596
+ },
597
+ "channel": {
598
+ "type": "google.shopping.type.Channel.ChannelEnum",
599
+ "id": 28,
600
+ "options": {
601
+ "proto3_optional": true
602
+ }
603
+ },
604
+ "languageCode": {
605
+ "type": "string",
606
+ "id": 2,
607
+ "options": {
608
+ "proto3_optional": true
609
+ }
610
+ },
611
+ "feedLabel": {
612
+ "type": "string",
613
+ "id": 3,
614
+ "options": {
615
+ "proto3_optional": true
616
+ }
617
+ },
618
+ "offerId": {
619
+ "type": "string",
620
+ "id": 4,
621
+ "options": {
622
+ "proto3_optional": true
623
+ }
624
+ },
625
+ "title": {
626
+ "type": "string",
627
+ "id": 5,
628
+ "options": {
629
+ "proto3_optional": true
630
+ }
631
+ },
632
+ "brand": {
633
+ "type": "string",
634
+ "id": 6,
635
+ "options": {
636
+ "proto3_optional": true
637
+ }
638
+ },
639
+ "categoryL1": {
640
+ "type": "string",
641
+ "id": 7,
642
+ "options": {
643
+ "proto3_optional": true
644
+ }
645
+ },
646
+ "categoryL2": {
647
+ "type": "string",
648
+ "id": 8,
649
+ "options": {
650
+ "proto3_optional": true
651
+ }
652
+ },
653
+ "categoryL3": {
654
+ "type": "string",
655
+ "id": 9,
656
+ "options": {
657
+ "proto3_optional": true
658
+ }
659
+ },
660
+ "categoryL4": {
661
+ "type": "string",
662
+ "id": 10,
663
+ "options": {
664
+ "proto3_optional": true
665
+ }
666
+ },
667
+ "categoryL5": {
668
+ "type": "string",
669
+ "id": 11,
670
+ "options": {
671
+ "proto3_optional": true
672
+ }
673
+ },
674
+ "productTypeL1": {
675
+ "type": "string",
676
+ "id": 12,
677
+ "options": {
678
+ "proto3_optional": true
679
+ }
680
+ },
681
+ "productTypeL2": {
682
+ "type": "string",
683
+ "id": 13,
684
+ "options": {
685
+ "proto3_optional": true
686
+ }
687
+ },
688
+ "productTypeL3": {
689
+ "type": "string",
690
+ "id": 14,
691
+ "options": {
692
+ "proto3_optional": true
693
+ }
694
+ },
695
+ "productTypeL4": {
696
+ "type": "string",
697
+ "id": 15,
698
+ "options": {
699
+ "proto3_optional": true
700
+ }
701
+ },
702
+ "productTypeL5": {
703
+ "type": "string",
704
+ "id": 16,
705
+ "options": {
706
+ "proto3_optional": true
707
+ }
708
+ },
709
+ "price": {
710
+ "type": "google.shopping.type.Price",
711
+ "id": 17
712
+ },
713
+ "condition": {
714
+ "type": "string",
715
+ "id": 18,
716
+ "options": {
717
+ "proto3_optional": true
718
+ }
719
+ },
720
+ "availability": {
721
+ "type": "string",
722
+ "id": 19,
723
+ "options": {
724
+ "proto3_optional": true
725
+ }
726
+ },
727
+ "shippingLabel": {
728
+ "type": "string",
729
+ "id": 20,
730
+ "options": {
731
+ "proto3_optional": true
732
+ }
733
+ },
734
+ "gtin": {
735
+ "rule": "repeated",
736
+ "type": "string",
737
+ "id": 21
738
+ },
739
+ "itemGroupId": {
740
+ "type": "string",
741
+ "id": 22,
742
+ "options": {
743
+ "proto3_optional": true
744
+ }
745
+ },
746
+ "thumbnailLink": {
747
+ "type": "string",
748
+ "id": 23,
749
+ "options": {
750
+ "proto3_optional": true
751
+ }
752
+ },
753
+ "creationTime": {
754
+ "type": "google.protobuf.Timestamp",
755
+ "id": 24
756
+ },
757
+ "expirationDate": {
758
+ "type": "google.type.Date",
759
+ "id": 25
760
+ },
761
+ "aggregatedReportingContextStatus": {
762
+ "type": "AggregatedReportingContextStatus",
763
+ "id": 26,
764
+ "options": {
765
+ "proto3_optional": true
766
+ }
767
+ },
768
+ "itemIssues": {
769
+ "rule": "repeated",
770
+ "type": "ItemIssue",
771
+ "id": 27
772
+ },
773
+ "clickPotential": {
774
+ "type": "ClickPotential",
775
+ "id": 29
776
+ },
777
+ "clickPotentialRank": {
778
+ "type": "int64",
779
+ "id": 30,
780
+ "options": {
781
+ "proto3_optional": true
782
+ }
783
+ }
784
+ },
785
+ "nested": {
786
+ "ItemIssue": {
787
+ "oneofs": {
788
+ "_resolution": {
789
+ "oneof": [
790
+ "resolution"
791
+ ]
792
+ }
793
+ },
794
+ "fields": {
795
+ "type": {
796
+ "type": "ItemIssueType",
797
+ "id": 1
798
+ },
799
+ "severity": {
800
+ "type": "ItemIssueSeverity",
801
+ "id": 2
802
+ },
803
+ "resolution": {
804
+ "type": "ItemIssueResolution",
805
+ "id": 3,
806
+ "options": {
807
+ "proto3_optional": true
808
+ }
809
+ }
810
+ },
811
+ "nested": {
812
+ "ItemIssueType": {
813
+ "oneofs": {
814
+ "_code": {
815
+ "oneof": [
816
+ "code"
817
+ ]
818
+ },
819
+ "_canonicalAttribute": {
820
+ "oneof": [
821
+ "canonicalAttribute"
822
+ ]
823
+ }
824
+ },
825
+ "fields": {
826
+ "code": {
827
+ "type": "string",
828
+ "id": 1,
829
+ "options": {
830
+ "proto3_optional": true
831
+ }
832
+ },
833
+ "canonicalAttribute": {
834
+ "type": "string",
835
+ "id": 2,
836
+ "options": {
837
+ "proto3_optional": true
838
+ }
839
+ }
840
+ }
841
+ },
842
+ "ItemIssueSeverity": {
843
+ "oneofs": {
844
+ "_aggregatedSeverity": {
845
+ "oneof": [
846
+ "aggregatedSeverity"
847
+ ]
848
+ }
849
+ },
850
+ "fields": {
851
+ "severityPerReportingContext": {
852
+ "rule": "repeated",
853
+ "type": "IssueSeverityPerReportingContext",
854
+ "id": 1
855
+ },
856
+ "aggregatedSeverity": {
857
+ "type": "AggregatedIssueSeverity",
858
+ "id": 2,
859
+ "options": {
860
+ "proto3_optional": true
861
+ }
862
+ }
863
+ },
864
+ "nested": {
865
+ "IssueSeverityPerReportingContext": {
866
+ "oneofs": {
867
+ "_reportingContext": {
868
+ "oneof": [
869
+ "reportingContext"
870
+ ]
871
+ }
872
+ },
873
+ "fields": {
874
+ "reportingContext": {
875
+ "type": "google.shopping.type.ReportingContext.ReportingContextEnum",
876
+ "id": 1,
877
+ "options": {
878
+ "proto3_optional": true
879
+ }
880
+ },
881
+ "disapprovedCountries": {
882
+ "rule": "repeated",
883
+ "type": "string",
884
+ "id": 2
885
+ },
886
+ "demotedCountries": {
887
+ "rule": "repeated",
888
+ "type": "string",
889
+ "id": 3
890
+ }
891
+ }
892
+ },
893
+ "AggregatedIssueSeverity": {
894
+ "values": {
895
+ "AGGREGATED_ISSUE_SEVERITY_UNSPECIFIED": 0,
896
+ "DISAPPROVED": 1,
897
+ "DEMOTED": 2,
898
+ "PENDING": 3
899
+ }
900
+ }
901
+ }
902
+ },
903
+ "ItemIssueResolution": {
904
+ "values": {
905
+ "ITEM_ISSUE_RESOLUTION_UNSPECIFIED": 0,
906
+ "MERCHANT_ACTION": 1,
907
+ "PENDING_PROCESSING": 2
908
+ }
909
+ }
910
+ }
911
+ },
912
+ "AggregatedReportingContextStatus": {
913
+ "values": {
914
+ "AGGREGATED_REPORTING_CONTEXT_STATUS_UNSPECIFIED": 0,
915
+ "NOT_ELIGIBLE_OR_DISAPPROVED": 1,
916
+ "PENDING": 2,
917
+ "ELIGIBLE_LIMITED": 3,
918
+ "ELIGIBLE": 4
919
+ }
920
+ },
921
+ "ClickPotential": {
922
+ "values": {
923
+ "CLICK_POTENTIAL_UNSPECIFIED": 0,
924
+ "LOW": 1,
925
+ "MEDIUM": 2,
926
+ "HIGH": 3
927
+ }
928
+ }
929
+ }
930
+ },
931
+ "PriceCompetitivenessProductView": {
932
+ "oneofs": {
933
+ "_reportCountryCode": {
934
+ "oneof": [
935
+ "reportCountryCode"
936
+ ]
937
+ },
938
+ "_id": {
939
+ "oneof": [
940
+ "id"
941
+ ]
942
+ },
943
+ "_offerId": {
944
+ "oneof": [
945
+ "offerId"
946
+ ]
947
+ },
948
+ "_title": {
949
+ "oneof": [
950
+ "title"
951
+ ]
952
+ },
953
+ "_brand": {
954
+ "oneof": [
955
+ "brand"
956
+ ]
957
+ },
958
+ "_categoryL1": {
959
+ "oneof": [
960
+ "categoryL1"
961
+ ]
962
+ },
963
+ "_categoryL2": {
964
+ "oneof": [
965
+ "categoryL2"
966
+ ]
967
+ },
968
+ "_categoryL3": {
969
+ "oneof": [
970
+ "categoryL3"
971
+ ]
972
+ },
973
+ "_categoryL4": {
974
+ "oneof": [
975
+ "categoryL4"
976
+ ]
977
+ },
978
+ "_categoryL5": {
979
+ "oneof": [
980
+ "categoryL5"
981
+ ]
982
+ },
983
+ "_productTypeL1": {
984
+ "oneof": [
985
+ "productTypeL1"
986
+ ]
987
+ },
988
+ "_productTypeL2": {
989
+ "oneof": [
990
+ "productTypeL2"
991
+ ]
992
+ },
993
+ "_productTypeL3": {
994
+ "oneof": [
995
+ "productTypeL3"
996
+ ]
997
+ },
998
+ "_productTypeL4": {
999
+ "oneof": [
1000
+ "productTypeL4"
1001
+ ]
1002
+ },
1003
+ "_productTypeL5": {
1004
+ "oneof": [
1005
+ "productTypeL5"
1006
+ ]
1007
+ }
1008
+ },
1009
+ "fields": {
1010
+ "reportCountryCode": {
1011
+ "type": "string",
1012
+ "id": 1,
1013
+ "options": {
1014
+ "proto3_optional": true
1015
+ }
1016
+ },
1017
+ "id": {
1018
+ "type": "string",
1019
+ "id": 2,
1020
+ "options": {
1021
+ "proto3_optional": true
1022
+ }
1023
+ },
1024
+ "offerId": {
1025
+ "type": "string",
1026
+ "id": 3,
1027
+ "options": {
1028
+ "proto3_optional": true
1029
+ }
1030
+ },
1031
+ "title": {
1032
+ "type": "string",
1033
+ "id": 4,
1034
+ "options": {
1035
+ "proto3_optional": true
1036
+ }
1037
+ },
1038
+ "brand": {
1039
+ "type": "string",
1040
+ "id": 5,
1041
+ "options": {
1042
+ "proto3_optional": true
1043
+ }
1044
+ },
1045
+ "categoryL1": {
1046
+ "type": "string",
1047
+ "id": 6,
1048
+ "options": {
1049
+ "proto3_optional": true
1050
+ }
1051
+ },
1052
+ "categoryL2": {
1053
+ "type": "string",
1054
+ "id": 7,
1055
+ "options": {
1056
+ "proto3_optional": true
1057
+ }
1058
+ },
1059
+ "categoryL3": {
1060
+ "type": "string",
1061
+ "id": 8,
1062
+ "options": {
1063
+ "proto3_optional": true
1064
+ }
1065
+ },
1066
+ "categoryL4": {
1067
+ "type": "string",
1068
+ "id": 9,
1069
+ "options": {
1070
+ "proto3_optional": true
1071
+ }
1072
+ },
1073
+ "categoryL5": {
1074
+ "type": "string",
1075
+ "id": 10,
1076
+ "options": {
1077
+ "proto3_optional": true
1078
+ }
1079
+ },
1080
+ "productTypeL1": {
1081
+ "type": "string",
1082
+ "id": 11,
1083
+ "options": {
1084
+ "proto3_optional": true
1085
+ }
1086
+ },
1087
+ "productTypeL2": {
1088
+ "type": "string",
1089
+ "id": 12,
1090
+ "options": {
1091
+ "proto3_optional": true
1092
+ }
1093
+ },
1094
+ "productTypeL3": {
1095
+ "type": "string",
1096
+ "id": 13,
1097
+ "options": {
1098
+ "proto3_optional": true
1099
+ }
1100
+ },
1101
+ "productTypeL4": {
1102
+ "type": "string",
1103
+ "id": 14,
1104
+ "options": {
1105
+ "proto3_optional": true
1106
+ }
1107
+ },
1108
+ "productTypeL5": {
1109
+ "type": "string",
1110
+ "id": 15,
1111
+ "options": {
1112
+ "proto3_optional": true
1113
+ }
1114
+ },
1115
+ "price": {
1116
+ "type": "google.shopping.type.Price",
1117
+ "id": 16
1118
+ },
1119
+ "benchmarkPrice": {
1120
+ "type": "google.shopping.type.Price",
1121
+ "id": 17
1122
+ }
1123
+ }
1124
+ },
1125
+ "PriceInsightsProductView": {
1126
+ "oneofs": {
1127
+ "_id": {
1128
+ "oneof": [
1129
+ "id"
1130
+ ]
1131
+ },
1132
+ "_offerId": {
1133
+ "oneof": [
1134
+ "offerId"
1135
+ ]
1136
+ },
1137
+ "_title": {
1138
+ "oneof": [
1139
+ "title"
1140
+ ]
1141
+ },
1142
+ "_brand": {
1143
+ "oneof": [
1144
+ "brand"
1145
+ ]
1146
+ },
1147
+ "_categoryL1": {
1148
+ "oneof": [
1149
+ "categoryL1"
1150
+ ]
1151
+ },
1152
+ "_categoryL2": {
1153
+ "oneof": [
1154
+ "categoryL2"
1155
+ ]
1156
+ },
1157
+ "_categoryL3": {
1158
+ "oneof": [
1159
+ "categoryL3"
1160
+ ]
1161
+ },
1162
+ "_categoryL4": {
1163
+ "oneof": [
1164
+ "categoryL4"
1165
+ ]
1166
+ },
1167
+ "_categoryL5": {
1168
+ "oneof": [
1169
+ "categoryL5"
1170
+ ]
1171
+ },
1172
+ "_productTypeL1": {
1173
+ "oneof": [
1174
+ "productTypeL1"
1175
+ ]
1176
+ },
1177
+ "_productTypeL2": {
1178
+ "oneof": [
1179
+ "productTypeL2"
1180
+ ]
1181
+ },
1182
+ "_productTypeL3": {
1183
+ "oneof": [
1184
+ "productTypeL3"
1185
+ ]
1186
+ },
1187
+ "_productTypeL4": {
1188
+ "oneof": [
1189
+ "productTypeL4"
1190
+ ]
1191
+ },
1192
+ "_productTypeL5": {
1193
+ "oneof": [
1194
+ "productTypeL5"
1195
+ ]
1196
+ },
1197
+ "_predictedImpressionsChangeFraction": {
1198
+ "oneof": [
1199
+ "predictedImpressionsChangeFraction"
1200
+ ]
1201
+ },
1202
+ "_predictedClicksChangeFraction": {
1203
+ "oneof": [
1204
+ "predictedClicksChangeFraction"
1205
+ ]
1206
+ },
1207
+ "_predictedConversionsChangeFraction": {
1208
+ "oneof": [
1209
+ "predictedConversionsChangeFraction"
1210
+ ]
1211
+ }
1212
+ },
1213
+ "fields": {
1214
+ "id": {
1215
+ "type": "string",
1216
+ "id": 1,
1217
+ "options": {
1218
+ "proto3_optional": true
1219
+ }
1220
+ },
1221
+ "offerId": {
1222
+ "type": "string",
1223
+ "id": 2,
1224
+ "options": {
1225
+ "proto3_optional": true
1226
+ }
1227
+ },
1228
+ "title": {
1229
+ "type": "string",
1230
+ "id": 3,
1231
+ "options": {
1232
+ "proto3_optional": true
1233
+ }
1234
+ },
1235
+ "brand": {
1236
+ "type": "string",
1237
+ "id": 4,
1238
+ "options": {
1239
+ "proto3_optional": true
1240
+ }
1241
+ },
1242
+ "categoryL1": {
1243
+ "type": "string",
1244
+ "id": 5,
1245
+ "options": {
1246
+ "proto3_optional": true
1247
+ }
1248
+ },
1249
+ "categoryL2": {
1250
+ "type": "string",
1251
+ "id": 6,
1252
+ "options": {
1253
+ "proto3_optional": true
1254
+ }
1255
+ },
1256
+ "categoryL3": {
1257
+ "type": "string",
1258
+ "id": 7,
1259
+ "options": {
1260
+ "proto3_optional": true
1261
+ }
1262
+ },
1263
+ "categoryL4": {
1264
+ "type": "string",
1265
+ "id": 8,
1266
+ "options": {
1267
+ "proto3_optional": true
1268
+ }
1269
+ },
1270
+ "categoryL5": {
1271
+ "type": "string",
1272
+ "id": 9,
1273
+ "options": {
1274
+ "proto3_optional": true
1275
+ }
1276
+ },
1277
+ "productTypeL1": {
1278
+ "type": "string",
1279
+ "id": 10,
1280
+ "options": {
1281
+ "proto3_optional": true
1282
+ }
1283
+ },
1284
+ "productTypeL2": {
1285
+ "type": "string",
1286
+ "id": 11,
1287
+ "options": {
1288
+ "proto3_optional": true
1289
+ }
1290
+ },
1291
+ "productTypeL3": {
1292
+ "type": "string",
1293
+ "id": 12,
1294
+ "options": {
1295
+ "proto3_optional": true
1296
+ }
1297
+ },
1298
+ "productTypeL4": {
1299
+ "type": "string",
1300
+ "id": 13,
1301
+ "options": {
1302
+ "proto3_optional": true
1303
+ }
1304
+ },
1305
+ "productTypeL5": {
1306
+ "type": "string",
1307
+ "id": 14,
1308
+ "options": {
1309
+ "proto3_optional": true
1310
+ }
1311
+ },
1312
+ "price": {
1313
+ "type": "google.shopping.type.Price",
1314
+ "id": 15
1315
+ },
1316
+ "suggestedPrice": {
1317
+ "type": "google.shopping.type.Price",
1318
+ "id": 16
1319
+ },
1320
+ "predictedImpressionsChangeFraction": {
1321
+ "type": "double",
1322
+ "id": 17,
1323
+ "options": {
1324
+ "proto3_optional": true
1325
+ }
1326
+ },
1327
+ "predictedClicksChangeFraction": {
1328
+ "type": "double",
1329
+ "id": 18,
1330
+ "options": {
1331
+ "proto3_optional": true
1332
+ }
1333
+ },
1334
+ "predictedConversionsChangeFraction": {
1335
+ "type": "double",
1336
+ "id": 19,
1337
+ "options": {
1338
+ "proto3_optional": true
1339
+ }
1340
+ },
1341
+ "effectiveness": {
1342
+ "type": "Effectiveness",
1343
+ "id": 22
1344
+ }
1345
+ },
1346
+ "nested": {
1347
+ "Effectiveness": {
1348
+ "values": {
1349
+ "EFFECTIVENESS_UNSPECIFIED": 0,
1350
+ "LOW": 1,
1351
+ "MEDIUM": 2,
1352
+ "HIGH": 3
1353
+ }
1354
+ }
1355
+ }
1356
+ },
1357
+ "BestSellersProductClusterView": {
1358
+ "oneofs": {
1359
+ "_reportGranularity": {
1360
+ "oneof": [
1361
+ "reportGranularity"
1362
+ ]
1363
+ },
1364
+ "_reportCountryCode": {
1365
+ "oneof": [
1366
+ "reportCountryCode"
1367
+ ]
1368
+ },
1369
+ "_reportCategoryId": {
1370
+ "oneof": [
1371
+ "reportCategoryId"
1372
+ ]
1373
+ },
1374
+ "_title": {
1375
+ "oneof": [
1376
+ "title"
1377
+ ]
1378
+ },
1379
+ "_brand": {
1380
+ "oneof": [
1381
+ "brand"
1382
+ ]
1383
+ },
1384
+ "_categoryL1": {
1385
+ "oneof": [
1386
+ "categoryL1"
1387
+ ]
1388
+ },
1389
+ "_categoryL2": {
1390
+ "oneof": [
1391
+ "categoryL2"
1392
+ ]
1393
+ },
1394
+ "_categoryL3": {
1395
+ "oneof": [
1396
+ "categoryL3"
1397
+ ]
1398
+ },
1399
+ "_categoryL4": {
1400
+ "oneof": [
1401
+ "categoryL4"
1402
+ ]
1403
+ },
1404
+ "_categoryL5": {
1405
+ "oneof": [
1406
+ "categoryL5"
1407
+ ]
1408
+ },
1409
+ "_inventoryStatus": {
1410
+ "oneof": [
1411
+ "inventoryStatus"
1412
+ ]
1413
+ },
1414
+ "_brandInventoryStatus": {
1415
+ "oneof": [
1416
+ "brandInventoryStatus"
1417
+ ]
1418
+ },
1419
+ "_rank": {
1420
+ "oneof": [
1421
+ "rank"
1422
+ ]
1423
+ },
1424
+ "_previousRank": {
1425
+ "oneof": [
1426
+ "previousRank"
1427
+ ]
1428
+ },
1429
+ "_relativeDemand": {
1430
+ "oneof": [
1431
+ "relativeDemand"
1432
+ ]
1433
+ },
1434
+ "_previousRelativeDemand": {
1435
+ "oneof": [
1436
+ "previousRelativeDemand"
1437
+ ]
1438
+ },
1439
+ "_relativeDemandChange": {
1440
+ "oneof": [
1441
+ "relativeDemandChange"
1442
+ ]
1443
+ }
1444
+ },
1445
+ "fields": {
1446
+ "reportDate": {
1447
+ "type": "google.type.Date",
1448
+ "id": 1
1449
+ },
1450
+ "reportGranularity": {
1451
+ "type": "ReportGranularity.ReportGranularityEnum",
1452
+ "id": 2,
1453
+ "options": {
1454
+ "proto3_optional": true
1455
+ }
1456
+ },
1457
+ "reportCountryCode": {
1458
+ "type": "string",
1459
+ "id": 3,
1460
+ "options": {
1461
+ "proto3_optional": true
1462
+ }
1463
+ },
1464
+ "reportCategoryId": {
1465
+ "type": "int64",
1466
+ "id": 4,
1467
+ "options": {
1468
+ "proto3_optional": true
1469
+ }
1470
+ },
1471
+ "title": {
1472
+ "type": "string",
1473
+ "id": 6,
1474
+ "options": {
1475
+ "proto3_optional": true
1476
+ }
1477
+ },
1478
+ "brand": {
1479
+ "type": "string",
1480
+ "id": 7,
1481
+ "options": {
1482
+ "proto3_optional": true
1483
+ }
1484
+ },
1485
+ "categoryL1": {
1486
+ "type": "string",
1487
+ "id": 8,
1488
+ "options": {
1489
+ "proto3_optional": true
1490
+ }
1491
+ },
1492
+ "categoryL2": {
1493
+ "type": "string",
1494
+ "id": 9,
1495
+ "options": {
1496
+ "proto3_optional": true
1497
+ }
1498
+ },
1499
+ "categoryL3": {
1500
+ "type": "string",
1501
+ "id": 10,
1502
+ "options": {
1503
+ "proto3_optional": true
1504
+ }
1505
+ },
1506
+ "categoryL4": {
1507
+ "type": "string",
1508
+ "id": 11,
1509
+ "options": {
1510
+ "proto3_optional": true
1511
+ }
1512
+ },
1513
+ "categoryL5": {
1514
+ "type": "string",
1515
+ "id": 12,
1516
+ "options": {
1517
+ "proto3_optional": true
1518
+ }
1519
+ },
1520
+ "variantGtins": {
1521
+ "rule": "repeated",
1522
+ "type": "string",
1523
+ "id": 13
1524
+ },
1525
+ "inventoryStatus": {
1526
+ "type": "InventoryStatus",
1527
+ "id": 14,
1528
+ "options": {
1529
+ "proto3_optional": true
1530
+ }
1531
+ },
1532
+ "brandInventoryStatus": {
1533
+ "type": "InventoryStatus",
1534
+ "id": 15,
1535
+ "options": {
1536
+ "proto3_optional": true
1537
+ }
1538
+ },
1539
+ "rank": {
1540
+ "type": "int64",
1541
+ "id": 16,
1542
+ "options": {
1543
+ "proto3_optional": true
1544
+ }
1545
+ },
1546
+ "previousRank": {
1547
+ "type": "int64",
1548
+ "id": 17,
1549
+ "options": {
1550
+ "proto3_optional": true
1551
+ }
1552
+ },
1553
+ "relativeDemand": {
1554
+ "type": "RelativeDemand.RelativeDemandEnum",
1555
+ "id": 18,
1556
+ "options": {
1557
+ "proto3_optional": true
1558
+ }
1559
+ },
1560
+ "previousRelativeDemand": {
1561
+ "type": "RelativeDemand.RelativeDemandEnum",
1562
+ "id": 19,
1563
+ "options": {
1564
+ "proto3_optional": true
1565
+ }
1566
+ },
1567
+ "relativeDemandChange": {
1568
+ "type": "RelativeDemandChangeType.RelativeDemandChangeTypeEnum",
1569
+ "id": 20,
1570
+ "options": {
1571
+ "proto3_optional": true
1572
+ }
1573
+ }
1574
+ },
1575
+ "nested": {
1576
+ "InventoryStatus": {
1577
+ "values": {
1578
+ "INVENTORY_STATUS_UNSPECIFIED": 0,
1579
+ "IN_STOCK": 1,
1580
+ "OUT_OF_STOCK": 2,
1581
+ "NOT_IN_INVENTORY": 3
1582
+ }
1583
+ }
1584
+ }
1585
+ },
1586
+ "BestSellersBrandView": {
1587
+ "oneofs": {
1588
+ "_reportGranularity": {
1589
+ "oneof": [
1590
+ "reportGranularity"
1591
+ ]
1592
+ },
1593
+ "_reportCountryCode": {
1594
+ "oneof": [
1595
+ "reportCountryCode"
1596
+ ]
1597
+ },
1598
+ "_reportCategoryId": {
1599
+ "oneof": [
1600
+ "reportCategoryId"
1601
+ ]
1602
+ },
1603
+ "_brand": {
1604
+ "oneof": [
1605
+ "brand"
1606
+ ]
1607
+ },
1608
+ "_rank": {
1609
+ "oneof": [
1610
+ "rank"
1611
+ ]
1612
+ },
1613
+ "_previousRank": {
1614
+ "oneof": [
1615
+ "previousRank"
1616
+ ]
1617
+ },
1618
+ "_relativeDemand": {
1619
+ "oneof": [
1620
+ "relativeDemand"
1621
+ ]
1622
+ },
1623
+ "_previousRelativeDemand": {
1624
+ "oneof": [
1625
+ "previousRelativeDemand"
1626
+ ]
1627
+ },
1628
+ "_relativeDemandChange": {
1629
+ "oneof": [
1630
+ "relativeDemandChange"
1631
+ ]
1632
+ }
1633
+ },
1634
+ "fields": {
1635
+ "reportDate": {
1636
+ "type": "google.type.Date",
1637
+ "id": 1
1638
+ },
1639
+ "reportGranularity": {
1640
+ "type": "ReportGranularity.ReportGranularityEnum",
1641
+ "id": 2,
1642
+ "options": {
1643
+ "proto3_optional": true
1644
+ }
1645
+ },
1646
+ "reportCountryCode": {
1647
+ "type": "string",
1648
+ "id": 3,
1649
+ "options": {
1650
+ "proto3_optional": true
1651
+ }
1652
+ },
1653
+ "reportCategoryId": {
1654
+ "type": "int64",
1655
+ "id": 4,
1656
+ "options": {
1657
+ "proto3_optional": true
1658
+ }
1659
+ },
1660
+ "brand": {
1661
+ "type": "string",
1662
+ "id": 6,
1663
+ "options": {
1664
+ "proto3_optional": true
1665
+ }
1666
+ },
1667
+ "rank": {
1668
+ "type": "int64",
1669
+ "id": 7,
1670
+ "options": {
1671
+ "proto3_optional": true
1672
+ }
1673
+ },
1674
+ "previousRank": {
1675
+ "type": "int64",
1676
+ "id": 8,
1677
+ "options": {
1678
+ "proto3_optional": true
1679
+ }
1680
+ },
1681
+ "relativeDemand": {
1682
+ "type": "RelativeDemand.RelativeDemandEnum",
1683
+ "id": 9,
1684
+ "options": {
1685
+ "proto3_optional": true
1686
+ }
1687
+ },
1688
+ "previousRelativeDemand": {
1689
+ "type": "RelativeDemand.RelativeDemandEnum",
1690
+ "id": 10,
1691
+ "options": {
1692
+ "proto3_optional": true
1693
+ }
1694
+ },
1695
+ "relativeDemandChange": {
1696
+ "type": "RelativeDemandChangeType.RelativeDemandChangeTypeEnum",
1697
+ "id": 11,
1698
+ "options": {
1699
+ "proto3_optional": true
1700
+ }
1701
+ }
1702
+ }
1703
+ },
1704
+ "NonProductPerformanceView": {
1705
+ "oneofs": {
1706
+ "_clicks": {
1707
+ "oneof": [
1708
+ "clicks"
1709
+ ]
1710
+ },
1711
+ "_impressions": {
1712
+ "oneof": [
1713
+ "impressions"
1714
+ ]
1715
+ },
1716
+ "_clickThroughRate": {
1717
+ "oneof": [
1718
+ "clickThroughRate"
1719
+ ]
1720
+ }
1721
+ },
1722
+ "fields": {
1723
+ "date": {
1724
+ "type": "google.type.Date",
1725
+ "id": 1
1726
+ },
1727
+ "week": {
1728
+ "type": "google.type.Date",
1729
+ "id": 2
1730
+ },
1731
+ "clicks": {
1732
+ "type": "int64",
1733
+ "id": 3,
1734
+ "options": {
1735
+ "proto3_optional": true
1736
+ }
1737
+ },
1738
+ "impressions": {
1739
+ "type": "int64",
1740
+ "id": 4,
1741
+ "options": {
1742
+ "proto3_optional": true
1743
+ }
1744
+ },
1745
+ "clickThroughRate": {
1746
+ "type": "double",
1747
+ "id": 5,
1748
+ "options": {
1749
+ "proto3_optional": true
1750
+ }
1751
+ }
1752
+ }
1753
+ },
1754
+ "CompetitiveVisibilityCompetitorView": {
1755
+ "oneofs": {
1756
+ "_domain": {
1757
+ "oneof": [
1758
+ "domain"
1759
+ ]
1760
+ },
1761
+ "_isYourDomain": {
1762
+ "oneof": [
1763
+ "isYourDomain"
1764
+ ]
1765
+ },
1766
+ "_reportCountryCode": {
1767
+ "oneof": [
1768
+ "reportCountryCode"
1769
+ ]
1770
+ },
1771
+ "_reportCategoryId": {
1772
+ "oneof": [
1773
+ "reportCategoryId"
1774
+ ]
1775
+ },
1776
+ "_trafficSource": {
1777
+ "oneof": [
1778
+ "trafficSource"
1779
+ ]
1780
+ },
1781
+ "_rank": {
1782
+ "oneof": [
1783
+ "rank"
1784
+ ]
1785
+ },
1786
+ "_adsOrganicRatio": {
1787
+ "oneof": [
1788
+ "adsOrganicRatio"
1789
+ ]
1790
+ },
1791
+ "_pageOverlapRate": {
1792
+ "oneof": [
1793
+ "pageOverlapRate"
1794
+ ]
1795
+ },
1796
+ "_higherPositionRate": {
1797
+ "oneof": [
1798
+ "higherPositionRate"
1799
+ ]
1800
+ },
1801
+ "_relativeVisibility": {
1802
+ "oneof": [
1803
+ "relativeVisibility"
1804
+ ]
1805
+ }
1806
+ },
1807
+ "fields": {
1808
+ "date": {
1809
+ "type": "google.type.Date",
1810
+ "id": 1
1811
+ },
1812
+ "domain": {
1813
+ "type": "string",
1814
+ "id": 2,
1815
+ "options": {
1816
+ "proto3_optional": true
1817
+ }
1818
+ },
1819
+ "isYourDomain": {
1820
+ "type": "bool",
1821
+ "id": 3,
1822
+ "options": {
1823
+ "proto3_optional": true
1824
+ }
1825
+ },
1826
+ "reportCountryCode": {
1827
+ "type": "string",
1828
+ "id": 4,
1829
+ "options": {
1830
+ "proto3_optional": true
1831
+ }
1832
+ },
1833
+ "reportCategoryId": {
1834
+ "type": "int64",
1835
+ "id": 5,
1836
+ "options": {
1837
+ "proto3_optional": true
1838
+ }
1839
+ },
1840
+ "trafficSource": {
1841
+ "type": "TrafficSource.TrafficSourceEnum",
1842
+ "id": 6,
1843
+ "options": {
1844
+ "proto3_optional": true
1845
+ }
1846
+ },
1847
+ "rank": {
1848
+ "type": "int64",
1849
+ "id": 7,
1850
+ "options": {
1851
+ "proto3_optional": true
1852
+ }
1853
+ },
1854
+ "adsOrganicRatio": {
1855
+ "type": "double",
1856
+ "id": 8,
1857
+ "options": {
1858
+ "proto3_optional": true
1859
+ }
1860
+ },
1861
+ "pageOverlapRate": {
1862
+ "type": "double",
1863
+ "id": 9,
1864
+ "options": {
1865
+ "proto3_optional": true
1866
+ }
1867
+ },
1868
+ "higherPositionRate": {
1869
+ "type": "double",
1870
+ "id": 10,
1871
+ "options": {
1872
+ "proto3_optional": true
1873
+ }
1874
+ },
1875
+ "relativeVisibility": {
1876
+ "type": "double",
1877
+ "id": 11,
1878
+ "options": {
1879
+ "proto3_optional": true
1880
+ }
1881
+ }
1882
+ }
1883
+ },
1884
+ "CompetitiveVisibilityTopMerchantView": {
1885
+ "oneofs": {
1886
+ "_domain": {
1887
+ "oneof": [
1888
+ "domain"
1889
+ ]
1890
+ },
1891
+ "_isYourDomain": {
1892
+ "oneof": [
1893
+ "isYourDomain"
1894
+ ]
1895
+ },
1896
+ "_reportCountryCode": {
1897
+ "oneof": [
1898
+ "reportCountryCode"
1899
+ ]
1900
+ },
1901
+ "_reportCategoryId": {
1902
+ "oneof": [
1903
+ "reportCategoryId"
1904
+ ]
1905
+ },
1906
+ "_trafficSource": {
1907
+ "oneof": [
1908
+ "trafficSource"
1909
+ ]
1910
+ },
1911
+ "_rank": {
1912
+ "oneof": [
1913
+ "rank"
1914
+ ]
1915
+ },
1916
+ "_adsOrganicRatio": {
1917
+ "oneof": [
1918
+ "adsOrganicRatio"
1919
+ ]
1920
+ },
1921
+ "_pageOverlapRate": {
1922
+ "oneof": [
1923
+ "pageOverlapRate"
1924
+ ]
1925
+ },
1926
+ "_higherPositionRate": {
1927
+ "oneof": [
1928
+ "higherPositionRate"
1929
+ ]
1930
+ }
1931
+ },
1932
+ "fields": {
1933
+ "date": {
1934
+ "type": "google.type.Date",
1935
+ "id": 1
1936
+ },
1937
+ "domain": {
1938
+ "type": "string",
1939
+ "id": 2,
1940
+ "options": {
1941
+ "proto3_optional": true
1942
+ }
1943
+ },
1944
+ "isYourDomain": {
1945
+ "type": "bool",
1946
+ "id": 3,
1947
+ "options": {
1948
+ "proto3_optional": true
1949
+ }
1950
+ },
1951
+ "reportCountryCode": {
1952
+ "type": "string",
1953
+ "id": 4,
1954
+ "options": {
1955
+ "proto3_optional": true
1956
+ }
1957
+ },
1958
+ "reportCategoryId": {
1959
+ "type": "int64",
1960
+ "id": 5,
1961
+ "options": {
1962
+ "proto3_optional": true
1963
+ }
1964
+ },
1965
+ "trafficSource": {
1966
+ "type": "TrafficSource.TrafficSourceEnum",
1967
+ "id": 6,
1968
+ "options": {
1969
+ "proto3_optional": true
1970
+ }
1971
+ },
1972
+ "rank": {
1973
+ "type": "int64",
1974
+ "id": 7,
1975
+ "options": {
1976
+ "proto3_optional": true
1977
+ }
1978
+ },
1979
+ "adsOrganicRatio": {
1980
+ "type": "double",
1981
+ "id": 8,
1982
+ "options": {
1983
+ "proto3_optional": true
1984
+ }
1985
+ },
1986
+ "pageOverlapRate": {
1987
+ "type": "double",
1988
+ "id": 9,
1989
+ "options": {
1990
+ "proto3_optional": true
1991
+ }
1992
+ },
1993
+ "higherPositionRate": {
1994
+ "type": "double",
1995
+ "id": 10,
1996
+ "options": {
1997
+ "proto3_optional": true
1998
+ }
1999
+ }
2000
+ }
2001
+ },
2002
+ "CompetitiveVisibilityBenchmarkView": {
2003
+ "oneofs": {
2004
+ "_reportCountryCode": {
2005
+ "oneof": [
2006
+ "reportCountryCode"
2007
+ ]
2008
+ },
2009
+ "_reportCategoryId": {
2010
+ "oneof": [
2011
+ "reportCategoryId"
2012
+ ]
2013
+ },
2014
+ "_trafficSource": {
2015
+ "oneof": [
2016
+ "trafficSource"
2017
+ ]
2018
+ },
2019
+ "_yourDomainVisibilityTrend": {
2020
+ "oneof": [
2021
+ "yourDomainVisibilityTrend"
2022
+ ]
2023
+ },
2024
+ "_categoryBenchmarkVisibilityTrend": {
2025
+ "oneof": [
2026
+ "categoryBenchmarkVisibilityTrend"
2027
+ ]
2028
+ }
2029
+ },
2030
+ "fields": {
2031
+ "date": {
2032
+ "type": "google.type.Date",
2033
+ "id": 1
2034
+ },
2035
+ "reportCountryCode": {
2036
+ "type": "string",
2037
+ "id": 2,
2038
+ "options": {
2039
+ "proto3_optional": true
2040
+ }
2041
+ },
2042
+ "reportCategoryId": {
2043
+ "type": "int64",
2044
+ "id": 3,
2045
+ "options": {
2046
+ "proto3_optional": true
2047
+ }
2048
+ },
2049
+ "trafficSource": {
2050
+ "type": "TrafficSource.TrafficSourceEnum",
2051
+ "id": 4,
2052
+ "options": {
2053
+ "proto3_optional": true
2054
+ }
2055
+ },
2056
+ "yourDomainVisibilityTrend": {
2057
+ "type": "double",
2058
+ "id": 5,
2059
+ "options": {
2060
+ "proto3_optional": true
2061
+ }
2062
+ },
2063
+ "categoryBenchmarkVisibilityTrend": {
2064
+ "type": "double",
2065
+ "id": 6,
2066
+ "options": {
2067
+ "proto3_optional": true
2068
+ }
2069
+ }
2070
+ }
2071
+ },
2072
+ "MarketingMethod": {
2073
+ "fields": {},
2074
+ "nested": {
2075
+ "MarketingMethodEnum": {
2076
+ "values": {
2077
+ "MARKETING_METHOD_ENUM_UNSPECIFIED": 0,
2078
+ "ORGANIC": 1,
2079
+ "ADS": 2
2080
+ }
2081
+ }
2082
+ }
2083
+ },
2084
+ "ReportGranularity": {
2085
+ "fields": {},
2086
+ "nested": {
2087
+ "ReportGranularityEnum": {
2088
+ "values": {
2089
+ "REPORT_GRANULARITY_ENUM_UNSPECIFIED": 0,
2090
+ "WEEKLY": 1,
2091
+ "MONTHLY": 2
2092
+ }
2093
+ }
2094
+ }
2095
+ },
2096
+ "RelativeDemand": {
2097
+ "fields": {},
2098
+ "nested": {
2099
+ "RelativeDemandEnum": {
2100
+ "values": {
2101
+ "RELATIVE_DEMAND_ENUM_UNSPECIFIED": 0,
2102
+ "VERY_LOW": 10,
2103
+ "LOW": 20,
2104
+ "MEDIUM": 30,
2105
+ "HIGH": 40,
2106
+ "VERY_HIGH": 50
2107
+ }
2108
+ }
2109
+ }
2110
+ },
2111
+ "RelativeDemandChangeType": {
2112
+ "fields": {},
2113
+ "nested": {
2114
+ "RelativeDemandChangeTypeEnum": {
2115
+ "values": {
2116
+ "RELATIVE_DEMAND_CHANGE_TYPE_ENUM_UNSPECIFIED": 0,
2117
+ "SINKER": 1,
2118
+ "FLAT": 2,
2119
+ "RISER": 3
2120
+ }
2121
+ }
2122
+ }
2123
+ },
2124
+ "TrafficSource": {
2125
+ "fields": {},
2126
+ "nested": {
2127
+ "TrafficSourceEnum": {
2128
+ "values": {
2129
+ "TRAFFIC_SOURCE_ENUM_UNSPECIFIED": 0,
2130
+ "ORGANIC": 1,
2131
+ "ADS": 2,
2132
+ "ALL": 3
2133
+ }
2134
+ }
2135
+ }
2136
+ },
2137
+ "YoutubeCreatorPerformanceView": {
2138
+ "oneofs": {
2139
+ "_title": {
2140
+ "oneof": [
2141
+ "title"
2142
+ ]
2143
+ },
2144
+ "_channelId": {
2145
+ "oneof": [
2146
+ "channelId"
2147
+ ]
2148
+ },
2149
+ "_grossSales": {
2150
+ "oneof": [
2151
+ "grossSales"
2152
+ ]
2153
+ },
2154
+ "_commissions": {
2155
+ "oneof": [
2156
+ "commissions"
2157
+ ]
2158
+ },
2159
+ "_orders": {
2160
+ "oneof": [
2161
+ "orders"
2162
+ ]
2163
+ },
2164
+ "_views": {
2165
+ "oneof": [
2166
+ "views"
2167
+ ]
2168
+ },
2169
+ "_clicks": {
2170
+ "oneof": [
2171
+ "clicks"
2172
+ ]
2173
+ },
2174
+ "_netSales": {
2175
+ "oneof": [
2176
+ "netSales"
2177
+ ]
2178
+ }
2179
+ },
2180
+ "fields": {
2181
+ "date": {
2182
+ "type": "google.type.Date",
2183
+ "id": 1
2184
+ },
2185
+ "title": {
2186
+ "type": "string",
2187
+ "id": 2,
2188
+ "options": {
2189
+ "proto3_optional": true
2190
+ }
2191
+ },
2192
+ "channelId": {
2193
+ "type": "string",
2194
+ "id": 3,
2195
+ "options": {
2196
+ "proto3_optional": true
2197
+ }
2198
+ },
2199
+ "grossSales": {
2200
+ "type": "google.shopping.type.Price",
2201
+ "id": 4,
2202
+ "options": {
2203
+ "proto3_optional": true
2204
+ }
2205
+ },
2206
+ "commissions": {
2207
+ "type": "google.shopping.type.Price",
2208
+ "id": 5,
2209
+ "options": {
2210
+ "proto3_optional": true
2211
+ }
2212
+ },
2213
+ "orders": {
2214
+ "type": "int64",
2215
+ "id": 6,
2216
+ "options": {
2217
+ "proto3_optional": true
2218
+ }
2219
+ },
2220
+ "views": {
2221
+ "type": "int64",
2222
+ "id": 7,
2223
+ "options": {
2224
+ "proto3_optional": true
2225
+ }
2226
+ },
2227
+ "clicks": {
2228
+ "type": "int64",
2229
+ "id": 8,
2230
+ "options": {
2231
+ "proto3_optional": true
2232
+ }
2233
+ },
2234
+ "netSales": {
2235
+ "type": "google.shopping.type.Price",
2236
+ "id": 9,
2237
+ "options": {
2238
+ "proto3_optional": true
2239
+ }
2240
+ }
2241
+ }
2242
+ },
2243
+ "YoutubeContentPerformanceView": {
2244
+ "oneofs": {
2245
+ "_title": {
2246
+ "oneof": [
2247
+ "title"
2248
+ ]
2249
+ },
2250
+ "_videoId": {
2251
+ "oneof": [
2252
+ "videoId"
2253
+ ]
2254
+ },
2255
+ "_channelTitle": {
2256
+ "oneof": [
2257
+ "channelTitle"
2258
+ ]
2259
+ },
2260
+ "_channelId": {
2261
+ "oneof": [
2262
+ "channelId"
2263
+ ]
2264
+ },
2265
+ "_grossSales": {
2266
+ "oneof": [
2267
+ "grossSales"
2268
+ ]
2269
+ },
2270
+ "_commissions": {
2271
+ "oneof": [
2272
+ "commissions"
2273
+ ]
2274
+ },
2275
+ "_orders": {
2276
+ "oneof": [
2277
+ "orders"
2278
+ ]
2279
+ },
2280
+ "_views": {
2281
+ "oneof": [
2282
+ "views"
2283
+ ]
2284
+ },
2285
+ "_clicks": {
2286
+ "oneof": [
2287
+ "clicks"
2288
+ ]
2289
+ },
2290
+ "_netSales": {
2291
+ "oneof": [
2292
+ "netSales"
2293
+ ]
2294
+ }
2295
+ },
2296
+ "fields": {
2297
+ "date": {
2298
+ "type": "google.type.Date",
2299
+ "id": 1
2300
+ },
2301
+ "title": {
2302
+ "type": "string",
2303
+ "id": 2,
2304
+ "options": {
2305
+ "proto3_optional": true
2306
+ }
2307
+ },
2308
+ "videoId": {
2309
+ "type": "string",
2310
+ "id": 3,
2311
+ "options": {
2312
+ "proto3_optional": true
2313
+ }
2314
+ },
2315
+ "channelTitle": {
2316
+ "type": "string",
2317
+ "id": 4,
2318
+ "options": {
2319
+ "proto3_optional": true
2320
+ }
2321
+ },
2322
+ "channelId": {
2323
+ "type": "string",
2324
+ "id": 5,
2325
+ "options": {
2326
+ "proto3_optional": true
2327
+ }
2328
+ },
2329
+ "grossSales": {
2330
+ "type": "google.shopping.type.Price",
2331
+ "id": 6,
2332
+ "options": {
2333
+ "proto3_optional": true
2334
+ }
2335
+ },
2336
+ "commissions": {
2337
+ "type": "google.shopping.type.Price",
2338
+ "id": 7,
2339
+ "options": {
2340
+ "proto3_optional": true
2341
+ }
2342
+ },
2343
+ "orders": {
2344
+ "type": "int64",
2345
+ "id": 8,
2346
+ "options": {
2347
+ "proto3_optional": true
2348
+ }
2349
+ },
2350
+ "views": {
2351
+ "type": "int64",
2352
+ "id": 9,
2353
+ "options": {
2354
+ "proto3_optional": true
2355
+ }
2356
+ },
2357
+ "clicks": {
2358
+ "type": "int64",
2359
+ "id": 10,
2360
+ "options": {
2361
+ "proto3_optional": true
2362
+ }
2363
+ },
2364
+ "netSales": {
2365
+ "type": "google.shopping.type.Price",
2366
+ "id": 11,
2367
+ "options": {
2368
+ "proto3_optional": true
2369
+ }
2370
+ }
2371
+ }
2372
+ },
2373
+ "YoutubeProductPerformanceView": {
2374
+ "oneofs": {
2375
+ "_title": {
2376
+ "oneof": [
2377
+ "title"
2378
+ ]
2379
+ },
2380
+ "_offerId": {
2381
+ "oneof": [
2382
+ "offerId"
2383
+ ]
2384
+ },
2385
+ "_distinctVideoCount": {
2386
+ "oneof": [
2387
+ "distinctVideoCount"
2388
+ ]
2389
+ },
2390
+ "_distinctCreatorCount": {
2391
+ "oneof": [
2392
+ "distinctCreatorCount"
2393
+ ]
2394
+ },
2395
+ "_grossSales": {
2396
+ "oneof": [
2397
+ "grossSales"
2398
+ ]
2399
+ },
2400
+ "_commissions": {
2401
+ "oneof": [
2402
+ "commissions"
2403
+ ]
2404
+ },
2405
+ "_orders": {
2406
+ "oneof": [
2407
+ "orders"
2408
+ ]
2409
+ },
2410
+ "_views": {
2411
+ "oneof": [
2412
+ "views"
2413
+ ]
2414
+ },
2415
+ "_clicks": {
2416
+ "oneof": [
2417
+ "clicks"
2418
+ ]
2419
+ },
2420
+ "_netSales": {
2421
+ "oneof": [
2422
+ "netSales"
2423
+ ]
2424
+ }
2425
+ },
2426
+ "fields": {
2427
+ "date": {
2428
+ "type": "google.type.Date",
2429
+ "id": 1
2430
+ },
2431
+ "title": {
2432
+ "type": "string",
2433
+ "id": 2,
2434
+ "options": {
2435
+ "proto3_optional": true
2436
+ }
2437
+ },
2438
+ "offerId": {
2439
+ "type": "string",
2440
+ "id": 3,
2441
+ "options": {
2442
+ "proto3_optional": true
2443
+ }
2444
+ },
2445
+ "distinctVideoCount": {
2446
+ "type": "int64",
2447
+ "id": 4,
2448
+ "options": {
2449
+ "proto3_optional": true
2450
+ }
2451
+ },
2452
+ "distinctCreatorCount": {
2453
+ "type": "int64",
2454
+ "id": 5,
2455
+ "options": {
2456
+ "proto3_optional": true
2457
+ }
2458
+ },
2459
+ "grossSales": {
2460
+ "type": "google.shopping.type.Price",
2461
+ "id": 6,
2462
+ "options": {
2463
+ "proto3_optional": true
2464
+ }
2465
+ },
2466
+ "commissions": {
2467
+ "type": "google.shopping.type.Price",
2468
+ "id": 7,
2469
+ "options": {
2470
+ "proto3_optional": true
2471
+ }
2472
+ },
2473
+ "orders": {
2474
+ "type": "int64",
2475
+ "id": 8,
2476
+ "options": {
2477
+ "proto3_optional": true
2478
+ }
2479
+ },
2480
+ "views": {
2481
+ "type": "int64",
2482
+ "id": 9,
2483
+ "options": {
2484
+ "proto3_optional": true
2485
+ }
2486
+ },
2487
+ "clicks": {
2488
+ "type": "int64",
2489
+ "id": 10,
2490
+ "options": {
2491
+ "proto3_optional": true
2492
+ }
2493
+ },
2494
+ "netSales": {
2495
+ "type": "google.shopping.type.Price",
2496
+ "id": 11,
2497
+ "options": {
2498
+ "proto3_optional": true
2499
+ }
2500
+ }
2501
+ }
2502
+ }
2503
+ }
2504
+ },
11
2505
  "v1beta": {
12
2506
  "options": {
13
2507
  "go_package": "cloud.google.com/go/shopping/merchant/reports/apiv1beta/reportspb;reportspb",
@@ -2300,8 +4794,7 @@
2300
4794
  "java_multiple_files": true,
2301
4795
  "java_outer_classname": "FieldBehaviorProto",
2302
4796
  "java_package": "com.google.api",
2303
- "objc_class_prefix": "GAPI",
2304
- "cc_enable_arenas": true
4797
+ "objc_class_prefix": "GAPI"
2305
4798
  },
2306
4799
  "nested": {
2307
4800
  "http": {
@@ -2425,6 +4918,10 @@
2425
4918
  "rule": "repeated",
2426
4919
  "type": "ClientLibraryDestination",
2427
4920
  "id": 2
4921
+ },
4922
+ "selectiveGapicGeneration": {
4923
+ "type": "SelectiveGapicGeneration",
4924
+ "id": 3
2428
4925
  }
2429
4926
  }
2430
4927
  },
@@ -2565,6 +5062,28 @@
2565
5062
  "common": {
2566
5063
  "type": "CommonLanguageSettings",
2567
5064
  "id": 1
5065
+ },
5066
+ "experimentalFeatures": {
5067
+ "type": "ExperimentalFeatures",
5068
+ "id": 2
5069
+ }
5070
+ },
5071
+ "nested": {
5072
+ "ExperimentalFeatures": {
5073
+ "fields": {
5074
+ "restAsyncIoEnabled": {
5075
+ "type": "bool",
5076
+ "id": 1
5077
+ },
5078
+ "protobufPythonicTypesEnabled": {
5079
+ "type": "bool",
5080
+ "id": 2
5081
+ },
5082
+ "unversionedPackageDisabled": {
5083
+ "type": "bool",
5084
+ "id": 3
5085
+ }
5086
+ }
2568
5087
  }
2569
5088
  }
2570
5089
  },
@@ -2622,6 +5141,11 @@
2622
5141
  "common": {
2623
5142
  "type": "CommonLanguageSettings",
2624
5143
  "id": 1
5144
+ },
5145
+ "renamedServices": {
5146
+ "keyType": "string",
5147
+ "type": "string",
5148
+ "id": 2
2625
5149
  }
2626
5150
  }
2627
5151
  },
@@ -2683,6 +5207,19 @@
2683
5207
  "PACKAGE_MANAGER": 20
2684
5208
  }
2685
5209
  },
5210
+ "SelectiveGapicGeneration": {
5211
+ "fields": {
5212
+ "methods": {
5213
+ "rule": "repeated",
5214
+ "type": "string",
5215
+ "id": 1
5216
+ },
5217
+ "generateOmittedAsInternal": {
5218
+ "type": "bool",
5219
+ "id": 2
5220
+ }
5221
+ }
5222
+ },
2686
5223
  "LaunchStage": {
2687
5224
  "values": {
2688
5225
  "LAUNCH_STAGE_UNSPECIFIED": 0,
@@ -2738,12 +5275,19 @@
2738
5275
  "type": "FileDescriptorProto",
2739
5276
  "id": 1
2740
5277
  }
2741
- }
5278
+ },
5279
+ "extensions": [
5280
+ [
5281
+ 536000000,
5282
+ 536000000
5283
+ ]
5284
+ ]
2742
5285
  },
2743
5286
  "Edition": {
2744
5287
  "edition": "proto2",
2745
5288
  "values": {
2746
5289
  "EDITION_UNKNOWN": 0,
5290
+ "EDITION_LEGACY": 900,
2747
5291
  "EDITION_PROTO2": 998,
2748
5292
  "EDITION_PROTO3": 999,
2749
5293
  "EDITION_2023": 1000,
@@ -2782,6 +5326,11 @@
2782
5326
  "type": "int32",
2783
5327
  "id": 11
2784
5328
  },
5329
+ "optionDependency": {
5330
+ "rule": "repeated",
5331
+ "type": "string",
5332
+ "id": 15
5333
+ },
2785
5334
  "messageType": {
2786
5335
  "rule": "repeated",
2787
5336
  "type": "DescriptorProto",
@@ -2870,6 +5419,10 @@
2870
5419
  "rule": "repeated",
2871
5420
  "type": "string",
2872
5421
  "id": 10
5422
+ },
5423
+ "visibility": {
5424
+ "type": "SymbolVisibility",
5425
+ "id": 11
2873
5426
  }
2874
5427
  },
2875
5428
  "nested": {
@@ -3095,6 +5648,10 @@
3095
5648
  "rule": "repeated",
3096
5649
  "type": "string",
3097
5650
  "id": 5
5651
+ },
5652
+ "visibility": {
5653
+ "type": "SymbolVisibility",
5654
+ "id": 6
3098
5655
  }
3099
5656
  },
3100
5657
  "nested": {
@@ -3309,6 +5866,7 @@
3309
5866
  42,
3310
5867
  42
3311
5868
  ],
5869
+ "php_generic_services",
3312
5870
  [
3313
5871
  38,
3314
5872
  38
@@ -3444,7 +6002,8 @@
3444
6002
  "type": "bool",
3445
6003
  "id": 10,
3446
6004
  "options": {
3447
- "default": false
6005
+ "default": false,
6006
+ "deprecated": true
3448
6007
  }
3449
6008
  },
3450
6009
  "debugRedact": {
@@ -3472,6 +6031,10 @@
3472
6031
  "type": "FeatureSet",
3473
6032
  "id": 21
3474
6033
  },
6034
+ "featureSupport": {
6035
+ "type": "FeatureSupport",
6036
+ "id": 22
6037
+ },
3475
6038
  "uninterpretedOption": {
3476
6039
  "rule": "repeated",
3477
6040
  "type": "UninterpretedOption",
@@ -3541,6 +6104,26 @@
3541
6104
  "id": 2
3542
6105
  }
3543
6106
  }
6107
+ },
6108
+ "FeatureSupport": {
6109
+ "fields": {
6110
+ "editionIntroduced": {
6111
+ "type": "Edition",
6112
+ "id": 1
6113
+ },
6114
+ "editionDeprecated": {
6115
+ "type": "Edition",
6116
+ "id": 2
6117
+ },
6118
+ "deprecationWarning": {
6119
+ "type": "string",
6120
+ "id": 3
6121
+ },
6122
+ "editionRemoved": {
6123
+ "type": "Edition",
6124
+ "id": 4
6125
+ }
6126
+ }
3544
6127
  }
3545
6128
  }
3546
6129
  },
@@ -3629,6 +6212,10 @@
3629
6212
  "default": false
3630
6213
  }
3631
6214
  },
6215
+ "featureSupport": {
6216
+ "type": "FieldOptions.FeatureSupport",
6217
+ "id": 4
6218
+ },
3632
6219
  "uninterpretedOption": {
3633
6220
  "rule": "repeated",
3634
6221
  "type": "UninterpretedOption",
@@ -3771,6 +6358,7 @@
3771
6358
  "options": {
3772
6359
  "retention": "RETENTION_RUNTIME",
3773
6360
  "targets": "TARGET_TYPE_FILE",
6361
+ "feature_support.edition_introduced": "EDITION_2023",
3774
6362
  "edition_defaults.edition": "EDITION_2023",
3775
6363
  "edition_defaults.value": "EXPLICIT"
3776
6364
  }
@@ -3781,6 +6369,7 @@
3781
6369
  "options": {
3782
6370
  "retention": "RETENTION_RUNTIME",
3783
6371
  "targets": "TARGET_TYPE_FILE",
6372
+ "feature_support.edition_introduced": "EDITION_2023",
3784
6373
  "edition_defaults.edition": "EDITION_PROTO3",
3785
6374
  "edition_defaults.value": "OPEN"
3786
6375
  }
@@ -3791,6 +6380,7 @@
3791
6380
  "options": {
3792
6381
  "retention": "RETENTION_RUNTIME",
3793
6382
  "targets": "TARGET_TYPE_FILE",
6383
+ "feature_support.edition_introduced": "EDITION_2023",
3794
6384
  "edition_defaults.edition": "EDITION_PROTO3",
3795
6385
  "edition_defaults.value": "PACKED"
3796
6386
  }
@@ -3801,6 +6391,7 @@
3801
6391
  "options": {
3802
6392
  "retention": "RETENTION_RUNTIME",
3803
6393
  "targets": "TARGET_TYPE_FILE",
6394
+ "feature_support.edition_introduced": "EDITION_2023",
3804
6395
  "edition_defaults.edition": "EDITION_PROTO3",
3805
6396
  "edition_defaults.value": "VERIFY"
3806
6397
  }
@@ -3811,7 +6402,8 @@
3811
6402
  "options": {
3812
6403
  "retention": "RETENTION_RUNTIME",
3813
6404
  "targets": "TARGET_TYPE_FILE",
3814
- "edition_defaults.edition": "EDITION_PROTO2",
6405
+ "feature_support.edition_introduced": "EDITION_2023",
6406
+ "edition_defaults.edition": "EDITION_LEGACY",
3815
6407
  "edition_defaults.value": "LENGTH_PREFIXED"
3816
6408
  }
3817
6409
  },
@@ -3821,27 +6413,38 @@
3821
6413
  "options": {
3822
6414
  "retention": "RETENTION_RUNTIME",
3823
6415
  "targets": "TARGET_TYPE_FILE",
6416
+ "feature_support.edition_introduced": "EDITION_2023",
3824
6417
  "edition_defaults.edition": "EDITION_PROTO3",
3825
6418
  "edition_defaults.value": "ALLOW"
3826
6419
  }
6420
+ },
6421
+ "enforceNamingStyle": {
6422
+ "type": "EnforceNamingStyle",
6423
+ "id": 7,
6424
+ "options": {
6425
+ "retention": "RETENTION_SOURCE",
6426
+ "targets": "TARGET_TYPE_METHOD",
6427
+ "feature_support.edition_introduced": "EDITION_2024",
6428
+ "edition_defaults.edition": "EDITION_2024",
6429
+ "edition_defaults.value": "STYLE2024"
6430
+ }
6431
+ },
6432
+ "defaultSymbolVisibility": {
6433
+ "type": "VisibilityFeature.DefaultSymbolVisibility",
6434
+ "id": 8,
6435
+ "options": {
6436
+ "retention": "RETENTION_SOURCE",
6437
+ "targets": "TARGET_TYPE_FILE",
6438
+ "feature_support.edition_introduced": "EDITION_2024",
6439
+ "edition_defaults.edition": "EDITION_2024",
6440
+ "edition_defaults.value": "EXPORT_TOP_LEVEL"
6441
+ }
3827
6442
  }
3828
6443
  },
3829
6444
  "extensions": [
3830
6445
  [
3831
6446
  1000,
3832
- 1000
3833
- ],
3834
- [
3835
- 1001,
3836
- 1001
3837
- ],
3838
- [
3839
- 1002,
3840
- 1002
3841
- ],
3842
- [
3843
- 9990,
3844
- 9990
6447
+ 9994
3845
6448
  ],
3846
6449
  [
3847
6450
  9995,
@@ -3886,7 +6489,13 @@
3886
6489
  "UTF8_VALIDATION_UNKNOWN": 0,
3887
6490
  "VERIFY": 2,
3888
6491
  "NONE": 3
3889
- }
6492
+ },
6493
+ "reserved": [
6494
+ [
6495
+ 1,
6496
+ 1
6497
+ ]
6498
+ ]
3890
6499
  },
3891
6500
  "MessageEncoding": {
3892
6501
  "values": {
@@ -3901,6 +6510,33 @@
3901
6510
  "ALLOW": 1,
3902
6511
  "LEGACY_BEST_EFFORT": 2
3903
6512
  }
6513
+ },
6514
+ "EnforceNamingStyle": {
6515
+ "values": {
6516
+ "ENFORCE_NAMING_STYLE_UNKNOWN": 0,
6517
+ "STYLE2024": 1,
6518
+ "STYLE_LEGACY": 2
6519
+ }
6520
+ },
6521
+ "VisibilityFeature": {
6522
+ "fields": {},
6523
+ "reserved": [
6524
+ [
6525
+ 1,
6526
+ 536870911
6527
+ ]
6528
+ ],
6529
+ "nested": {
6530
+ "DefaultSymbolVisibility": {
6531
+ "values": {
6532
+ "DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
6533
+ "EXPORT_ALL": 1,
6534
+ "EXPORT_TOP_LEVEL": 2,
6535
+ "LOCAL_ALL": 3,
6536
+ "STRICT": 4
6537
+ }
6538
+ }
6539
+ }
3904
6540
  }
3905
6541
  }
3906
6542
  },
@@ -3928,11 +6564,26 @@
3928
6564
  "type": "Edition",
3929
6565
  "id": 3
3930
6566
  },
3931
- "features": {
6567
+ "overridableFeatures": {
3932
6568
  "type": "FeatureSet",
3933
- "id": 2
6569
+ "id": 4
6570
+ },
6571
+ "fixedFeatures": {
6572
+ "type": "FeatureSet",
6573
+ "id": 5
3934
6574
  }
3935
- }
6575
+ },
6576
+ "reserved": [
6577
+ [
6578
+ 1,
6579
+ 1
6580
+ ],
6581
+ [
6582
+ 2,
6583
+ 2
6584
+ ],
6585
+ "features"
6586
+ ]
3936
6587
  }
3937
6588
  }
3938
6589
  },
@@ -3945,6 +6596,12 @@
3945
6596
  "id": 1
3946
6597
  }
3947
6598
  },
6599
+ "extensions": [
6600
+ [
6601
+ 536000000,
6602
+ 536000000
6603
+ ]
6604
+ ],
3948
6605
  "nested": {
3949
6606
  "Location": {
3950
6607
  "fields": {
@@ -4030,6 +6687,14 @@
4030
6687
  }
4031
6688
  }
4032
6689
  },
6690
+ "SymbolVisibility": {
6691
+ "edition": "proto2",
6692
+ "values": {
6693
+ "VISIBILITY_UNSET": 0,
6694
+ "VISIBILITY_LOCAL": 1,
6695
+ "VISIBILITY_EXPORT": 2
6696
+ }
6697
+ },
4033
6698
  "Duration": {
4034
6699
  "fields": {
4035
6700
  "seconds": {