diff --git a/ShoppingMerchantReports/metadata/V1Beta/Reports.php b/ShoppingMerchantReports/metadata/V1Beta/Reports.php
index 47f7f5e1da06..dc1fccaf73e8 100644
Binary files a/ShoppingMerchantReports/metadata/V1Beta/Reports.php and b/ShoppingMerchantReports/metadata/V1Beta/Reports.php differ
diff --git a/ShoppingMerchantReports/src/V1beta/BestSellersBrandView.php b/ShoppingMerchantReports/src/V1beta/BestSellersBrandView.php
index b8be331a2fee..b03abffe8f95 100644
--- a/ShoppingMerchantReports/src/V1beta/BestSellersBrandView.php
+++ b/ShoppingMerchantReports/src/V1beta/BestSellersBrandView.php
@@ -59,12 +59,6 @@ class BestSellersBrandView extends \Google\Protobuf\Internal\Message
* Generated from protobuf field optional int64 report_category_id = 4;
*/
protected $report_category_id = null;
- /**
- * Google-assigned id of the brand.
- *
- * Generated from protobuf field optional string id = 5;
- */
- protected $id = null;
/**
* Name of the brand.
*
@@ -135,8 +129,6 @@ class BestSellersBrandView extends \Google\Protobuf\Internal\Message
* Required in the `SELECT` clause. If a `WHERE` condition on
* `report_category_id` is not specified in the query, rankings for all
* top-level categories are returned.
- * @type string $id
- * Google-assigned id of the brand.
* @type string $brand
* Name of the brand.
* @type int|string $rank
@@ -335,42 +327,6 @@ public function setReportCategoryId($var)
return $this;
}
- /**
- * Google-assigned id of the brand.
- *
- * Generated from protobuf field optional string id = 5;
- * @return string
- */
- public function getId()
- {
- return isset($this->id) ? $this->id : '';
- }
-
- public function hasId()
- {
- return isset($this->id);
- }
-
- public function clearId()
- {
- unset($this->id);
- }
-
- /**
- * Google-assigned id of the brand.
- *
- * Generated from protobuf field optional string id = 5;
- * @param string $var
- * @return $this
- */
- public function setId($var)
- {
- GPBUtil::checkString($var, True);
- $this->id = $var;
-
- return $this;
- }
-
/**
* Name of the brand.
*
diff --git a/ShoppingMerchantReports/src/V1beta/BestSellersProductClusterView.php b/ShoppingMerchantReports/src/V1beta/BestSellersProductClusterView.php
index 90686b52b107..1eb9b46f8d8f 100644
--- a/ShoppingMerchantReports/src/V1beta/BestSellersProductClusterView.php
+++ b/ShoppingMerchantReports/src/V1beta/BestSellersProductClusterView.php
@@ -61,12 +61,6 @@ class BestSellersProductClusterView extends \Google\Protobuf\Internal\Message
* Generated from protobuf field optional int64 report_category_id = 4;
*/
protected $report_category_id = null;
- /**
- * Google-assigned id of the product cluster.
- *
- * Generated from protobuf field optional string id = 5;
- */
- protected $id = null;
/**
* Title of the product cluster.
*
@@ -209,8 +203,6 @@ class BestSellersProductClusterView extends \Google\Protobuf\Internal\Message
* Required in the `SELECT` clause. If a `WHERE` condition on
* `report_category_id` is not specified in the query, rankings for all
* top-level categories are returned.
- * @type string $id
- * Google-assigned id of the product cluster.
* @type string $title
* Title of the product cluster.
* @type string $brand
@@ -445,42 +437,6 @@ public function setReportCategoryId($var)
return $this;
}
- /**
- * Google-assigned id of the product cluster.
- *
- * Generated from protobuf field optional string id = 5;
- * @return string
- */
- public function getId()
- {
- return isset($this->id) ? $this->id : '';
- }
-
- public function hasId()
- {
- return isset($this->id);
- }
-
- public function clearId()
- {
- unset($this->id);
- }
-
- /**
- * Google-assigned id of the product cluster.
- *
- * Generated from protobuf field optional string id = 5;
- * @param string $var
- * @return $this
- */
- public function setId($var)
- {
- GPBUtil::checkString($var, True);
- $this->id = $var;
-
- return $this;
- }
-
/**
* Title of the product cluster.
*
diff --git a/ShoppingMerchantReports/src/V1beta/ProductPerformanceView.php b/ShoppingMerchantReports/src/V1beta/ProductPerformanceView.php
index b2c483064d49..2c394da99e33 100644
--- a/ShoppingMerchantReports/src/V1beta/ProductPerformanceView.php
+++ b/ShoppingMerchantReports/src/V1beta/ProductPerformanceView.php
@@ -52,31 +52,6 @@ class ProductPerformanceView extends \Google\Protobuf\Internal\Message
* Generated from protobuf field optional string customer_country_code = 4;
*/
protected $customer_country_code = null;
- /**
- * Merchant Center account id of the seller of the offer. Segment.
- * Available only for multi-client accounts.
- *
- * Generated from protobuf field optional int64 account_id = 29;
- */
- protected $account_id = null;
- /**
- * Merchant Center account name of the seller of the offer. Segment.
- * Available only for multi-client accounts.
- *
- * Generated from protobuf field optional string account_display_name = 30;
- */
- protected $account_display_name = null;
- /**
- * [External account
- * id](https://support.google.com/merchants/answer/11537846?hl=en) submitted
- * in an offer feed by a multi-seller account to identify the seller of the
- * offer. Segment.
- * Available only for multi-client accounts. This field is non-empty only for
- * auto-seller accounts.
- *
- * Generated from protobuf field optional string external_account_id = 31;
- */
- protected $external_account_id = null;
/**
* Merchant-provided id of the product. Segment.
*
@@ -271,19 +246,6 @@ class ProductPerformanceView extends \Google\Protobuf\Internal\Message
* Represented in the ISO 3166 format. Segment.
* If the customer country cannot be determined, a special 'ZZ' code is
* returned.
- * @type int|string $account_id
- * Merchant Center account id of the seller of the offer. Segment.
- * Available only for multi-client accounts.
- * @type string $account_display_name
- * Merchant Center account name of the seller of the offer. Segment.
- * Available only for multi-client accounts.
- * @type string $external_account_id
- * [External account
- * id](https://support.google.com/merchants/answer/11537846?hl=en) submitted
- * in an offer feed by a multi-seller account to identify the seller of the
- * offer. Segment.
- * Available only for multi-client accounts. This field is non-empty only for
- * auto-seller accounts.
* @type string $offer_id
* Merchant-provided id of the product. Segment.
* @type string $title
@@ -523,128 +485,6 @@ public function setCustomerCountryCode($var)
return $this;
}
- /**
- * Merchant Center account id of the seller of the offer. Segment.
- * Available only for multi-client accounts.
- *
- * Generated from protobuf field optional int64 account_id = 29;
- * @return int|string
- */
- public function getAccountId()
- {
- return isset($this->account_id) ? $this->account_id : 0;
- }
-
- public function hasAccountId()
- {
- return isset($this->account_id);
- }
-
- public function clearAccountId()
- {
- unset($this->account_id);
- }
-
- /**
- * Merchant Center account id of the seller of the offer. Segment.
- * Available only for multi-client accounts.
- *
- * Generated from protobuf field optional int64 account_id = 29;
- * @param int|string $var
- * @return $this
- */
- public function setAccountId($var)
- {
- GPBUtil::checkInt64($var);
- $this->account_id = $var;
-
- return $this;
- }
-
- /**
- * Merchant Center account name of the seller of the offer. Segment.
- * Available only for multi-client accounts.
- *
- * Generated from protobuf field optional string account_display_name = 30;
- * @return string
- */
- public function getAccountDisplayName()
- {
- return isset($this->account_display_name) ? $this->account_display_name : '';
- }
-
- public function hasAccountDisplayName()
- {
- return isset($this->account_display_name);
- }
-
- public function clearAccountDisplayName()
- {
- unset($this->account_display_name);
- }
-
- /**
- * Merchant Center account name of the seller of the offer. Segment.
- * Available only for multi-client accounts.
- *
- * Generated from protobuf field optional string account_display_name = 30;
- * @param string $var
- * @return $this
- */
- public function setAccountDisplayName($var)
- {
- GPBUtil::checkString($var, True);
- $this->account_display_name = $var;
-
- return $this;
- }
-
- /**
- * [External account
- * id](https://support.google.com/merchants/answer/11537846?hl=en) submitted
- * in an offer feed by a multi-seller account to identify the seller of the
- * offer. Segment.
- * Available only for multi-client accounts. This field is non-empty only for
- * auto-seller accounts.
- *
- * Generated from protobuf field optional string external_account_id = 31;
- * @return string
- */
- public function getExternalAccountId()
- {
- return isset($this->external_account_id) ? $this->external_account_id : '';
- }
-
- public function hasExternalAccountId()
- {
- return isset($this->external_account_id);
- }
-
- public function clearExternalAccountId()
- {
- unset($this->external_account_id);
- }
-
- /**
- * [External account
- * id](https://support.google.com/merchants/answer/11537846?hl=en) submitted
- * in an offer feed by a multi-seller account to identify the seller of the
- * offer. Segment.
- * Available only for multi-client accounts. This field is non-empty only for
- * auto-seller accounts.
- *
- * Generated from protobuf field optional string external_account_id = 31;
- * @param string $var
- * @return $this
- */
- public function setExternalAccountId($var)
- {
- GPBUtil::checkString($var, True);
- $this->external_account_id = $var;
-
- return $this;
- }
-
/**
* Merchant-provided id of the product. Segment.
*
diff --git a/ShoppingMerchantReports/src/V1beta/ReportRow.php b/ShoppingMerchantReports/src/V1beta/ReportRow.php
index 79de75b02264..c85412be9fe9 100644
--- a/ShoppingMerchantReports/src/V1beta/ReportRow.php
+++ b/ShoppingMerchantReports/src/V1beta/ReportRow.php
@@ -24,12 +24,6 @@ class ReportRow extends \Google\Protobuf\Internal\Message
* Generated from protobuf field .google.shopping.merchant.reports.v1beta.ProductPerformanceView product_performance_view = 1;
*/
protected $product_performance_view = null;
- /**
- * Fields available for query in `non_product_performance_view` table.
- *
- * Generated from protobuf field .google.shopping.merchant.reports.v1beta.NonProductPerformanceView non_product_performance_view = 7;
- */
- protected $non_product_performance_view = null;
/**
* Fields available for query in `product_view` table.
*
@@ -90,8 +84,6 @@ class ReportRow extends \Google\Protobuf\Internal\Message
*
* @type \Google\Shopping\Merchant\Reports\V1beta\ProductPerformanceView $product_performance_view
* Fields available for query in `product_performance_view` table.
- * @type \Google\Shopping\Merchant\Reports\V1beta\NonProductPerformanceView $non_product_performance_view
- * Fields available for query in `non_product_performance_view` table.
* @type \Google\Shopping\Merchant\Reports\V1beta\ProductView $product_view
* Fields available for query in `product_view` table.
* @type \Google\Shopping\Merchant\Reports\V1beta\PriceCompetitivenessProductView $price_competitiveness_product_view
@@ -154,42 +146,6 @@ public function setProductPerformanceView($var)
return $this;
}
- /**
- * Fields available for query in `non_product_performance_view` table.
- *
- * Generated from protobuf field .google.shopping.merchant.reports.v1beta.NonProductPerformanceView non_product_performance_view = 7;
- * @return \Google\Shopping\Merchant\Reports\V1beta\NonProductPerformanceView|null
- */
- public function getNonProductPerformanceView()
- {
- return $this->non_product_performance_view;
- }
-
- public function hasNonProductPerformanceView()
- {
- return isset($this->non_product_performance_view);
- }
-
- public function clearNonProductPerformanceView()
- {
- unset($this->non_product_performance_view);
- }
-
- /**
- * Fields available for query in `non_product_performance_view` table.
- *
- * Generated from protobuf field .google.shopping.merchant.reports.v1beta.NonProductPerformanceView non_product_performance_view = 7;
- * @param \Google\Shopping\Merchant\Reports\V1beta\NonProductPerformanceView $var
- * @return $this
- */
- public function setNonProductPerformanceView($var)
- {
- GPBUtil::checkMessage($var, \Google\Shopping\Merchant\Reports\V1beta\NonProductPerformanceView::class);
- $this->non_product_performance_view = $var;
-
- return $this;
- }
-
/**
* Fields available for query in `product_view` table.
*