Skip to content

Commit 20cd0f1

Browse files
1 parent fae3ee1 commit 20cd0f1

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

clients/google-api-services-content/v2.1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-content</artifactId>
25-
<version>v2.1-rev20250208-2.0.0</version>
25+
<version>v2.1-rev20250301-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-content:v2.1-rev20250208-2.0.0'
38+
implementation 'com.google.apis:google-api-services-content:v2.1-rev20250301-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-content/v2.1/2.0.0/com/google/api/services/content/model/ReturnPolicyOnlineReturnReasonCategoryInfo.java

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
public final class ReturnPolicyOnlineReturnReasonCategoryInfo extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* The corresponding return label source.
34+
* The corresponding return label source. If the `ReturnMethod` field includes `BY_MAIL`, it is
35+
* required to specify `ReturnLabelSource` for both `BUYER_REMORSE` and `ITEM_DEFECT` return
36+
* reason categories.
3537
* The value may be {@code null}.
3638
*/
3739
@com.google.api.client.util.Key
@@ -53,15 +55,19 @@ public final class ReturnPolicyOnlineReturnReasonCategoryInfo extends com.google
5355
private ReturnPolicyOnlineReturnShippingFee returnShippingFee;
5456

5557
/**
56-
* The corresponding return label source.
58+
* The corresponding return label source. If the `ReturnMethod` field includes `BY_MAIL`, it is
59+
* required to specify `ReturnLabelSource` for both `BUYER_REMORSE` and `ITEM_DEFECT` return
60+
* reason categories.
5761
* @return value or {@code null} for none
5862
*/
5963
public java.lang.String getReturnLabelSource() {
6064
return returnLabelSource;
6165
}
6266

6367
/**
64-
* The corresponding return label source.
68+
* The corresponding return label source. If the `ReturnMethod` field includes `BY_MAIL`, it is
69+
* required to specify `ReturnLabelSource` for both `BUYER_REMORSE` and `ITEM_DEFECT` return
70+
* reason categories.
6571
* @param returnLabelSource returnLabelSource or {@code null} for none
6672
*/
6773
public ReturnPolicyOnlineReturnReasonCategoryInfo setReturnLabelSource(java.lang.String returnLabelSource) {

clients/google-api-services-content/v2.1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-content</artifactId>
11-
<version>v2.1-rev20250208-2.0.0</version>
12-
<name>Content API for Shopping v2.1-rev20250208-2.0.0</name>
11+
<version>v2.1-rev20250301-2.0.0</version>
12+
<name>Content API for Shopping v2.1-rev20250301-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-content/v2.1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-content</artifactId>
25-
<version>v2.1-rev20250208-2.0.0</version>
25+
<version>v2.1-rev20250301-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-content:v2.1-rev20250208-2.0.0'
38+
implementation 'com.google.apis:google-api-services-content:v2.1-rev20250301-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)