@google-shopping/reports 0.7.0 → 0.8.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.8.0](https://github.com/googleapis/google-cloud-node/compare/reports-v0.7.0...reports-v0.8.0) (2025-03-18)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * upgrade to Node 18 ([#6096](https://github.com/googleapis/google-cloud-node/issues/6096))
9
+
10
+ ### Features
11
+
12
+ * [Many APIs] add request/response debug logging to gapics ([388b4e2](https://github.com/googleapis/google-cloud-node/commit/388b4e20329b7f6fc0dd061dddff573c45104213))
13
+
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * Upgrade to Node 18 ([#6096](https://github.com/googleapis/google-cloud-node/issues/6096)) ([eadae64](https://github.com/googleapis/google-cloud-node/commit/eadae64d54e07aa2c65097ea52e65008d4e87436))
18
+
3
19
  ## [0.7.0](https://github.com/googleapis/google-cloud-node/compare/reports-v0.6.0...reports-v0.7.0) (2024-05-23)
4
20
 
5
21
 
@@ -1,4 +1,4 @@
1
- // Copyright 2024 Google LLC
1
+ // Copyright 2025 Google LLC
2
2
  //
3
3
  // Licensed under the Apache License, Version 2.0 (the "License");
4
4
  // you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- // Copyright 2024 Google LLC
1
+ // Copyright 2025 Google LLC
2
2
  //
3
3
  // Licensed under the Apache License, Version 2.0 (the "License");
4
4
  // you may not use this file except in compliance with the License.
@@ -1,4 +1,4 @@
1
- // Copyright 2024 Google LLC
1
+ // Copyright 2025 Google LLC
2
2
  //
3
3
  // Licensed under the Apache License, Version 2.0 (the "License");
4
4
  // you may not use this file except in compliance with the License.
@@ -624,81 +624,6 @@ export namespace google {
624
624
  /** ProductPerformanceView conversionRate. */
625
625
  public conversionRate?: (number|null);
626
626
 
627
- /** ProductPerformanceView _marketingMethod. */
628
- public _marketingMethod?: "marketingMethod";
629
-
630
- /** ProductPerformanceView _customerCountryCode. */
631
- public _customerCountryCode?: "customerCountryCode";
632
-
633
- /** ProductPerformanceView _offerId. */
634
- public _offerId?: "offerId";
635
-
636
- /** ProductPerformanceView _title. */
637
- public _title?: "title";
638
-
639
- /** ProductPerformanceView _brand. */
640
- public _brand?: "brand";
641
-
642
- /** ProductPerformanceView _categoryL1. */
643
- public _categoryL1?: "categoryL1";
644
-
645
- /** ProductPerformanceView _categoryL2. */
646
- public _categoryL2?: "categoryL2";
647
-
648
- /** ProductPerformanceView _categoryL3. */
649
- public _categoryL3?: "categoryL3";
650
-
651
- /** ProductPerformanceView _categoryL4. */
652
- public _categoryL4?: "categoryL4";
653
-
654
- /** ProductPerformanceView _categoryL5. */
655
- public _categoryL5?: "categoryL5";
656
-
657
- /** ProductPerformanceView _productTypeL1. */
658
- public _productTypeL1?: "productTypeL1";
659
-
660
- /** ProductPerformanceView _productTypeL2. */
661
- public _productTypeL2?: "productTypeL2";
662
-
663
- /** ProductPerformanceView _productTypeL3. */
664
- public _productTypeL3?: "productTypeL3";
665
-
666
- /** ProductPerformanceView _productTypeL4. */
667
- public _productTypeL4?: "productTypeL4";
668
-
669
- /** ProductPerformanceView _productTypeL5. */
670
- public _productTypeL5?: "productTypeL5";
671
-
672
- /** ProductPerformanceView _customLabel0. */
673
- public _customLabel0?: "customLabel0";
674
-
675
- /** ProductPerformanceView _customLabel1. */
676
- public _customLabel1?: "customLabel1";
677
-
678
- /** ProductPerformanceView _customLabel2. */
679
- public _customLabel2?: "customLabel2";
680
-
681
- /** ProductPerformanceView _customLabel3. */
682
- public _customLabel3?: "customLabel3";
683
-
684
- /** ProductPerformanceView _customLabel4. */
685
- public _customLabel4?: "customLabel4";
686
-
687
- /** ProductPerformanceView _clicks. */
688
- public _clicks?: "clicks";
689
-
690
- /** ProductPerformanceView _impressions. */
691
- public _impressions?: "impressions";
692
-
693
- /** ProductPerformanceView _clickThroughRate. */
694
- public _clickThroughRate?: "clickThroughRate";
695
-
696
- /** ProductPerformanceView _conversions. */
697
- public _conversions?: "conversions";
698
-
699
- /** ProductPerformanceView _conversionRate. */
700
- public _conversionRate?: "conversionRate";
701
-
702
627
  /**
703
628
  * Creates a new ProductPerformanceView instance using the specified properties.
704
629
  * @param [properties] Properties to set
@@ -970,78 +895,6 @@ export namespace google {
970
895
  /** ProductView clickPotentialRank. */
971
896
  public clickPotentialRank?: (number|Long|string|null);
972
897
 
973
- /** ProductView _id. */
974
- public _id?: "id";
975
-
976
- /** ProductView _channel. */
977
- public _channel?: "channel";
978
-
979
- /** ProductView _languageCode. */
980
- public _languageCode?: "languageCode";
981
-
982
- /** ProductView _feedLabel. */
983
- public _feedLabel?: "feedLabel";
984
-
985
- /** ProductView _offerId. */
986
- public _offerId?: "offerId";
987
-
988
- /** ProductView _title. */
989
- public _title?: "title";
990
-
991
- /** ProductView _brand. */
992
- public _brand?: "brand";
993
-
994
- /** ProductView _categoryL1. */
995
- public _categoryL1?: "categoryL1";
996
-
997
- /** ProductView _categoryL2. */
998
- public _categoryL2?: "categoryL2";
999
-
1000
- /** ProductView _categoryL3. */
1001
- public _categoryL3?: "categoryL3";
1002
-
1003
- /** ProductView _categoryL4. */
1004
- public _categoryL4?: "categoryL4";
1005
-
1006
- /** ProductView _categoryL5. */
1007
- public _categoryL5?: "categoryL5";
1008
-
1009
- /** ProductView _productTypeL1. */
1010
- public _productTypeL1?: "productTypeL1";
1011
-
1012
- /** ProductView _productTypeL2. */
1013
- public _productTypeL2?: "productTypeL2";
1014
-
1015
- /** ProductView _productTypeL3. */
1016
- public _productTypeL3?: "productTypeL3";
1017
-
1018
- /** ProductView _productTypeL4. */
1019
- public _productTypeL4?: "productTypeL4";
1020
-
1021
- /** ProductView _productTypeL5. */
1022
- public _productTypeL5?: "productTypeL5";
1023
-
1024
- /** ProductView _condition. */
1025
- public _condition?: "condition";
1026
-
1027
- /** ProductView _availability. */
1028
- public _availability?: "availability";
1029
-
1030
- /** ProductView _shippingLabel. */
1031
- public _shippingLabel?: "shippingLabel";
1032
-
1033
- /** ProductView _itemGroupId. */
1034
- public _itemGroupId?: "itemGroupId";
1035
-
1036
- /** ProductView _thumbnailLink. */
1037
- public _thumbnailLink?: "thumbnailLink";
1038
-
1039
- /** ProductView _aggregatedReportingContextStatus. */
1040
- public _aggregatedReportingContextStatus?: "aggregatedReportingContextStatus";
1041
-
1042
- /** ProductView _clickPotentialRank. */
1043
- public _clickPotentialRank?: "clickPotentialRank";
1044
-
1045
898
  /**
1046
899
  * Creates a new ProductView instance using the specified properties.
1047
900
  * @param [properties] Properties to set
@@ -1153,9 +1006,6 @@ export namespace google {
1153
1006
  /** ItemIssue resolution. */
1154
1007
  public resolution?: (google.shopping.merchant.reports.v1beta.ProductView.ItemIssue.ItemIssueResolution|keyof typeof google.shopping.merchant.reports.v1beta.ProductView.ItemIssue.ItemIssueResolution|null);
1155
1008
 
1156
- /** ItemIssue _resolution. */
1157
- public _resolution?: "resolution";
1158
-
1159
1009
  /**
1160
1010
  * Creates a new ItemIssue instance using the specified properties.
1161
1011
  * @param [properties] Properties to set
@@ -1261,12 +1111,6 @@ export namespace google {
1261
1111
  /** ItemIssueType canonicalAttribute. */
1262
1112
  public canonicalAttribute?: (string|null);
1263
1113
 
1264
- /** ItemIssueType _code. */
1265
- public _code?: "code";
1266
-
1267
- /** ItemIssueType _canonicalAttribute. */
1268
- public _canonicalAttribute?: "canonicalAttribute";
1269
-
1270
1114
  /**
1271
1115
  * Creates a new ItemIssueType instance using the specified properties.
1272
1116
  * @param [properties] Properties to set
@@ -1370,9 +1214,6 @@ export namespace google {
1370
1214
  /** ItemIssueSeverity aggregatedSeverity. */
1371
1215
  public aggregatedSeverity?: (google.shopping.merchant.reports.v1beta.ProductView.ItemIssue.ItemIssueSeverity.AggregatedIssueSeverity|keyof typeof google.shopping.merchant.reports.v1beta.ProductView.ItemIssue.ItemIssueSeverity.AggregatedIssueSeverity|null);
1372
1216
 
1373
- /** ItemIssueSeverity _aggregatedSeverity. */
1374
- public _aggregatedSeverity?: "aggregatedSeverity";
1375
-
1376
1217
  /**
1377
1218
  * Creates a new ItemIssueSeverity instance using the specified properties.
1378
1219
  * @param [properties] Properties to set
@@ -1484,9 +1325,6 @@ export namespace google {
1484
1325
  /** IssueSeverityPerReportingContext demotedCountries. */
1485
1326
  public demotedCountries: string[];
1486
1327
 
1487
- /** IssueSeverityPerReportingContext _reportingContext. */
1488
- public _reportingContext?: "reportingContext";
1489
-
1490
1328
  /**
1491
1329
  * Creates a new IssueSeverityPerReportingContext instance using the specified properties.
1492
1330
  * @param [properties] Properties to set
@@ -1715,51 +1553,6 @@ export namespace google {
1715
1553
  /** PriceCompetitivenessProductView benchmarkPrice. */
1716
1554
  public benchmarkPrice?: (google.shopping.type.IPrice|null);
1717
1555
 
1718
- /** PriceCompetitivenessProductView _reportCountryCode. */
1719
- public _reportCountryCode?: "reportCountryCode";
1720
-
1721
- /** PriceCompetitivenessProductView _id. */
1722
- public _id?: "id";
1723
-
1724
- /** PriceCompetitivenessProductView _offerId. */
1725
- public _offerId?: "offerId";
1726
-
1727
- /** PriceCompetitivenessProductView _title. */
1728
- public _title?: "title";
1729
-
1730
- /** PriceCompetitivenessProductView _brand. */
1731
- public _brand?: "brand";
1732
-
1733
- /** PriceCompetitivenessProductView _categoryL1. */
1734
- public _categoryL1?: "categoryL1";
1735
-
1736
- /** PriceCompetitivenessProductView _categoryL2. */
1737
- public _categoryL2?: "categoryL2";
1738
-
1739
- /** PriceCompetitivenessProductView _categoryL3. */
1740
- public _categoryL3?: "categoryL3";
1741
-
1742
- /** PriceCompetitivenessProductView _categoryL4. */
1743
- public _categoryL4?: "categoryL4";
1744
-
1745
- /** PriceCompetitivenessProductView _categoryL5. */
1746
- public _categoryL5?: "categoryL5";
1747
-
1748
- /** PriceCompetitivenessProductView _productTypeL1. */
1749
- public _productTypeL1?: "productTypeL1";
1750
-
1751
- /** PriceCompetitivenessProductView _productTypeL2. */
1752
- public _productTypeL2?: "productTypeL2";
1753
-
1754
- /** PriceCompetitivenessProductView _productTypeL3. */
1755
- public _productTypeL3?: "productTypeL3";
1756
-
1757
- /** PriceCompetitivenessProductView _productTypeL4. */
1758
- public _productTypeL4?: "productTypeL4";
1759
-
1760
- /** PriceCompetitivenessProductView _productTypeL5. */
1761
- public _productTypeL5?: "productTypeL5";
1762
-
1763
1556
  /**
1764
1557
  * Creates a new PriceCompetitivenessProductView instance using the specified properties.
1765
1558
  * @param [properties] Properties to set
@@ -1971,57 +1764,6 @@ export namespace google {
1971
1764
  /** PriceInsightsProductView effectiveness. */
1972
1765
  public effectiveness: (google.shopping.merchant.reports.v1beta.PriceInsightsProductView.Effectiveness|keyof typeof google.shopping.merchant.reports.v1beta.PriceInsightsProductView.Effectiveness);
1973
1766
 
1974
- /** PriceInsightsProductView _id. */
1975
- public _id?: "id";
1976
-
1977
- /** PriceInsightsProductView _offerId. */
1978
- public _offerId?: "offerId";
1979
-
1980
- /** PriceInsightsProductView _title. */
1981
- public _title?: "title";
1982
-
1983
- /** PriceInsightsProductView _brand. */
1984
- public _brand?: "brand";
1985
-
1986
- /** PriceInsightsProductView _categoryL1. */
1987
- public _categoryL1?: "categoryL1";
1988
-
1989
- /** PriceInsightsProductView _categoryL2. */
1990
- public _categoryL2?: "categoryL2";
1991
-
1992
- /** PriceInsightsProductView _categoryL3. */
1993
- public _categoryL3?: "categoryL3";
1994
-
1995
- /** PriceInsightsProductView _categoryL4. */
1996
- public _categoryL4?: "categoryL4";
1997
-
1998
- /** PriceInsightsProductView _categoryL5. */
1999
- public _categoryL5?: "categoryL5";
2000
-
2001
- /** PriceInsightsProductView _productTypeL1. */
2002
- public _productTypeL1?: "productTypeL1";
2003
-
2004
- /** PriceInsightsProductView _productTypeL2. */
2005
- public _productTypeL2?: "productTypeL2";
2006
-
2007
- /** PriceInsightsProductView _productTypeL3. */
2008
- public _productTypeL3?: "productTypeL3";
2009
-
2010
- /** PriceInsightsProductView _productTypeL4. */
2011
- public _productTypeL4?: "productTypeL4";
2012
-
2013
- /** PriceInsightsProductView _productTypeL5. */
2014
- public _productTypeL5?: "productTypeL5";
2015
-
2016
- /** PriceInsightsProductView _predictedImpressionsChangeFraction. */
2017
- public _predictedImpressionsChangeFraction?: "predictedImpressionsChangeFraction";
2018
-
2019
- /** PriceInsightsProductView _predictedClicksChangeFraction. */
2020
- public _predictedClicksChangeFraction?: "predictedClicksChangeFraction";
2021
-
2022
- /** PriceInsightsProductView _predictedConversionsChangeFraction. */
2023
- public _predictedConversionsChangeFraction?: "predictedConversionsChangeFraction";
2024
-
2025
1767
  /**
2026
1768
  * Creates a new PriceInsightsProductView instance using the specified properties.
2027
1769
  * @param [properties] Properties to set
@@ -2238,57 +1980,6 @@ export namespace google {
2238
1980
  /** BestSellersProductClusterView relativeDemandChange. */
2239
1981
  public relativeDemandChange?: (google.shopping.merchant.reports.v1beta.RelativeDemandChangeType.RelativeDemandChangeTypeEnum|keyof typeof google.shopping.merchant.reports.v1beta.RelativeDemandChangeType.RelativeDemandChangeTypeEnum|null);
2240
1982
 
2241
- /** BestSellersProductClusterView _reportGranularity. */
2242
- public _reportGranularity?: "reportGranularity";
2243
-
2244
- /** BestSellersProductClusterView _reportCountryCode. */
2245
- public _reportCountryCode?: "reportCountryCode";
2246
-
2247
- /** BestSellersProductClusterView _reportCategoryId. */
2248
- public _reportCategoryId?: "reportCategoryId";
2249
-
2250
- /** BestSellersProductClusterView _title. */
2251
- public _title?: "title";
2252
-
2253
- /** BestSellersProductClusterView _brand. */
2254
- public _brand?: "brand";
2255
-
2256
- /** BestSellersProductClusterView _categoryL1. */
2257
- public _categoryL1?: "categoryL1";
2258
-
2259
- /** BestSellersProductClusterView _categoryL2. */
2260
- public _categoryL2?: "categoryL2";
2261
-
2262
- /** BestSellersProductClusterView _categoryL3. */
2263
- public _categoryL3?: "categoryL3";
2264
-
2265
- /** BestSellersProductClusterView _categoryL4. */
2266
- public _categoryL4?: "categoryL4";
2267
-
2268
- /** BestSellersProductClusterView _categoryL5. */
2269
- public _categoryL5?: "categoryL5";
2270
-
2271
- /** BestSellersProductClusterView _inventoryStatus. */
2272
- public _inventoryStatus?: "inventoryStatus";
2273
-
2274
- /** BestSellersProductClusterView _brandInventoryStatus. */
2275
- public _brandInventoryStatus?: "brandInventoryStatus";
2276
-
2277
- /** BestSellersProductClusterView _rank. */
2278
- public _rank?: "rank";
2279
-
2280
- /** BestSellersProductClusterView _previousRank. */
2281
- public _previousRank?: "previousRank";
2282
-
2283
- /** BestSellersProductClusterView _relativeDemand. */
2284
- public _relativeDemand?: "relativeDemand";
2285
-
2286
- /** BestSellersProductClusterView _previousRelativeDemand. */
2287
- public _previousRelativeDemand?: "previousRelativeDemand";
2288
-
2289
- /** BestSellersProductClusterView _relativeDemandChange. */
2290
- public _relativeDemandChange?: "relativeDemandChange";
2291
-
2292
1983
  /**
2293
1984
  * Creates a new BestSellersProductClusterView instance using the specified properties.
2294
1985
  * @param [properties] Properties to set
@@ -2451,33 +2142,6 @@ export namespace google {
2451
2142
  /** BestSellersBrandView relativeDemandChange. */
2452
2143
  public relativeDemandChange?: (google.shopping.merchant.reports.v1beta.RelativeDemandChangeType.RelativeDemandChangeTypeEnum|keyof typeof google.shopping.merchant.reports.v1beta.RelativeDemandChangeType.RelativeDemandChangeTypeEnum|null);
2453
2144
 
2454
- /** BestSellersBrandView _reportGranularity. */
2455
- public _reportGranularity?: "reportGranularity";
2456
-
2457
- /** BestSellersBrandView _reportCountryCode. */
2458
- public _reportCountryCode?: "reportCountryCode";
2459
-
2460
- /** BestSellersBrandView _reportCategoryId. */
2461
- public _reportCategoryId?: "reportCategoryId";
2462
-
2463
- /** BestSellersBrandView _brand. */
2464
- public _brand?: "brand";
2465
-
2466
- /** BestSellersBrandView _rank. */
2467
- public _rank?: "rank";
2468
-
2469
- /** BestSellersBrandView _previousRank. */
2470
- public _previousRank?: "previousRank";
2471
-
2472
- /** BestSellersBrandView _relativeDemand. */
2473
- public _relativeDemand?: "relativeDemand";
2474
-
2475
- /** BestSellersBrandView _previousRelativeDemand. */
2476
- public _previousRelativeDemand?: "previousRelativeDemand";
2477
-
2478
- /** BestSellersBrandView _relativeDemandChange. */
2479
- public _relativeDemandChange?: "relativeDemandChange";
2480
-
2481
2145
  /**
2482
2146
  * Creates a new BestSellersBrandView instance using the specified properties.
2483
2147
  * @param [properties] Properties to set
@@ -2599,15 +2263,6 @@ export namespace google {
2599
2263
  /** NonProductPerformanceView clickThroughRate. */
2600
2264
  public clickThroughRate?: (number|null);
2601
2265
 
2602
- /** NonProductPerformanceView _clicks. */
2603
- public _clicks?: "clicks";
2604
-
2605
- /** NonProductPerformanceView _impressions. */
2606
- public _impressions?: "impressions";
2607
-
2608
- /** NonProductPerformanceView _clickThroughRate. */
2609
- public _clickThroughRate?: "clickThroughRate";
2610
-
2611
2266
  /**
2612
2267
  * Creates a new NonProductPerformanceView instance using the specified properties.
2613
2268
  * @param [properties] Properties to set
@@ -2765,36 +2420,6 @@ export namespace google {
2765
2420
  /** CompetitiveVisibilityCompetitorView relativeVisibility. */
2766
2421
  public relativeVisibility?: (number|null);
2767
2422
 
2768
- /** CompetitiveVisibilityCompetitorView _domain. */
2769
- public _domain?: "domain";
2770
-
2771
- /** CompetitiveVisibilityCompetitorView _isYourDomain. */
2772
- public _isYourDomain?: "isYourDomain";
2773
-
2774
- /** CompetitiveVisibilityCompetitorView _reportCountryCode. */
2775
- public _reportCountryCode?: "reportCountryCode";
2776
-
2777
- /** CompetitiveVisibilityCompetitorView _reportCategoryId. */
2778
- public _reportCategoryId?: "reportCategoryId";
2779
-
2780
- /** CompetitiveVisibilityCompetitorView _trafficSource. */
2781
- public _trafficSource?: "trafficSource";
2782
-
2783
- /** CompetitiveVisibilityCompetitorView _rank. */
2784
- public _rank?: "rank";
2785
-
2786
- /** CompetitiveVisibilityCompetitorView _adsOrganicRatio. */
2787
- public _adsOrganicRatio?: "adsOrganicRatio";
2788
-
2789
- /** CompetitiveVisibilityCompetitorView _pageOverlapRate. */
2790
- public _pageOverlapRate?: "pageOverlapRate";
2791
-
2792
- /** CompetitiveVisibilityCompetitorView _higherPositionRate. */
2793
- public _higherPositionRate?: "higherPositionRate";
2794
-
2795
- /** CompetitiveVisibilityCompetitorView _relativeVisibility. */
2796
- public _relativeVisibility?: "relativeVisibility";
2797
-
2798
2423
  /**
2799
2424
  * Creates a new CompetitiveVisibilityCompetitorView instance using the specified properties.
2800
2425
  * @param [properties] Properties to set
@@ -2946,33 +2571,6 @@ export namespace google {
2946
2571
  /** CompetitiveVisibilityTopMerchantView higherPositionRate. */
2947
2572
  public higherPositionRate?: (number|null);
2948
2573
 
2949
- /** CompetitiveVisibilityTopMerchantView _domain. */
2950
- public _domain?: "domain";
2951
-
2952
- /** CompetitiveVisibilityTopMerchantView _isYourDomain. */
2953
- public _isYourDomain?: "isYourDomain";
2954
-
2955
- /** CompetitiveVisibilityTopMerchantView _reportCountryCode. */
2956
- public _reportCountryCode?: "reportCountryCode";
2957
-
2958
- /** CompetitiveVisibilityTopMerchantView _reportCategoryId. */
2959
- public _reportCategoryId?: "reportCategoryId";
2960
-
2961
- /** CompetitiveVisibilityTopMerchantView _trafficSource. */
2962
- public _trafficSource?: "trafficSource";
2963
-
2964
- /** CompetitiveVisibilityTopMerchantView _rank. */
2965
- public _rank?: "rank";
2966
-
2967
- /** CompetitiveVisibilityTopMerchantView _adsOrganicRatio. */
2968
- public _adsOrganicRatio?: "adsOrganicRatio";
2969
-
2970
- /** CompetitiveVisibilityTopMerchantView _pageOverlapRate. */
2971
- public _pageOverlapRate?: "pageOverlapRate";
2972
-
2973
- /** CompetitiveVisibilityTopMerchantView _higherPositionRate. */
2974
- public _higherPositionRate?: "higherPositionRate";
2975
-
2976
2574
  /**
2977
2575
  * Creates a new CompetitiveVisibilityTopMerchantView instance using the specified properties.
2978
2576
  * @param [properties] Properties to set
@@ -3100,21 +2698,6 @@ export namespace google {
3100
2698
  /** CompetitiveVisibilityBenchmarkView categoryBenchmarkVisibilityTrend. */
3101
2699
  public categoryBenchmarkVisibilityTrend?: (number|null);
3102
2700
 
3103
- /** CompetitiveVisibilityBenchmarkView _reportCountryCode. */
3104
- public _reportCountryCode?: "reportCountryCode";
3105
-
3106
- /** CompetitiveVisibilityBenchmarkView _reportCategoryId. */
3107
- public _reportCategoryId?: "reportCategoryId";
3108
-
3109
- /** CompetitiveVisibilityBenchmarkView _trafficSource. */
3110
- public _trafficSource?: "trafficSource";
3111
-
3112
- /** CompetitiveVisibilityBenchmarkView _yourDomainVisibilityTrend. */
3113
- public _yourDomainVisibilityTrend?: "yourDomainVisibilityTrend";
3114
-
3115
- /** CompetitiveVisibilityBenchmarkView _categoryBenchmarkVisibilityTrend. */
3116
- public _categoryBenchmarkVisibilityTrend?: "categoryBenchmarkVisibilityTrend";
3117
-
3118
2701
  /**
3119
2702
  * Creates a new CompetitiveVisibilityBenchmarkView instance using the specified properties.
3120
2703
  * @param [properties] Properties to set
@@ -3734,9 +3317,6 @@ export namespace google {
3734
3317
  /** Weight unit. */
3735
3318
  public unit: (google.shopping.type.Weight.WeightUnit|keyof typeof google.shopping.type.Weight.WeightUnit);
3736
3319
 
3737
- /** Weight _amountMicros. */
3738
- public _amountMicros?: "amountMicros";
3739
-
3740
3320
  /**
3741
3321
  * Creates a new Weight instance using the specified properties.
3742
3322
  * @param [properties] Properties to set
@@ -3850,12 +3430,6 @@ export namespace google {
3850
3430
  /** Price currencyCode. */
3851
3431
  public currencyCode?: (string|null);
3852
3432
 
3853
- /** Price _amountMicros. */
3854
- public _amountMicros?: "amountMicros";
3855
-
3856
- /** Price _currencyCode. */
3857
- public _currencyCode?: "currencyCode";
3858
-
3859
3433
  /**
3860
3434
  * Creates a new Price instance using the specified properties.
3861
3435
  * @param [properties] Properties to set
@@ -3965,12 +3539,6 @@ export namespace google {
3965
3539
  /** CustomAttribute groupValues. */
3966
3540
  public groupValues: google.shopping.type.ICustomAttribute[];
3967
3541
 
3968
- /** CustomAttribute _name. */
3969
- public _name?: "name";
3970
-
3971
- /** CustomAttribute _value. */
3972
- public _value?: "value";
3973
-
3974
3542
  /**
3975
3543
  * Creates a new CustomAttribute instance using the specified properties.
3976
3544
  * @param [properties] Properties to set
@@ -9279,7 +8847,7 @@ export namespace google {
9279
8847
  doubleValue?: (number|null);
9280
8848
 
9281
8849
  /** UninterpretedOption stringValue */
9282
- stringValue?: (Uint8Array|string|null);
8850
+ stringValue?: (Uint8Array|Buffer|string|null);
9283
8851
 
9284
8852
  /** UninterpretedOption aggregateValue */
9285
8853
  aggregateValue?: (string|null);
@@ -9310,7 +8878,7 @@ export namespace google {
9310
8878
  public doubleValue: number;
9311
8879
 
9312
8880
  /** UninterpretedOption stringValue. */
9313
- public stringValue: (Uint8Array|string);
8881
+ public stringValue: (Uint8Array|Buffer|string);
9314
8882
 
9315
8883
  /** UninterpretedOption aggregateValue. */
9316
8884
  public aggregateValue: string;