File tree 4 files changed +15
-9
lines changed
clients/google-api-services-content/v2.1
com/google/api/services/content/model
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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-content</artifactId >
25
- <version >v2.1-rev20250208 -2.0.0</version >
25
+ <version >v2.1-rev20250301 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 31
31
public final class ReturnPolicyOnlineReturnReasonCategoryInfo extends com .google .api .client .json .GenericJson {
32
32
33
33
/**
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.
35
37
* The value may be {@code null}.
36
38
*/
37
39
@ com .google .api .client .util .Key
@@ -53,15 +55,19 @@ public final class ReturnPolicyOnlineReturnReasonCategoryInfo extends com.google
53
55
private ReturnPolicyOnlineReturnShippingFee returnShippingFee ;
54
56
55
57
/**
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.
57
61
* @return value or {@code null} for none
58
62
*/
59
63
public java .lang .String getReturnLabelSource () {
60
64
return returnLabelSource ;
61
65
}
62
66
63
67
/**
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.
65
71
* @param returnLabelSource returnLabelSource or {@code null} for none
66
72
*/
67
73
public ReturnPolicyOnlineReturnReasonCategoryInfo setReturnLabelSource (java .lang .String returnLabelSource ) {
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-content</artifactId >
25
- <version >v2.1-rev20250208 -2.0.0</version >
25
+ <version >v2.1-rev20250301 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments