diff --git a/clients/google-api-services-merchantapi/accounts_v1/2.0.0/README.md b/clients/google-api-services-merchantapi/accounts_v1/2.0.0/README.md
index 83ed5673792..cd33b876113 100644
--- a/clients/google-api-services-merchantapi/accounts_v1/2.0.0/README.md
+++ b/clients/google-api-services-merchantapi/accounts_v1/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Merchant API. For a detailed explanation see: diff --git a/clients/google-api-services-merchantapi/accounts_v1/2.0.0/com/google/api/services/merchantapi/accounts_v1/model/Region.java b/clients/google-api-services-merchantapi/accounts_v1/2.0.0/com/google/api/services/merchantapi/accounts_v1/model/Region.java index 043307eda01..58fd36544c0 100644 --- a/clients/google-api-services-merchantapi/accounts_v1/2.0.0/com/google/api/services/merchantapi/accounts_v1/model/Region.java +++ b/clients/google-api-services-merchantapi/accounts_v1/2.0.0/com/google/api/services/merchantapi/accounts_v1/model/Region.java @@ -18,10 +18,11 @@ /** * Represents a geographic region that you can use as a target with both the `RegionalInventory` and - * `ShippingSettings` services. You can define regions as collections of either postal codes or, in - * some countries, using predefined geotargets. For more information, see [Set up regions - * ](https://support.google.com/merchants/answer/7410946#zippy=%2Ccreate-a-new-region) for more - * information. + * `ShippingSettings` services. You can define regions as collections of either postal codes, radius + * areas or, in some countries, using predefined geotargets. A region must be defined by specifying + * exactly one of `postal_code_area`, `geotarget_area`, or `radius_area`. For more information, see + * [Set up regions ](https://support.google.com/merchants/answer/7410946#zippy=%2Ccreate-a-new- + * region) for more information. * *
This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Merchant API. For a detailed explanation see:
diff --git a/clients/google-api-services-merchantapi/accounts_v1/2.0.0/pom.xml b/clients/google-api-services-merchantapi/accounts_v1/2.0.0/pom.xml
index f2f3f65a453..53d14aa2df0 100644
--- a/clients/google-api-services-merchantapi/accounts_v1/2.0.0/pom.xml
+++ b/clients/google-api-services-merchantapi/accounts_v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Merchant API. For a detailed explanation see: diff --git a/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/Region.java b/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/Region.java index 21752f06a8c..8abe5474457 100644 --- a/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/Region.java +++ b/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/Region.java @@ -18,10 +18,11 @@ /** * Represents a geographic region that you can use as a target with both the `RegionalInventory` and - * `ShippingSettings` services. You can define regions as collections of either postal codes or, in - * some countries, using predefined geotargets. For more information, see [Set up regions - * ](https://support.google.com/merchants/answer/7410946#zippy=%2Ccreate-a-new-region) for more - * information. + * `ShippingSettings` services. You can define regions as collections of either postal codes, radius + * areas or, in some countries, using predefined geotargets. A region must be defined by specifying + * exactly one of `postal_code_area`, `geotarget_area`, or `radius_area`. For more information, see + * [Set up regions ](https://support.google.com/merchants/answer/7410946#zippy=%2Ccreate-a-new- + * region) for more information. * *
This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Merchant API. For a detailed explanation see:
diff --git a/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/pom.xml b/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/pom.xml
index 12c514ec1d9..c1d47957b30 100644
--- a/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/pom.xml
+++ b/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/pom.xml
@@ -8,8 +8,8 @@