Skip to content

Commit bf24379

Browse files
1 parent cf88db4 commit bf24379

File tree

23 files changed

+193
-136
lines changed

23 files changed

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

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ public final class CheckoutSettings extends com.google.api.client.json.GenericJs
5757
private UriSettings effectiveUriSettings;
5858

5959
/**
60-
* Optional. The destinations to which the checkout program applies, valid destination values are
61-
* `SHOPPING_ADS`, `FREE_LISTINGS`
60+
* Optional. The destinations (also known as [Marketing
61+
* methods](https://support.google.com/merchants/answer/15130232)) to which the checkout program
62+
* applies, valid destination values are `SHOPPING_ADS`, `FREE_LISTINGS`
6263
* The value may be {@code null}.
6364
*/
6465
@com.google.api.client.util.Key
@@ -161,17 +162,19 @@ public CheckoutSettings setEffectiveUriSettings(UriSettings effectiveUriSettings
161162
}
162163

163164
/**
164-
* Optional. The destinations to which the checkout program applies, valid destination values are
165-
* `SHOPPING_ADS`, `FREE_LISTINGS`
165+
* Optional. The destinations (also known as [Marketing
166+
* methods](https://support.google.com/merchants/answer/15130232)) to which the checkout program
167+
* applies, valid destination values are `SHOPPING_ADS`, `FREE_LISTINGS`
166168
* @return value or {@code null} for none
167169
*/
168170
public java.util.List<java.lang.String> getEligibleDestinations() {
169171
return eligibleDestinations;
170172
}
171173

172174
/**
173-
* Optional. The destinations to which the checkout program applies, valid destination values are
174-
* `SHOPPING_ADS`, `FREE_LISTINGS`
175+
* Optional. The destinations (also known as [Marketing
176+
* methods](https://support.google.com/merchants/answer/15130232)) to which the checkout program
177+
* applies, valid destination values are `SHOPPING_ADS`, `FREE_LISTINGS`
175178
* @param eligibleDestinations eligibleDestinations or {@code null} for none
176179
*/
177180
public CheckoutSettings setEligibleDestinations(java.util.List<java.lang.String> eligibleDestinations) {

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

clients/google-api-services-merchantapi/inventories_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>inventories_v1beta-rev20250721-2.0.0</version>
25+
<version>inventories_v1beta-rev20250727-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:inventories_v1beta-rev20250721-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:inventories_v1beta-rev20250727-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/inventories_v1beta/2.0.0/com/google/api/services/merchantapi/inventories_v1beta/model/LocalInventory.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public final class LocalInventory extends com.google.api.client.json.GenericJson
9797
private java.lang.String pickupSla;
9898

9999
/**
100-
* Price of the product at this store.
100+
* Optional. Price of the product at this store.
101101
* The value may be {@code null}.
102102
*/
103103
@com.google.api.client.util.Key
@@ -111,14 +111,15 @@ public final class LocalInventory extends com.google.api.client.json.GenericJson
111111
private java.lang.Long quantity;
112112

113113
/**
114-
* Sale price of the product at this store. Mandatory if `salePriceEffectiveDate` is defined.
114+
* Optional. Sale price of the product at this store. Mandatory if `salePriceEffectiveDate` is
115+
* defined.
115116
* The value may be {@code null}.
116117
*/
117118
@com.google.api.client.util.Key
118119
private Price salePrice;
119120

120121
/**
121-
* The `TimePeriod` of the sale at this store.
122+
* Optional. The `TimePeriod` of the sale at this store.
122123
* The value may be {@code null}.
123124
*/
124125
@com.google.api.client.util.Key
@@ -271,15 +272,15 @@ public LocalInventory setPickupSla(java.lang.String pickupSla) {
271272
}
272273

273274
/**
274-
* Price of the product at this store.
275+
* Optional. Price of the product at this store.
275276
* @return value or {@code null} for none
276277
*/
277278
public Price getPrice() {
278279
return price;
279280
}
280281

281282
/**
282-
* Price of the product at this store.
283+
* Optional. Price of the product at this store.
283284
* @param price price or {@code null} for none
284285
*/
285286
public LocalInventory setPrice(Price price) {
@@ -305,15 +306,17 @@ public LocalInventory setQuantity(java.lang.Long quantity) {
305306
}
306307

307308
/**
308-
* Sale price of the product at this store. Mandatory if `salePriceEffectiveDate` is defined.
309+
* Optional. Sale price of the product at this store. Mandatory if `salePriceEffectiveDate` is
310+
* defined.
309311
* @return value or {@code null} for none
310312
*/
311313
public Price getSalePrice() {
312314
return salePrice;
313315
}
314316

315317
/**
316-
* Sale price of the product at this store. Mandatory if `salePriceEffectiveDate` is defined.
318+
* Optional. Sale price of the product at this store. Mandatory if `salePriceEffectiveDate` is
319+
* defined.
317320
* @param salePrice salePrice or {@code null} for none
318321
*/
319322
public LocalInventory setSalePrice(Price salePrice) {
@@ -322,15 +325,15 @@ public LocalInventory setSalePrice(Price salePrice) {
322325
}
323326

324327
/**
325-
* The `TimePeriod` of the sale at this store.
328+
* Optional. The `TimePeriod` of the sale at this store.
326329
* @return value or {@code null} for none
327330
*/
328331
public Interval getSalePriceEffectiveDate() {
329332
return salePriceEffectiveDate;
330333
}
331334

332335
/**
333-
* The `TimePeriod` of the sale at this store.
336+
* Optional. The `TimePeriod` of the sale at this store.
334337
* @param salePriceEffectiveDate salePriceEffectiveDate or {@code null} for none
335338
*/
336339
public LocalInventory setSalePriceEffectiveDate(Interval salePriceEffectiveDate) {

clients/google-api-services-merchantapi/inventories_v1beta/2.0.0/com/google/api/services/merchantapi/inventories_v1beta/model/RegionalInventory.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public final class RegionalInventory extends com.google.api.client.json.GenericJ
7171
private java.lang.String name;
7272

7373
/**
74-
* Price of the product in this region.
74+
* Optional. Price of the product in this region.
7575
* The value may be {@code null}.
7676
*/
7777
@com.google.api.client.util.Key
@@ -87,14 +87,15 @@ public final class RegionalInventory extends com.google.api.client.json.GenericJ
8787
private java.lang.String region;
8888

8989
/**
90-
* Sale price of the product in this region. Mandatory if `salePriceEffectiveDate` is defined.
90+
* Optional. Sale price of the product in this region. Mandatory if `salePriceEffectiveDate` is
91+
* defined.
9192
* The value may be {@code null}.
9293
*/
9394
@com.google.api.client.util.Key
9495
private Price salePrice;
9596

9697
/**
97-
* The `TimePeriod` of the sale price in this region.
98+
* Optional. The `TimePeriod` of the sale price in this region.
9899
* The value may be {@code null}.
99100
*/
100101
@com.google.api.client.util.Key
@@ -177,15 +178,15 @@ public RegionalInventory setName(java.lang.String name) {
177178
}
178179

179180
/**
180-
* Price of the product in this region.
181+
* Optional. Price of the product in this region.
181182
* @return value or {@code null} for none
182183
*/
183184
public Price getPrice() {
184185
return price;
185186
}
186187

187188
/**
188-
* Price of the product in this region.
189+
* Optional. Price of the product in this region.
189190
* @param price price or {@code null} for none
190191
*/
191192
public RegionalInventory setPrice(Price price) {
@@ -215,15 +216,17 @@ public RegionalInventory setRegion(java.lang.String region) {
215216
}
216217

217218
/**
218-
* Sale price of the product in this region. Mandatory if `salePriceEffectiveDate` is defined.
219+
* Optional. Sale price of the product in this region. Mandatory if `salePriceEffectiveDate` is
220+
* defined.
219221
* @return value or {@code null} for none
220222
*/
221223
public Price getSalePrice() {
222224
return salePrice;
223225
}
224226

225227
/**
226-
* Sale price of the product in this region. Mandatory if `salePriceEffectiveDate` is defined.
228+
* Optional. Sale price of the product in this region. Mandatory if `salePriceEffectiveDate` is
229+
* defined.
227230
* @param salePrice salePrice or {@code null} for none
228231
*/
229232
public RegionalInventory setSalePrice(Price salePrice) {
@@ -232,15 +235,15 @@ public RegionalInventory setSalePrice(Price salePrice) {
232235
}
233236

234237
/**
235-
* The `TimePeriod` of the sale price in this region.
238+
* Optional. The `TimePeriod` of the sale price in this region.
236239
* @return value or {@code null} for none
237240
*/
238241
public Interval getSalePriceEffectiveDate() {
239242
return salePriceEffectiveDate;
240243
}
241244

242245
/**
243-
* The `TimePeriod` of the sale price in this region.
246+
* Optional. The `TimePeriod` of the sale price in this region.
244247
* @param salePriceEffectiveDate salePriceEffectiveDate or {@code null} for none
245248
*/
246249
public RegionalInventory setSalePriceEffectiveDate(Interval salePriceEffectiveDate) {

clients/google-api-services-merchantapi/inventories_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>inventories_v1beta-rev20250721-2.0.0</version>
12-
<name>Merchant API inventories_v1beta-rev20250721-2.0.0</name>
11+
<version>inventories_v1beta-rev20250727-2.0.0</version>
12+
<name>Merchant API inventories_v1beta-rev20250727-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-merchantapi/inventories_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>inventories_v1beta-rev20250721-2.0.0</version>
25+
<version>inventories_v1beta-rev20250727-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:inventories_v1beta-rev20250721-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:inventories_v1beta-rev20250727-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-merchantapi/ordertracking_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>ordertracking_v1beta-rev20250621-2.0.0</version>
25+
<version>ordertracking_v1beta-rev20250727-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:ordertracking_v1beta-rev20250621-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:ordertracking_v1beta-rev20250727-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)