Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>products_v1-rev20260527-2.0.0</version>
<version>products_v1-rev20260602-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
*/
Expand Down Expand Up @@ -2729,7 +2729,7 @@ public ProductAttributes setPromotionIds(java.util.List<java.lang.String> 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
*/
Expand All @@ -2740,7 +2740,7 @@ public java.util.List<QuestionAndAnswer> 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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>products_v1-rev20260527-2.0.0</version>
<name>Merchant API products_v1-rev20260527-2.0.0</name>
<version>products_v1-rev20260602-2.0.0</version>
<name>Merchant API products_v1-rev20260602-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-merchantapi</artifactId>
<version>products_v1-rev20260527-2.0.0</version>
<version>products_v1-rev20260602-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down