service) {
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..4bdf1593c4c 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 @@
com.google.apis
google-api-services-merchantapi
- accounts_v1-rev20251120-2.0.0
- Merchant API accounts_v1-rev20251120-2.0.0
+ accounts_v1-rev20260206-2.0.0
+ Merchant API accounts_v1-rev20260206-2.0.0
jar
2011
diff --git a/clients/google-api-services-merchantapi/accounts_v1/README.md b/clients/google-api-services-merchantapi/accounts_v1/README.md
index 83ed5673792..7228f3de3ac 100644
--- a/clients/google-api-services-merchantapi/accounts_v1/README.md
+++ b/clients/google-api-services-merchantapi/accounts_v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-merchantapi
- accounts_v1-rev20251120-2.0.0
+ accounts_v1-rev20260206-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20251120-2.0.0'
+ implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260206-2.0.0'
}
```
diff --git a/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/README.md b/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/README.md
index 5a9c1ada22d..10db5a66484 100644
--- a/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/README.md
+++ b/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-merchantapi
- accounts_v1beta-rev20251120-2.0.0
+ accounts_v1beta-rev20260206-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20251120-2.0.0'
+ implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20260206-2.0.0'
}
```
diff --git a/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/Merchant.java b/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/Merchant.java
index 98cb3e0f613..17048b81ff4 100644
--- a/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/Merchant.java
+++ b/clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/Merchant.java
@@ -103,7 +103,7 @@ public class Merchant extends com.google.api.client.googleapis.services.json.Abs
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
*
Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
*