File tree Expand file tree Collapse file tree 4 files changed +15
-9
lines changed
clients/google-api-services-content/v2.1
com/google/api/services/content/model Expand file tree Collapse file tree 4 files changed +15
-9
lines changed Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff line change 3131public 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 ) {
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
You can’t perform that action at this time.
0 commit comments