Skip to content

Commit 8993fa8

Browse files
1 parent 77b362c commit 8993fa8

File tree

12 files changed

+75
-39
lines changed

12 files changed

+75
-39
lines changed

clients/google-api-services-merchantapi/accounts_v1/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-merchantapi</artifactId>
25-
<version>accounts_v1-rev20260315-2.0.0</version>
25+
<version>accounts_v1-rev20260318-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-merchantapi:accounts_v1-rev20260315-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260318-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/accounts_v1/2.0.0/com/google/api/services/merchantapi/accounts_v1/model/DeveloperRegistration.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ public final class DeveloperRegistration extends com.google.api.client.json.Gene
3737
private java.util.List<java.lang.String> gcpIds;
3838

3939
/**
40-
* Identifier. The `name` (ID) of the developer registration. Generated by the Content API upon
41-
* creation of a new `DeveloperRegistration`. The `account` represents the merchant ID of the
42-
* merchant that owns the registration.
40+
* Identifier. The `name` (ID) of the developer registration. Generated upon creation of a new
41+
* `DeveloperRegistration`. The `account` represents the merchant ID of the merchant that owns the
42+
* registration.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -63,19 +63,19 @@ public DeveloperRegistration setGcpIds(java.util.List<java.lang.String> gcpIds)
6363
}
6464

6565
/**
66-
* Identifier. The `name` (ID) of the developer registration. Generated by the Content API upon
67-
* creation of a new `DeveloperRegistration`. The `account` represents the merchant ID of the
68-
* merchant that owns the registration.
66+
* Identifier. The `name` (ID) of the developer registration. Generated upon creation of a new
67+
* `DeveloperRegistration`. The `account` represents the merchant ID of the merchant that owns the
68+
* registration.
6969
* @return value or {@code null} for none
7070
*/
7171
public java.lang.String getName() {
7272
return name;
7373
}
7474

7575
/**
76-
* Identifier. The `name` (ID) of the developer registration. Generated by the Content API upon
77-
* creation of a new `DeveloperRegistration`. The `account` represents the merchant ID of the
78-
* merchant that owns the registration.
76+
* Identifier. The `name` (ID) of the developer registration. Generated upon creation of a new
77+
* `DeveloperRegistration`. The `account` represents the merchant ID of the merchant that owns the
78+
* registration.
7979
* @param name name or {@code null} for none
8080
*/
8181
public DeveloperRegistration setName(java.lang.String name) {

clients/google-api-services-merchantapi/accounts_v1/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-merchantapi</artifactId>
11-
<version>accounts_v1-rev20260315-2.0.0</version>
12-
<name>Merchant API accounts_v1-rev20260315-2.0.0</name>
11+
<version>accounts_v1-rev20260318-2.0.0</version>
12+
<name>Merchant API accounts_v1-rev20260318-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/accounts_v1/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-merchantapi</artifactId>
25-
<version>accounts_v1-rev20260315-2.0.0</version>
25+
<version>accounts_v1-rev20260318-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-merchantapi:accounts_v1-rev20260315-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260318-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/accounts_v1beta/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-merchantapi</artifactId>
25-
<version>accounts_v1beta-rev20260315-2.0.0</version>
25+
<version>accounts_v1beta-rev20260318-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-merchantapi:accounts_v1beta-rev20260315-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20260318-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/accounts_v1beta/2.0.0/com/google/api/services/merchantapi/accounts_v1beta/model/DeveloperRegistration.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ public final class DeveloperRegistration extends com.google.api.client.json.Gene
3737
private java.util.List<java.lang.String> gcpIds;
3838

3939
/**
40-
* Identifier. The `name` (ID) of the developer registration. Generated by the Content API upon
41-
* creation of a new `DeveloperRegistration`. The `account` represents the merchant ID of the
42-
* merchant that owns the registration.
40+
* Identifier. The `name` (ID) of the developer registration. Generated upon creation of a new
41+
* `DeveloperRegistration`. The `account` represents the merchant ID of the merchant that owns the
42+
* registration.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -63,19 +63,19 @@ public DeveloperRegistration setGcpIds(java.util.List<java.lang.String> gcpIds)
6363
}
6464

6565
/**
66-
* Identifier. The `name` (ID) of the developer registration. Generated by the Content API upon
67-
* creation of a new `DeveloperRegistration`. The `account` represents the merchant ID of the
68-
* merchant that owns the registration.
66+
* Identifier. The `name` (ID) of the developer registration. Generated upon creation of a new
67+
* `DeveloperRegistration`. The `account` represents the merchant ID of the merchant that owns the
68+
* registration.
6969
* @return value or {@code null} for none
7070
*/
7171
public java.lang.String getName() {
7272
return name;
7373
}
7474

7575
/**
76-
* Identifier. The `name` (ID) of the developer registration. Generated by the Content API upon
77-
* creation of a new `DeveloperRegistration`. The `account` represents the merchant ID of the
78-
* merchant that owns the registration.
76+
* Identifier. The `name` (ID) of the developer registration. Generated upon creation of a new
77+
* `DeveloperRegistration`. The `account` represents the merchant ID of the merchant that owns the
78+
* registration.
7979
* @param name name or {@code null} for none
8080
*/
8181
public DeveloperRegistration setName(java.lang.String name) {

clients/google-api-services-merchantapi/accounts_v1beta/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-merchantapi</artifactId>
11-
<version>accounts_v1beta-rev20260315-2.0.0</version>
12-
<name>Merchant API accounts_v1beta-rev20260315-2.0.0</name>
11+
<version>accounts_v1beta-rev20260318-2.0.0</version>
12+
<name>Merchant API accounts_v1beta-rev20260318-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/accounts_v1beta/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-merchantapi</artifactId>
25-
<version>accounts_v1beta-rev20260315-2.0.0</version>
25+
<version>accounts_v1beta-rev20260318-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-merchantapi:accounts_v1beta-rev20260315-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20260318-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/products_v1/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-merchantapi</artifactId>
25-
<version>products_v1-rev20260223-2.0.0</version>
25+
<version>products_v1-rev20260318-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-merchantapi:products_v1-rev20260223-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:products_v1-rev20260318-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/products_v1/2.0.0/com/google/api/services/merchantapi/products_v1/model/ProductAttributes.java

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,15 @@ public final class ProductAttributes extends com.google.api.client.json.GenericJ
621621
@com.google.api.client.util.Key
622622
private java.util.List<java.lang.String> promotionIds;
623623

624+
/**
625+
* The return label of the product, used to group products in account-level return policies. Max.
626+
* 100 characters. For more information, see [Return policy
627+
* label](https://support.google.com/merchants/answer/9445425).
628+
* The value may be {@code null}.
629+
*/
630+
@com.google.api.client.util.Key
631+
private java.lang.String returnPolicyLabel;
632+
624633
/**
625634
* Advertised sale price of the item.
626635
* The value may be {@code null}.
@@ -667,7 +676,9 @@ public final class ProductAttributes extends com.google.api.client.json.GenericJ
667676
private ShippingDimension shippingHeight;
668677

669678
/**
670-
* The shipping label of the product, used to group product in account-level shipping rules.
679+
* The shipping label of the product, used to group products in account-level shipping rules. Max.
680+
* 100 characters. For more information, see [Shipping
681+
* label](https://support.google.com/merchants/answer/6324504).
671682
* The value may be {@code null}.
672683
*/
673684
@com.google.api.client.util.Key
@@ -2143,6 +2154,27 @@ public ProductAttributes setPromotionIds(java.util.List<java.lang.String> promot
21432154
return this;
21442155
}
21452156

2157+
/**
2158+
* The return label of the product, used to group products in account-level return policies. Max.
2159+
* 100 characters. For more information, see [Return policy
2160+
* label](https://support.google.com/merchants/answer/9445425).
2161+
* @return value or {@code null} for none
2162+
*/
2163+
public java.lang.String getReturnPolicyLabel() {
2164+
return returnPolicyLabel;
2165+
}
2166+
2167+
/**
2168+
* The return label of the product, used to group products in account-level return policies. Max.
2169+
* 100 characters. For more information, see [Return policy
2170+
* label](https://support.google.com/merchants/answer/9445425).
2171+
* @param returnPolicyLabel returnPolicyLabel or {@code null} for none
2172+
*/
2173+
public ProductAttributes setReturnPolicyLabel(java.lang.String returnPolicyLabel) {
2174+
this.returnPolicyLabel = returnPolicyLabel;
2175+
return this;
2176+
}
2177+
21462178
/**
21472179
* Advertised sale price of the item.
21482180
* @return value or {@code null} for none
@@ -2252,15 +2284,19 @@ public ProductAttributes setShippingHeight(ShippingDimension shippingHeight) {
22522284
}
22532285

22542286
/**
2255-
* The shipping label of the product, used to group product in account-level shipping rules.
2287+
* The shipping label of the product, used to group products in account-level shipping rules. Max.
2288+
* 100 characters. For more information, see [Shipping
2289+
* label](https://support.google.com/merchants/answer/6324504).
22562290
* @return value or {@code null} for none
22572291
*/
22582292
public java.lang.String getShippingLabel() {
22592293
return shippingLabel;
22602294
}
22612295

22622296
/**
2263-
* The shipping label of the product, used to group product in account-level shipping rules.
2297+
* The shipping label of the product, used to group products in account-level shipping rules. Max.
2298+
* 100 characters. For more information, see [Shipping
2299+
* label](https://support.google.com/merchants/answer/6324504).
22642300
* @param shippingLabel shippingLabel or {@code null} for none
22652301
*/
22662302
public ProductAttributes setShippingLabel(java.lang.String shippingLabel) {

0 commit comments

Comments
 (0)