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 273f34a2a9c..d0c047fceac 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-rev20260527-2.0.0 + products_v1-rev20260602-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-merchantapi:products_v1-rev20260527-2.0.0' + implementation 'com.google.apis:google-api-services-merchantapi:products_v1-rev20260602-2.0.0' } ``` diff --git a/clients/google-api-services-merchantapi/products_v1/2.0.0/com/google/api/services/merchantapi/products_v1/model/ProductAttributes.java b/clients/google-api-services-merchantapi/products_v1/2.0.0/com/google/api/services/merchantapi/products_v1/model/ProductAttributes.java index fd290e82a86..0c989aa70fd 100644 --- a/clients/google-api-services-merchantapi/products_v1/2.0.0/com/google/api/services/merchantapi/products_v1/model/ProductAttributes.java +++ b/clients/google-api-services-merchantapi/products_v1/2.0.0/com/google/api/services/merchantapi/products_v1/model/ProductAttributes.java @@ -761,7 +761,7 @@ public final class ProductAttributes extends com.google.api.client.json.GenericJ /** * Optional. Contains user-, merchant-, and manufacturer-authored [questions and * answers](https://support.google.com/merchants/answer/17085211) about the product. Max 30 - * question and answer pairs. Max 5000 characters total. Each question can have max 1000 + * question and answer pairs. Max 10000 characters total. Each question can have max 1000 * characters. Each answer can have max 1000 characters. * The value may be {@code null}. */ @@ -2729,7 +2729,7 @@ public ProductAttributes setPromotionIds(java.util.List promot /** * Optional. Contains user-, merchant-, and manufacturer-authored [questions and * answers](https://support.google.com/merchants/answer/17085211) about the product. Max 30 - * question and answer pairs. Max 5000 characters total. Each question can have max 1000 + * question and answer pairs. Max 10000 characters total. Each question can have max 1000 * characters. Each answer can have max 1000 characters. * @return value or {@code null} for none */ @@ -2740,7 +2740,7 @@ public java.util.List getQuestionsAndAnswers() { /** * Optional. Contains user-, merchant-, and manufacturer-authored [questions and * answers](https://support.google.com/merchants/answer/17085211) about the product. Max 30 - * question and answer pairs. Max 5000 characters total. Each question can have max 1000 + * question and answer pairs. Max 10000 characters total. Each question can have max 1000 * characters. Each answer can have max 1000 characters. * @param questionsAndAnswers questionsAndAnswers 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 7f857032e4d..b026dd06178 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-rev20260527-2.0.0 - Merchant API products_v1-rev20260527-2.0.0 + products_v1-rev20260602-2.0.0 + Merchant API products_v1-rev20260602-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 273f34a2a9c..d0c047fceac 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-rev20260527-2.0.0 + products_v1-rev20260602-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-merchantapi:products_v1-rev20260527-2.0.0' + implementation 'com.google.apis:google-api-services-merchantapi:products_v1-rev20260602-2.0.0' } ```