Skip to content

Commit 7b20cda

Browse files
1 parent ec92507 commit 7b20cda

File tree

9 files changed

+39
-27
lines changed

9 files changed

+39
-27
lines changed

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

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

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

3232
/**
33-
* Required. The resource name of the terms of service version.
33+
* Required. The resource name of the terms of service version in the format
34+
* `termsOfService/{version}`. To retrieve the latest version, use the [termsOfService.retrieveLat
35+
* est](/merchant/api/reference/rest/accounts_v1beta/termsOfService/retrieveLatest) method.
3436
* The value may be {@code null}.
3537
*/
3638
@com.google.api.client.util.Key
@@ -45,15 +47,19 @@ public final class AcceptTermsOfService extends com.google.api.client.json.Gener
4547
private java.lang.String regionCode;
4648

4749
/**
48-
* Required. The resource name of the terms of service version.
50+
* Required. The resource name of the terms of service version in the format
51+
* `termsOfService/{version}`. To retrieve the latest version, use the [termsOfService.retrieveLat
52+
* est](/merchant/api/reference/rest/accounts_v1beta/termsOfService/retrieveLatest) method.
4953
* @return value or {@code null} for none
5054
*/
5155
public java.lang.String getName() {
5256
return name;
5357
}
5458

5559
/**
56-
* Required. The resource name of the terms of service version.
60+
* Required. The resource name of the terms of service version in the format
61+
* `termsOfService/{version}`. To retrieve the latest version, use the [termsOfService.retrieveLat
62+
* est](/merchant/api/reference/rest/accounts_v1beta/termsOfService/retrieveLatest) method.
5763
* @param name name or {@code null} for none
5864
*/
5965
public AcceptTermsOfService setName(java.lang.String name) {

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public final class DeliveryTime extends com.google.api.client.json.GenericJson {
4848
/**
4949
* Maximum number of business days spent before an order is shipped. 0 means same day shipped, 1
5050
* means next day shipped. Must be greater than or equal to `min_handling_days`.
51+
* 'min_handling_days' and 'max_handling_days' should be either set or not set at the same time.
5152
* The value may be {@code null}.
5253
*/
5354
@com.google.api.client.util.Key
@@ -63,7 +64,8 @@ public final class DeliveryTime extends com.google.api.client.json.GenericJson {
6364

6465
/**
6566
* Minimum number of business days spent before an order is shipped. 0 means same day shipped, 1
66-
* means next day shipped.
67+
* means next day shipped. 'min_handling_days' and 'max_handling_days' should be either set or not
68+
* set at the same time.
6769
* The value may be {@code null}.
6870
*/
6971
@com.google.api.client.util.Key
@@ -145,6 +147,7 @@ public DeliveryTime setHandlingBusinessDayConfig(BusinessDayConfig handlingBusin
145147
/**
146148
* Maximum number of business days spent before an order is shipped. 0 means same day shipped, 1
147149
* means next day shipped. Must be greater than or equal to `min_handling_days`.
150+
* 'min_handling_days' and 'max_handling_days' should be either set or not set at the same time.
148151
* @return value or {@code null} for none
149152
*/
150153
public java.lang.Integer getMaxHandlingDays() {
@@ -154,6 +157,7 @@ public java.lang.Integer getMaxHandlingDays() {
154157
/**
155158
* Maximum number of business days spent before an order is shipped. 0 means same day shipped, 1
156159
* means next day shipped. Must be greater than or equal to `min_handling_days`.
160+
* 'min_handling_days' and 'max_handling_days' should be either set or not set at the same time.
157161
* @param maxHandlingDays maxHandlingDays or {@code null} for none
158162
*/
159163
public DeliveryTime setMaxHandlingDays(java.lang.Integer maxHandlingDays) {
@@ -182,7 +186,8 @@ public DeliveryTime setMaxTransitDays(java.lang.Integer maxTransitDays) {
182186

183187
/**
184188
* Minimum number of business days spent before an order is shipped. 0 means same day shipped, 1
185-
* means next day shipped.
189+
* means next day shipped. 'min_handling_days' and 'max_handling_days' should be either set or not
190+
* set at the same time.
186191
* @return value or {@code null} for none
187192
*/
188193
public java.lang.Integer getMinHandlingDays() {
@@ -191,7 +196,8 @@ public java.lang.Integer getMinHandlingDays() {
191196

192197
/**
193198
* Minimum number of business days spent before an order is shipped. 0 means same day shipped, 1
194-
* means next day shipped.
199+
* means next day shipped. 'min_handling_days' and 'max_handling_days' should be either set or not
200+
* set at the same time.
195201
* @param minHandlingDays minHandlingDays or {@code null} for none
196202
*/
197203
public DeliveryTime setMinHandlingDays(java.lang.Integer minHandlingDays) {

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-rev20240909-2.0.0</version>
12-
<name>Merchant API accounts_v1beta-rev20240909-2.0.0</name>
11+
<version>accounts_v1beta-rev20240916-2.0.0</version>
12+
<name>Merchant API accounts_v1beta-rev20240916-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-rev20240909-2.0.0</version>
25+
<version>accounts_v1beta-rev20240916-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-rev20240909-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20240916-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/products_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>products_v1beta-rev20240827-2.0.0</version>
25+
<version>products_v1beta-rev20240916-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_v1beta-rev20240827-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:products_v1beta-rev20240916-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/products_v1beta/2.0.0/com/google/api/services/merchantapi/products_v1beta/model/Attributes.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -293,12 +293,12 @@ public final class Attributes extends com.google.api.client.json.GenericJson {
293293
private java.lang.String googleProductCategory;
294294

295295
/**
296-
* Global Trade Item Number ([GTIN](https://support.google.com/merchants/answer/188494#gtin)) of
297-
* the item.
296+
* Global Trade Item Numbers ([GTIN](https://support.google.com/merchants/answer/188494#gtin)) of
297+
* the item. You can provide up to 10 GTINs.
298298
* The value may be {@code null}.
299299
*/
300300
@com.google.api.client.util.Key
301-
private java.lang.String gtin;
301+
private java.util.List<java.lang.String> gtin;
302302

303303
/**
304304
* Set this value to false when the item does not have unique product identifiers appropriate to
@@ -1349,20 +1349,20 @@ public Attributes setGoogleProductCategory(java.lang.String googleProductCategor
13491349
}
13501350

13511351
/**
1352-
* Global Trade Item Number ([GTIN](https://support.google.com/merchants/answer/188494#gtin)) of
1353-
* the item.
1352+
* Global Trade Item Numbers ([GTIN](https://support.google.com/merchants/answer/188494#gtin)) of
1353+
* the item. You can provide up to 10 GTINs.
13541354
* @return value or {@code null} for none
13551355
*/
1356-
public java.lang.String getGtin() {
1356+
public java.util.List<java.lang.String> getGtin() {
13571357
return gtin;
13581358
}
13591359

13601360
/**
1361-
* Global Trade Item Number ([GTIN](https://support.google.com/merchants/answer/188494#gtin)) of
1362-
* the item.
1361+
* Global Trade Item Numbers ([GTIN](https://support.google.com/merchants/answer/188494#gtin)) of
1362+
* the item. You can provide up to 10 GTINs.
13631363
* @param gtin gtin or {@code null} for none
13641364
*/
1365-
public Attributes setGtin(java.lang.String gtin) {
1365+
public Attributes setGtin(java.util.List<java.lang.String> gtin) {
13661366
this.gtin = gtin;
13671367
return this;
13681368
}

clients/google-api-services-merchantapi/products_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>products_v1beta-rev20240827-2.0.0</version>
12-
<name>Merchant API products_v1beta-rev20240827-2.0.0</name>
11+
<version>products_v1beta-rev20240916-2.0.0</version>
12+
<name>Merchant API products_v1beta-rev20240916-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/products_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>products_v1beta-rev20240827-2.0.0</version>
25+
<version>products_v1beta-rev20240916-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_v1beta-rev20240827-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:products_v1beta-rev20240916-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)