@google-shopping/reports 0.6.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.
@@ -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.
@@ -298,6 +298,9 @@ export namespace google {
298
298
  /** ReportRow productPerformanceView */
299
299
  productPerformanceView?: (google.shopping.merchant.reports.v1beta.IProductPerformanceView|null);
300
300
 
301
+ /** ReportRow nonProductPerformanceView */
302
+ nonProductPerformanceView?: (google.shopping.merchant.reports.v1beta.INonProductPerformanceView|null);
303
+
301
304
  /** ReportRow productView */
302
305
  productView?: (google.shopping.merchant.reports.v1beta.IProductView|null);
303
306
 
@@ -335,6 +338,9 @@ export namespace google {
335
338
  /** ReportRow productPerformanceView. */
336
339
  public productPerformanceView?: (google.shopping.merchant.reports.v1beta.IProductPerformanceView|null);
337
340
 
341
+ /** ReportRow nonProductPerformanceView. */
342
+ public nonProductPerformanceView?: (google.shopping.merchant.reports.v1beta.INonProductPerformanceView|null);
343
+
338
344
  /** ReportRow productView. */
339
345
  public productView?: (google.shopping.merchant.reports.v1beta.IProductView|null);
340
346
 
@@ -618,81 +624,6 @@ export namespace google {
618
624
  /** ProductPerformanceView conversionRate. */
619
625
  public conversionRate?: (number|null);
620
626
 
621
- /** ProductPerformanceView _marketingMethod. */
622
- public _marketingMethod?: "marketingMethod";
623
-
624
- /** ProductPerformanceView _customerCountryCode. */
625
- public _customerCountryCode?: "customerCountryCode";
626
-
627
- /** ProductPerformanceView _offerId. */
628
- public _offerId?: "offerId";
629
-
630
- /** ProductPerformanceView _title. */
631
- public _title?: "title";
632
-
633
- /** ProductPerformanceView _brand. */
634
- public _brand?: "brand";
635
-
636
- /** ProductPerformanceView _categoryL1. */
637
- public _categoryL1?: "categoryL1";
638
-
639
- /** ProductPerformanceView _categoryL2. */
640
- public _categoryL2?: "categoryL2";
641
-
642
- /** ProductPerformanceView _categoryL3. */
643
- public _categoryL3?: "categoryL3";
644
-
645
- /** ProductPerformanceView _categoryL4. */
646
- public _categoryL4?: "categoryL4";
647
-
648
- /** ProductPerformanceView _categoryL5. */
649
- public _categoryL5?: "categoryL5";
650
-
651
- /** ProductPerformanceView _productTypeL1. */
652
- public _productTypeL1?: "productTypeL1";
653
-
654
- /** ProductPerformanceView _productTypeL2. */
655
- public _productTypeL2?: "productTypeL2";
656
-
657
- /** ProductPerformanceView _productTypeL3. */
658
- public _productTypeL3?: "productTypeL3";
659
-
660
- /** ProductPerformanceView _productTypeL4. */
661
- public _productTypeL4?: "productTypeL4";
662
-
663
- /** ProductPerformanceView _productTypeL5. */
664
- public _productTypeL5?: "productTypeL5";
665
-
666
- /** ProductPerformanceView _customLabel0. */
667
- public _customLabel0?: "customLabel0";
668
-
669
- /** ProductPerformanceView _customLabel1. */
670
- public _customLabel1?: "customLabel1";
671
-
672
- /** ProductPerformanceView _customLabel2. */
673
- public _customLabel2?: "customLabel2";
674
-
675
- /** ProductPerformanceView _customLabel3. */
676
- public _customLabel3?: "customLabel3";
677
-
678
- /** ProductPerformanceView _customLabel4. */
679
- public _customLabel4?: "customLabel4";
680
-
681
- /** ProductPerformanceView _clicks. */
682
- public _clicks?: "clicks";
683
-
684
- /** ProductPerformanceView _impressions. */
685
- public _impressions?: "impressions";
686
-
687
- /** ProductPerformanceView _clickThroughRate. */
688
- public _clickThroughRate?: "clickThroughRate";
689
-
690
- /** ProductPerformanceView _conversions. */
691
- public _conversions?: "conversions";
692
-
693
- /** ProductPerformanceView _conversionRate. */
694
- public _conversionRate?: "conversionRate";
695
-
696
627
  /**
697
628
  * Creates a new ProductPerformanceView instance using the specified properties.
698
629
  * @param [properties] Properties to set
@@ -964,78 +895,6 @@ export namespace google {
964
895
  /** ProductView clickPotentialRank. */
965
896
  public clickPotentialRank?: (number|Long|string|null);
966
897
 
967
- /** ProductView _id. */
968
- public _id?: "id";
969
-
970
- /** ProductView _channel. */
971
- public _channel?: "channel";
972
-
973
- /** ProductView _languageCode. */
974
- public _languageCode?: "languageCode";
975
-
976
- /** ProductView _feedLabel. */
977
- public _feedLabel?: "feedLabel";
978
-
979
- /** ProductView _offerId. */
980
- public _offerId?: "offerId";
981
-
982
- /** ProductView _title. */
983
- public _title?: "title";
984
-
985
- /** ProductView _brand. */
986
- public _brand?: "brand";
987
-
988
- /** ProductView _categoryL1. */
989
- public _categoryL1?: "categoryL1";
990
-
991
- /** ProductView _categoryL2. */
992
- public _categoryL2?: "categoryL2";
993
-
994
- /** ProductView _categoryL3. */
995
- public _categoryL3?: "categoryL3";
996
-
997
- /** ProductView _categoryL4. */
998
- public _categoryL4?: "categoryL4";
999
-
1000
- /** ProductView _categoryL5. */
1001
- public _categoryL5?: "categoryL5";
1002
-
1003
- /** ProductView _productTypeL1. */
1004
- public _productTypeL1?: "productTypeL1";
1005
-
1006
- /** ProductView _productTypeL2. */
1007
- public _productTypeL2?: "productTypeL2";
1008
-
1009
- /** ProductView _productTypeL3. */
1010
- public _productTypeL3?: "productTypeL3";
1011
-
1012
- /** ProductView _productTypeL4. */
1013
- public _productTypeL4?: "productTypeL4";
1014
-
1015
- /** ProductView _productTypeL5. */
1016
- public _productTypeL5?: "productTypeL5";
1017
-
1018
- /** ProductView _condition. */
1019
- public _condition?: "condition";
1020
-
1021
- /** ProductView _availability. */
1022
- public _availability?: "availability";
1023
-
1024
- /** ProductView _shippingLabel. */
1025
- public _shippingLabel?: "shippingLabel";
1026
-
1027
- /** ProductView _itemGroupId. */
1028
- public _itemGroupId?: "itemGroupId";
1029
-
1030
- /** ProductView _thumbnailLink. */
1031
- public _thumbnailLink?: "thumbnailLink";
1032
-
1033
- /** ProductView _aggregatedReportingContextStatus. */
1034
- public _aggregatedReportingContextStatus?: "aggregatedReportingContextStatus";
1035
-
1036
- /** ProductView _clickPotentialRank. */
1037
- public _clickPotentialRank?: "clickPotentialRank";
1038
-
1039
898
  /**
1040
899
  * Creates a new ProductView instance using the specified properties.
1041
900
  * @param [properties] Properties to set
@@ -1147,9 +1006,6 @@ export namespace google {
1147
1006
  /** ItemIssue resolution. */
1148
1007
  public resolution?: (google.shopping.merchant.reports.v1beta.ProductView.ItemIssue.ItemIssueResolution|keyof typeof google.shopping.merchant.reports.v1beta.ProductView.ItemIssue.ItemIssueResolution|null);
1149
1008
 
1150
- /** ItemIssue _resolution. */
1151
- public _resolution?: "resolution";
1152
-
1153
1009
  /**
1154
1010
  * Creates a new ItemIssue instance using the specified properties.
1155
1011
  * @param [properties] Properties to set
@@ -1255,12 +1111,6 @@ export namespace google {
1255
1111
  /** ItemIssueType canonicalAttribute. */
1256
1112
  public canonicalAttribute?: (string|null);
1257
1113
 
1258
- /** ItemIssueType _code. */
1259
- public _code?: "code";
1260
-
1261
- /** ItemIssueType _canonicalAttribute. */
1262
- public _canonicalAttribute?: "canonicalAttribute";
1263
-
1264
1114
  /**
1265
1115
  * Creates a new ItemIssueType instance using the specified properties.
1266
1116
  * @param [properties] Properties to set
@@ -1364,9 +1214,6 @@ export namespace google {
1364
1214
  /** ItemIssueSeverity aggregatedSeverity. */
1365
1215
  public aggregatedSeverity?: (google.shopping.merchant.reports.v1beta.ProductView.ItemIssue.ItemIssueSeverity.AggregatedIssueSeverity|keyof typeof google.shopping.merchant.reports.v1beta.ProductView.ItemIssue.ItemIssueSeverity.AggregatedIssueSeverity|null);
1366
1216
 
1367
- /** ItemIssueSeverity _aggregatedSeverity. */
1368
- public _aggregatedSeverity?: "aggregatedSeverity";
1369
-
1370
1217
  /**
1371
1218
  * Creates a new ItemIssueSeverity instance using the specified properties.
1372
1219
  * @param [properties] Properties to set
@@ -1478,9 +1325,6 @@ export namespace google {
1478
1325
  /** IssueSeverityPerReportingContext demotedCountries. */
1479
1326
  public demotedCountries: string[];
1480
1327
 
1481
- /** IssueSeverityPerReportingContext _reportingContext. */
1482
- public _reportingContext?: "reportingContext";
1483
-
1484
1328
  /**
1485
1329
  * Creates a new IssueSeverityPerReportingContext instance using the specified properties.
1486
1330
  * @param [properties] Properties to set
@@ -1709,51 +1553,6 @@ export namespace google {
1709
1553
  /** PriceCompetitivenessProductView benchmarkPrice. */
1710
1554
  public benchmarkPrice?: (google.shopping.type.IPrice|null);
1711
1555
 
1712
- /** PriceCompetitivenessProductView _reportCountryCode. */
1713
- public _reportCountryCode?: "reportCountryCode";
1714
-
1715
- /** PriceCompetitivenessProductView _id. */
1716
- public _id?: "id";
1717
-
1718
- /** PriceCompetitivenessProductView _offerId. */
1719
- public _offerId?: "offerId";
1720
-
1721
- /** PriceCompetitivenessProductView _title. */
1722
- public _title?: "title";
1723
-
1724
- /** PriceCompetitivenessProductView _brand. */
1725
- public _brand?: "brand";
1726
-
1727
- /** PriceCompetitivenessProductView _categoryL1. */
1728
- public _categoryL1?: "categoryL1";
1729
-
1730
- /** PriceCompetitivenessProductView _categoryL2. */
1731
- public _categoryL2?: "categoryL2";
1732
-
1733
- /** PriceCompetitivenessProductView _categoryL3. */
1734
- public _categoryL3?: "categoryL3";
1735
-
1736
- /** PriceCompetitivenessProductView _categoryL4. */
1737
- public _categoryL4?: "categoryL4";
1738
-
1739
- /** PriceCompetitivenessProductView _categoryL5. */
1740
- public _categoryL5?: "categoryL5";
1741
-
1742
- /** PriceCompetitivenessProductView _productTypeL1. */
1743
- public _productTypeL1?: "productTypeL1";
1744
-
1745
- /** PriceCompetitivenessProductView _productTypeL2. */
1746
- public _productTypeL2?: "productTypeL2";
1747
-
1748
- /** PriceCompetitivenessProductView _productTypeL3. */
1749
- public _productTypeL3?: "productTypeL3";
1750
-
1751
- /** PriceCompetitivenessProductView _productTypeL4. */
1752
- public _productTypeL4?: "productTypeL4";
1753
-
1754
- /** PriceCompetitivenessProductView _productTypeL5. */
1755
- public _productTypeL5?: "productTypeL5";
1756
-
1757
1556
  /**
1758
1557
  * Creates a new PriceCompetitivenessProductView instance using the specified properties.
1759
1558
  * @param [properties] Properties to set
@@ -1891,6 +1690,9 @@ export namespace google {
1891
1690
 
1892
1691
  /** PriceInsightsProductView predictedConversionsChangeFraction */
1893
1692
  predictedConversionsChangeFraction?: (number|null);
1693
+
1694
+ /** PriceInsightsProductView effectiveness */
1695
+ effectiveness?: (google.shopping.merchant.reports.v1beta.PriceInsightsProductView.Effectiveness|keyof typeof google.shopping.merchant.reports.v1beta.PriceInsightsProductView.Effectiveness|null);
1894
1696
  }
1895
1697
 
1896
1698
  /** Represents a PriceInsightsProductView. */
@@ -1959,56 +1761,8 @@ export namespace google {
1959
1761
  /** PriceInsightsProductView predictedConversionsChangeFraction. */
1960
1762
  public predictedConversionsChangeFraction?: (number|null);
1961
1763
 
1962
- /** PriceInsightsProductView _id. */
1963
- public _id?: "id";
1964
-
1965
- /** PriceInsightsProductView _offerId. */
1966
- public _offerId?: "offerId";
1967
-
1968
- /** PriceInsightsProductView _title. */
1969
- public _title?: "title";
1970
-
1971
- /** PriceInsightsProductView _brand. */
1972
- public _brand?: "brand";
1973
-
1974
- /** PriceInsightsProductView _categoryL1. */
1975
- public _categoryL1?: "categoryL1";
1976
-
1977
- /** PriceInsightsProductView _categoryL2. */
1978
- public _categoryL2?: "categoryL2";
1979
-
1980
- /** PriceInsightsProductView _categoryL3. */
1981
- public _categoryL3?: "categoryL3";
1982
-
1983
- /** PriceInsightsProductView _categoryL4. */
1984
- public _categoryL4?: "categoryL4";
1985
-
1986
- /** PriceInsightsProductView _categoryL5. */
1987
- public _categoryL5?: "categoryL5";
1988
-
1989
- /** PriceInsightsProductView _productTypeL1. */
1990
- public _productTypeL1?: "productTypeL1";
1991
-
1992
- /** PriceInsightsProductView _productTypeL2. */
1993
- public _productTypeL2?: "productTypeL2";
1994
-
1995
- /** PriceInsightsProductView _productTypeL3. */
1996
- public _productTypeL3?: "productTypeL3";
1997
-
1998
- /** PriceInsightsProductView _productTypeL4. */
1999
- public _productTypeL4?: "productTypeL4";
2000
-
2001
- /** PriceInsightsProductView _productTypeL5. */
2002
- public _productTypeL5?: "productTypeL5";
2003
-
2004
- /** PriceInsightsProductView _predictedImpressionsChangeFraction. */
2005
- public _predictedImpressionsChangeFraction?: "predictedImpressionsChangeFraction";
2006
-
2007
- /** PriceInsightsProductView _predictedClicksChangeFraction. */
2008
- public _predictedClicksChangeFraction?: "predictedClicksChangeFraction";
2009
-
2010
- /** PriceInsightsProductView _predictedConversionsChangeFraction. */
2011
- public _predictedConversionsChangeFraction?: "predictedConversionsChangeFraction";
1764
+ /** PriceInsightsProductView effectiveness. */
1765
+ public effectiveness: (google.shopping.merchant.reports.v1beta.PriceInsightsProductView.Effectiveness|keyof typeof google.shopping.merchant.reports.v1beta.PriceInsightsProductView.Effectiveness);
2012
1766
 
2013
1767
  /**
2014
1768
  * Creates a new PriceInsightsProductView instance using the specified properties.
@@ -2088,6 +1842,17 @@ export namespace google {
2088
1842
  public static getTypeUrl(typeUrlPrefix?: string): string;
2089
1843
  }
2090
1844
 
1845
+ namespace PriceInsightsProductView {
1846
+
1847
+ /** Effectiveness enum. */
1848
+ enum Effectiveness {
1849
+ EFFECTIVENESS_UNSPECIFIED = 0,
1850
+ LOW = 1,
1851
+ MEDIUM = 2,
1852
+ HIGH = 3
1853
+ }
1854
+ }
1855
+
2091
1856
  /** Properties of a BestSellersProductClusterView. */
2092
1857
  interface IBestSellersProductClusterView {
2093
1858
 
@@ -2215,57 +1980,6 @@ export namespace google {
2215
1980
  /** BestSellersProductClusterView relativeDemandChange. */
2216
1981
  public relativeDemandChange?: (google.shopping.merchant.reports.v1beta.RelativeDemandChangeType.RelativeDemandChangeTypeEnum|keyof typeof google.shopping.merchant.reports.v1beta.RelativeDemandChangeType.RelativeDemandChangeTypeEnum|null);
2217
1982
 
2218
- /** BestSellersProductClusterView _reportGranularity. */
2219
- public _reportGranularity?: "reportGranularity";
2220
-
2221
- /** BestSellersProductClusterView _reportCountryCode. */
2222
- public _reportCountryCode?: "reportCountryCode";
2223
-
2224
- /** BestSellersProductClusterView _reportCategoryId. */
2225
- public _reportCategoryId?: "reportCategoryId";
2226
-
2227
- /** BestSellersProductClusterView _title. */
2228
- public _title?: "title";
2229
-
2230
- /** BestSellersProductClusterView _brand. */
2231
- public _brand?: "brand";
2232
-
2233
- /** BestSellersProductClusterView _categoryL1. */
2234
- public _categoryL1?: "categoryL1";
2235
-
2236
- /** BestSellersProductClusterView _categoryL2. */
2237
- public _categoryL2?: "categoryL2";
2238
-
2239
- /** BestSellersProductClusterView _categoryL3. */
2240
- public _categoryL3?: "categoryL3";
2241
-
2242
- /** BestSellersProductClusterView _categoryL4. */
2243
- public _categoryL4?: "categoryL4";
2244
-
2245
- /** BestSellersProductClusterView _categoryL5. */
2246
- public _categoryL5?: "categoryL5";
2247
-
2248
- /** BestSellersProductClusterView _inventoryStatus. */
2249
- public _inventoryStatus?: "inventoryStatus";
2250
-
2251
- /** BestSellersProductClusterView _brandInventoryStatus. */
2252
- public _brandInventoryStatus?: "brandInventoryStatus";
2253
-
2254
- /** BestSellersProductClusterView _rank. */
2255
- public _rank?: "rank";
2256
-
2257
- /** BestSellersProductClusterView _previousRank. */
2258
- public _previousRank?: "previousRank";
2259
-
2260
- /** BestSellersProductClusterView _relativeDemand. */
2261
- public _relativeDemand?: "relativeDemand";
2262
-
2263
- /** BestSellersProductClusterView _previousRelativeDemand. */
2264
- public _previousRelativeDemand?: "previousRelativeDemand";
2265
-
2266
- /** BestSellersProductClusterView _relativeDemandChange. */
2267
- public _relativeDemandChange?: "relativeDemandChange";
2268
-
2269
1983
  /**
2270
1984
  * Creates a new BestSellersProductClusterView instance using the specified properties.
2271
1985
  * @param [properties] Properties to set
@@ -2428,33 +2142,6 @@ export namespace google {
2428
2142
  /** BestSellersBrandView relativeDemandChange. */
2429
2143
  public relativeDemandChange?: (google.shopping.merchant.reports.v1beta.RelativeDemandChangeType.RelativeDemandChangeTypeEnum|keyof typeof google.shopping.merchant.reports.v1beta.RelativeDemandChangeType.RelativeDemandChangeTypeEnum|null);
2430
2144
 
2431
- /** BestSellersBrandView _reportGranularity. */
2432
- public _reportGranularity?: "reportGranularity";
2433
-
2434
- /** BestSellersBrandView _reportCountryCode. */
2435
- public _reportCountryCode?: "reportCountryCode";
2436
-
2437
- /** BestSellersBrandView _reportCategoryId. */
2438
- public _reportCategoryId?: "reportCategoryId";
2439
-
2440
- /** BestSellersBrandView _brand. */
2441
- public _brand?: "brand";
2442
-
2443
- /** BestSellersBrandView _rank. */
2444
- public _rank?: "rank";
2445
-
2446
- /** BestSellersBrandView _previousRank. */
2447
- public _previousRank?: "previousRank";
2448
-
2449
- /** BestSellersBrandView _relativeDemand. */
2450
- public _relativeDemand?: "relativeDemand";
2451
-
2452
- /** BestSellersBrandView _previousRelativeDemand. */
2453
- public _previousRelativeDemand?: "previousRelativeDemand";
2454
-
2455
- /** BestSellersBrandView _relativeDemandChange. */
2456
- public _relativeDemandChange?: "relativeDemandChange";
2457
-
2458
2145
  /**
2459
2146
  * Creates a new BestSellersBrandView instance using the specified properties.
2460
2147
  * @param [properties] Properties to set
@@ -2533,6 +2220,127 @@ export namespace google {
2533
2220
  public static getTypeUrl(typeUrlPrefix?: string): string;
2534
2221
  }
2535
2222
 
2223
+ /** Properties of a NonProductPerformanceView. */
2224
+ interface INonProductPerformanceView {
2225
+
2226
+ /** NonProductPerformanceView date */
2227
+ date?: (google.type.IDate|null);
2228
+
2229
+ /** NonProductPerformanceView week */
2230
+ week?: (google.type.IDate|null);
2231
+
2232
+ /** NonProductPerformanceView clicks */
2233
+ clicks?: (number|Long|string|null);
2234
+
2235
+ /** NonProductPerformanceView impressions */
2236
+ impressions?: (number|Long|string|null);
2237
+
2238
+ /** NonProductPerformanceView clickThroughRate */
2239
+ clickThroughRate?: (number|null);
2240
+ }
2241
+
2242
+ /** Represents a NonProductPerformanceView. */
2243
+ class NonProductPerformanceView implements INonProductPerformanceView {
2244
+
2245
+ /**
2246
+ * Constructs a new NonProductPerformanceView.
2247
+ * @param [properties] Properties to set
2248
+ */
2249
+ constructor(properties?: google.shopping.merchant.reports.v1beta.INonProductPerformanceView);
2250
+
2251
+ /** NonProductPerformanceView date. */
2252
+ public date?: (google.type.IDate|null);
2253
+
2254
+ /** NonProductPerformanceView week. */
2255
+ public week?: (google.type.IDate|null);
2256
+
2257
+ /** NonProductPerformanceView clicks. */
2258
+ public clicks?: (number|Long|string|null);
2259
+
2260
+ /** NonProductPerformanceView impressions. */
2261
+ public impressions?: (number|Long|string|null);
2262
+
2263
+ /** NonProductPerformanceView clickThroughRate. */
2264
+ public clickThroughRate?: (number|null);
2265
+
2266
+ /**
2267
+ * Creates a new NonProductPerformanceView instance using the specified properties.
2268
+ * @param [properties] Properties to set
2269
+ * @returns NonProductPerformanceView instance
2270
+ */
2271
+ public static create(properties?: google.shopping.merchant.reports.v1beta.INonProductPerformanceView): google.shopping.merchant.reports.v1beta.NonProductPerformanceView;
2272
+
2273
+ /**
2274
+ * Encodes the specified NonProductPerformanceView message. Does not implicitly {@link google.shopping.merchant.reports.v1beta.NonProductPerformanceView.verify|verify} messages.
2275
+ * @param message NonProductPerformanceView message or plain object to encode
2276
+ * @param [writer] Writer to encode to
2277
+ * @returns Writer
2278
+ */
2279
+ public static encode(message: google.shopping.merchant.reports.v1beta.INonProductPerformanceView, writer?: $protobuf.Writer): $protobuf.Writer;
2280
+
2281
+ /**
2282
+ * Encodes the specified NonProductPerformanceView message, length delimited. Does not implicitly {@link google.shopping.merchant.reports.v1beta.NonProductPerformanceView.verify|verify} messages.
2283
+ * @param message NonProductPerformanceView message or plain object to encode
2284
+ * @param [writer] Writer to encode to
2285
+ * @returns Writer
2286
+ */
2287
+ public static encodeDelimited(message: google.shopping.merchant.reports.v1beta.INonProductPerformanceView, writer?: $protobuf.Writer): $protobuf.Writer;
2288
+
2289
+ /**
2290
+ * Decodes a NonProductPerformanceView message from the specified reader or buffer.
2291
+ * @param reader Reader or buffer to decode from
2292
+ * @param [length] Message length if known beforehand
2293
+ * @returns NonProductPerformanceView
2294
+ * @throws {Error} If the payload is not a reader or valid buffer
2295
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
2296
+ */
2297
+ public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.shopping.merchant.reports.v1beta.NonProductPerformanceView;
2298
+
2299
+ /**
2300
+ * Decodes a NonProductPerformanceView message from the specified reader or buffer, length delimited.
2301
+ * @param reader Reader or buffer to decode from
2302
+ * @returns NonProductPerformanceView
2303
+ * @throws {Error} If the payload is not a reader or valid buffer
2304
+ * @throws {$protobuf.util.ProtocolError} If required fields are missing
2305
+ */
2306
+ public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.shopping.merchant.reports.v1beta.NonProductPerformanceView;
2307
+
2308
+ /**
2309
+ * Verifies a NonProductPerformanceView message.
2310
+ * @param message Plain object to verify
2311
+ * @returns `null` if valid, otherwise the reason why it is not
2312
+ */
2313
+ public static verify(message: { [k: string]: any }): (string|null);
2314
+
2315
+ /**
2316
+ * Creates a NonProductPerformanceView message from a plain object. Also converts values to their respective internal types.
2317
+ * @param object Plain object
2318
+ * @returns NonProductPerformanceView
2319
+ */
2320
+ public static fromObject(object: { [k: string]: any }): google.shopping.merchant.reports.v1beta.NonProductPerformanceView;
2321
+
2322
+ /**
2323
+ * Creates a plain object from a NonProductPerformanceView message. Also converts values to other types if specified.
2324
+ * @param message NonProductPerformanceView
2325
+ * @param [options] Conversion options
2326
+ * @returns Plain object
2327
+ */
2328
+ public static toObject(message: google.shopping.merchant.reports.v1beta.NonProductPerformanceView, options?: $protobuf.IConversionOptions): { [k: string]: any };
2329
+
2330
+ /**
2331
+ * Converts this NonProductPerformanceView to JSON.
2332
+ * @returns JSON object
2333
+ */
2334
+ public toJSON(): { [k: string]: any };
2335
+
2336
+ /**
2337
+ * Gets the default type url for NonProductPerformanceView
2338
+ * @param [typeUrlPrefix] your custom typeUrlPrefix(default "type.googleapis.com")
2339
+ * @returns The default type url
2340
+ */
2341
+ public static getTypeUrl(typeUrlPrefix?: string): string;
2342
+ }
2343
+
2536
2344
  /** Properties of a CompetitiveVisibilityCompetitorView. */
2537
2345
  interface ICompetitiveVisibilityCompetitorView {
2538
2346
 
@@ -2612,36 +2420,6 @@ export namespace google {
2612
2420
  /** CompetitiveVisibilityCompetitorView relativeVisibility. */
2613
2421
  public relativeVisibility?: (number|null);
2614
2422
 
2615
- /** CompetitiveVisibilityCompetitorView _domain. */
2616
- public _domain?: "domain";
2617
-
2618
- /** CompetitiveVisibilityCompetitorView _isYourDomain. */
2619
- public _isYourDomain?: "isYourDomain";
2620
-
2621
- /** CompetitiveVisibilityCompetitorView _reportCountryCode. */
2622
- public _reportCountryCode?: "reportCountryCode";
2623
-
2624
- /** CompetitiveVisibilityCompetitorView _reportCategoryId. */
2625
- public _reportCategoryId?: "reportCategoryId";
2626
-
2627
- /** CompetitiveVisibilityCompetitorView _trafficSource. */
2628
- public _trafficSource?: "trafficSource";
2629
-
2630
- /** CompetitiveVisibilityCompetitorView _rank. */
2631
- public _rank?: "rank";
2632
-
2633
- /** CompetitiveVisibilityCompetitorView _adsOrganicRatio. */
2634
- public _adsOrganicRatio?: "adsOrganicRatio";
2635
-
2636
- /** CompetitiveVisibilityCompetitorView _pageOverlapRate. */
2637
- public _pageOverlapRate?: "pageOverlapRate";
2638
-
2639
- /** CompetitiveVisibilityCompetitorView _higherPositionRate. */
2640
- public _higherPositionRate?: "higherPositionRate";
2641
-
2642
- /** CompetitiveVisibilityCompetitorView _relativeVisibility. */
2643
- public _relativeVisibility?: "relativeVisibility";
2644
-
2645
2423
  /**
2646
2424
  * Creates a new CompetitiveVisibilityCompetitorView instance using the specified properties.
2647
2425
  * @param [properties] Properties to set
@@ -2793,33 +2571,6 @@ export namespace google {
2793
2571
  /** CompetitiveVisibilityTopMerchantView higherPositionRate. */
2794
2572
  public higherPositionRate?: (number|null);
2795
2573
 
2796
- /** CompetitiveVisibilityTopMerchantView _domain. */
2797
- public _domain?: "domain";
2798
-
2799
- /** CompetitiveVisibilityTopMerchantView _isYourDomain. */
2800
- public _isYourDomain?: "isYourDomain";
2801
-
2802
- /** CompetitiveVisibilityTopMerchantView _reportCountryCode. */
2803
- public _reportCountryCode?: "reportCountryCode";
2804
-
2805
- /** CompetitiveVisibilityTopMerchantView _reportCategoryId. */
2806
- public _reportCategoryId?: "reportCategoryId";
2807
-
2808
- /** CompetitiveVisibilityTopMerchantView _trafficSource. */
2809
- public _trafficSource?: "trafficSource";
2810
-
2811
- /** CompetitiveVisibilityTopMerchantView _rank. */
2812
- public _rank?: "rank";
2813
-
2814
- /** CompetitiveVisibilityTopMerchantView _adsOrganicRatio. */
2815
- public _adsOrganicRatio?: "adsOrganicRatio";
2816
-
2817
- /** CompetitiveVisibilityTopMerchantView _pageOverlapRate. */
2818
- public _pageOverlapRate?: "pageOverlapRate";
2819
-
2820
- /** CompetitiveVisibilityTopMerchantView _higherPositionRate. */
2821
- public _higherPositionRate?: "higherPositionRate";
2822
-
2823
2574
  /**
2824
2575
  * Creates a new CompetitiveVisibilityTopMerchantView instance using the specified properties.
2825
2576
  * @param [properties] Properties to set
@@ -2947,21 +2698,6 @@ export namespace google {
2947
2698
  /** CompetitiveVisibilityBenchmarkView categoryBenchmarkVisibilityTrend. */
2948
2699
  public categoryBenchmarkVisibilityTrend?: (number|null);
2949
2700
 
2950
- /** CompetitiveVisibilityBenchmarkView _reportCountryCode. */
2951
- public _reportCountryCode?: "reportCountryCode";
2952
-
2953
- /** CompetitiveVisibilityBenchmarkView _reportCategoryId. */
2954
- public _reportCategoryId?: "reportCategoryId";
2955
-
2956
- /** CompetitiveVisibilityBenchmarkView _trafficSource. */
2957
- public _trafficSource?: "trafficSource";
2958
-
2959
- /** CompetitiveVisibilityBenchmarkView _yourDomainVisibilityTrend. */
2960
- public _yourDomainVisibilityTrend?: "yourDomainVisibilityTrend";
2961
-
2962
- /** CompetitiveVisibilityBenchmarkView _categoryBenchmarkVisibilityTrend. */
2963
- public _categoryBenchmarkVisibilityTrend?: "categoryBenchmarkVisibilityTrend";
2964
-
2965
2701
  /**
2966
2702
  * Creates a new CompetitiveVisibilityBenchmarkView instance using the specified properties.
2967
2703
  * @param [properties] Properties to set
@@ -3581,9 +3317,6 @@ export namespace google {
3581
3317
  /** Weight unit. */
3582
3318
  public unit: (google.shopping.type.Weight.WeightUnit|keyof typeof google.shopping.type.Weight.WeightUnit);
3583
3319
 
3584
- /** Weight _amountMicros. */
3585
- public _amountMicros?: "amountMicros";
3586
-
3587
3320
  /**
3588
3321
  * Creates a new Weight instance using the specified properties.
3589
3322
  * @param [properties] Properties to set
@@ -3697,12 +3430,6 @@ export namespace google {
3697
3430
  /** Price currencyCode. */
3698
3431
  public currencyCode?: (string|null);
3699
3432
 
3700
- /** Price _amountMicros. */
3701
- public _amountMicros?: "amountMicros";
3702
-
3703
- /** Price _currencyCode. */
3704
- public _currencyCode?: "currencyCode";
3705
-
3706
3433
  /**
3707
3434
  * Creates a new Price instance using the specified properties.
3708
3435
  * @param [properties] Properties to set
@@ -3812,12 +3539,6 @@ export namespace google {
3812
3539
  /** CustomAttribute groupValues. */
3813
3540
  public groupValues: google.shopping.type.ICustomAttribute[];
3814
3541
 
3815
- /** CustomAttribute _name. */
3816
- public _name?: "name";
3817
-
3818
- /** CustomAttribute _value. */
3819
- public _value?: "value";
3820
-
3821
3542
  /**
3822
3543
  * Creates a new CustomAttribute instance using the specified properties.
3823
3544
  * @param [properties] Properties to set
@@ -9126,7 +8847,7 @@ export namespace google {
9126
8847
  doubleValue?: (number|null);
9127
8848
 
9128
8849
  /** UninterpretedOption stringValue */
9129
- stringValue?: (Uint8Array|string|null);
8850
+ stringValue?: (Uint8Array|Buffer|string|null);
9130
8851
 
9131
8852
  /** UninterpretedOption aggregateValue */
9132
8853
  aggregateValue?: (string|null);
@@ -9157,7 +8878,7 @@ export namespace google {
9157
8878
  public doubleValue: number;
9158
8879
 
9159
8880
  /** UninterpretedOption stringValue. */
9160
- public stringValue: (Uint8Array|string);
8881
+ public stringValue: (Uint8Array|Buffer|string);
9161
8882
 
9162
8883
  /** UninterpretedOption aggregateValue. */
9163
8884
  public aggregateValue: string;