Skip to content

Commit 94a587a

Browse files
chore: regenerate merchantapi client
1 parent 29252cd commit 94a587a

4 files changed

Lines changed: 39 additions & 6 deletions

File tree

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

clients/google-api-services-merchantapi/inventories_v1/2.0.0/com/google/api/services/merchantapi/inventories_v1/model/LocalInventoryAttributes.java

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ public final class LocalInventoryAttributes extends com.google.api.client.json.G
4444
@com.google.api.client.util.Key
4545
private java.lang.String instoreProductLocation;
4646

47+
/**
48+
* Optional. Specifies a label associated with the shipping for the `LocalInventory` resource. Can
49+
* be used to group local shipping services to this particular inventory item. For accepted field
50+
* format, see the [Local
51+
* delivery](https://support.google.com/merchants/answer/14819809#localdelivery)
52+
* The value may be {@code null}.
53+
*/
54+
@com.google.api.client.util.Key
55+
private java.lang.String localShippingLabel;
56+
4757
/**
4858
* Optional. An optional list of loyalty programs containing applicable loyalty member prices for
4959
* this product at this store. This field is used to show store-specific member prices on Local
@@ -148,6 +158,29 @@ public LocalInventoryAttributes setInstoreProductLocation(java.lang.String insto
148158
return this;
149159
}
150160

161+
/**
162+
* Optional. Specifies a label associated with the shipping for the `LocalInventory` resource. Can
163+
* be used to group local shipping services to this particular inventory item. For accepted field
164+
* format, see the [Local
165+
* delivery](https://support.google.com/merchants/answer/14819809#localdelivery)
166+
* @return value or {@code null} for none
167+
*/
168+
public java.lang.String getLocalShippingLabel() {
169+
return localShippingLabel;
170+
}
171+
172+
/**
173+
* Optional. Specifies a label associated with the shipping for the `LocalInventory` resource. Can
174+
* be used to group local shipping services to this particular inventory item. For accepted field
175+
* format, see the [Local
176+
* delivery](https://support.google.com/merchants/answer/14819809#localdelivery)
177+
* @param localShippingLabel localShippingLabel or {@code null} for none
178+
*/
179+
public LocalInventoryAttributes setLocalShippingLabel(java.lang.String localShippingLabel) {
180+
this.localShippingLabel = localShippingLabel;
181+
return this;
182+
}
183+
151184
/**
152185
* Optional. An optional list of loyalty programs containing applicable loyalty member prices for
153186
* this product at this store. This field is used to show store-specific member prices on Local

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

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)