From e30d5e1b5054c6b784effe04ee27f79d9e486e68 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Fri, 11 Sep 2026 18:17:08 -0700
Subject: [PATCH] chore: regenerate merchantapi client
---
.../products_v1/2.0.0/README.md | 4 +--
.../products_v1/model/ProductInstallment.java | 27 +++++++++++++++++++
.../products_v1/2.0.0/pom.xml | 4 +--
.../products_v1/README.md | 4 +--
4 files changed, 33 insertions(+), 6 deletions(-)
diff --git a/clients/google-api-services-merchantapi/products_v1/2.0.0/README.md b/clients/google-api-services-merchantapi/products_v1/2.0.0/README.md
index 15464c4a82e..4d39a624fb9 100644
--- a/clients/google-api-services-merchantapi/products_v1/2.0.0/README.md
+++ b/clients/google-api-services-merchantapi/products_v1/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
- products_v1-rev20260903-2.0.0
+ products_v1-rev20260910-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-merchantapi:products_v1-rev20260903-2.0.0'
+ implementation 'com.google.apis:google-api-services-merchantapi:products_v1-rev20260910-2.0.0'
}
```
diff --git a/clients/google-api-services-merchantapi/products_v1/2.0.0/com/google/api/services/merchantapi/products_v1/model/ProductInstallment.java b/clients/google-api-services-merchantapi/products_v1/2.0.0/com/google/api/services/merchantapi/products_v1/model/ProductInstallment.java
index 7d937cc6e17..6423ac306dd 100644
--- a/clients/google-api-services-merchantapi/products_v1/2.0.0/com/google/api/services/merchantapi/products_v1/model/ProductInstallment.java
+++ b/clients/google-api-services-merchantapi/products_v1/2.0.0/com/google/api/services/merchantapi/products_v1/model/ProductInstallment.java
@@ -57,6 +57,14 @@ public final class ProductInstallment extends com.google.api.client.json.Generic
@com.google.api.client.util.Key
private Price downpayment;
+ /**
+ * Optional. The mileage allowance for the lease of the vehicle. Only applicable to vehicle
+ * products.
+ * The value may be {@code null}.
+ */
+ @com.google.api.client.util.Key
+ private Mileage mileageAllowance;
+
/**
* The number of installments the buyer has to pay.
* The value may be {@code null}.
@@ -139,6 +147,25 @@ public ProductInstallment setDownpayment(Price downpayment) {
return this;
}
+ /**
+ * Optional. The mileage allowance for the lease of the vehicle. Only applicable to vehicle
+ * products.
+ * @return value or {@code null} for none
+ */
+ public Mileage getMileageAllowance() {
+ return mileageAllowance;
+ }
+
+ /**
+ * Optional. The mileage allowance for the lease of the vehicle. Only applicable to vehicle
+ * products.
+ * @param mileageAllowance mileageAllowance or {@code null} for none
+ */
+ public ProductInstallment setMileageAllowance(Mileage mileageAllowance) {
+ this.mileageAllowance = mileageAllowance;
+ return this;
+ }
+
/**
* The number of installments the buyer has to pay.
* @return value or {@code null} for none
diff --git a/clients/google-api-services-merchantapi/products_v1/2.0.0/pom.xml b/clients/google-api-services-merchantapi/products_v1/2.0.0/pom.xml
index 384304afe49..7ba9a35b5be 100644
--- a/clients/google-api-services-merchantapi/products_v1/2.0.0/pom.xml
+++ b/clients/google-api-services-merchantapi/products_v1/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-merchantapi
- products_v1-rev20260903-2.0.0
- Merchant API products_v1-rev20260903-2.0.0
+ products_v1-rev20260910-2.0.0
+ Merchant API products_v1-rev20260910-2.0.0
jar
2011
diff --git a/clients/google-api-services-merchantapi/products_v1/README.md b/clients/google-api-services-merchantapi/products_v1/README.md
index 15464c4a82e..4d39a624fb9 100644
--- a/clients/google-api-services-merchantapi/products_v1/README.md
+++ b/clients/google-api-services-merchantapi/products_v1/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-merchantapi
- products_v1-rev20260903-2.0.0
+ products_v1-rev20260910-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-merchantapi:products_v1-rev20260903-2.0.0'
+ implementation 'com.google.apis:google-api-services-merchantapi:products_v1-rev20260910-2.0.0'
}
```