Skip to content

Commit b9b4608

Browse files
1 parent 3e7e869 commit b9b4608

File tree

30 files changed

+360
-624
lines changed

30 files changed

+360
-624
lines changed

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

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

Lines changed: 90 additions & 160 deletions
Large diffs are not rendered by default.

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

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,14 @@ public final class LocalInventory extends com.google.api.client.json.GenericJson
6060
* structure. This encoding MUST be used if any part of the product identifier (like `offer_id`)
6161
* contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID
6262
* `en~US~sku/123` for `store_code` "store123", the `{product}` segment must be the base64url
63-
* encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the local
64-
* inventory would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw/localInventories/store123`. 2.
63+
* encoding of this string, which is `ZW5-VVN-c2t1LzEyMw`. The full resource name for the local
64+
* inventory would be `accounts/123/products/ZW5-VVN-c2t1LzEyMw/localInventories/store123`. 2.
6565
* **Plain Format**: The `{product}` segment is the tilde-separated string
6666
* `content_language~feed_label~offer_id`. This format is suitable only when `content_language`,
6767
* `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`.
6868
* We recommend using the **Encoded Format** for all product IDs to ensure correct parsing,
6969
* especially those containing special characters. The presence of tilde (`~`) characters in the
70-
* `{product}` segment is used to differentiate between the two formats. Note: For calls to the
71-
* v1beta version, the plain format for the product segment is
72-
* `channel~content_language~feed_label~offer_id`. For example, the full resource name for a local
73-
* inventory at `store_code` "store123" would be:
74-
* `accounts/123/products/online~en~US~sku123/localInventories/store123`.
70+
* `{product}` segment is used to differentiate between the two formats.
7571
* The value may be {@code null}.
7672
*/
7773
@com.google.api.client.util.Key
@@ -135,18 +131,14 @@ public LocalInventory setLocalInventoryAttributes(LocalInventoryAttributes local
135131
* structure. This encoding MUST be used if any part of the product identifier (like `offer_id`)
136132
* contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID
137133
* `en~US~sku/123` for `store_code` "store123", the `{product}` segment must be the base64url
138-
* encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the local
139-
* inventory would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw/localInventories/store123`. 2.
134+
* encoding of this string, which is `ZW5-VVN-c2t1LzEyMw`. The full resource name for the local
135+
* inventory would be `accounts/123/products/ZW5-VVN-c2t1LzEyMw/localInventories/store123`. 2.
140136
* **Plain Format**: The `{product}` segment is the tilde-separated string
141137
* `content_language~feed_label~offer_id`. This format is suitable only when `content_language`,
142138
* `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`.
143139
* We recommend using the **Encoded Format** for all product IDs to ensure correct parsing,
144140
* especially those containing special characters. The presence of tilde (`~`) characters in the
145-
* `{product}` segment is used to differentiate between the two formats. Note: For calls to the
146-
* v1beta version, the plain format for the product segment is
147-
* `channel~content_language~feed_label~offer_id`. For example, the full resource name for a local
148-
* inventory at `store_code` "store123" would be:
149-
* `accounts/123/products/online~en~US~sku123/localInventories/store123`.
141+
* `{product}` segment is used to differentiate between the two formats.
150142
* @return value or {@code null} for none
151143
*/
152144
public java.lang.String getName() {
@@ -166,18 +158,14 @@ public java.lang.String getName() {
166158
* structure. This encoding MUST be used if any part of the product identifier (like `offer_id`)
167159
* contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID
168160
* `en~US~sku/123` for `store_code` "store123", the `{product}` segment must be the base64url
169-
* encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the local
170-
* inventory would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw/localInventories/store123`. 2.
161+
* encoding of this string, which is `ZW5-VVN-c2t1LzEyMw`. The full resource name for the local
162+
* inventory would be `accounts/123/products/ZW5-VVN-c2t1LzEyMw/localInventories/store123`. 2.
171163
* **Plain Format**: The `{product}` segment is the tilde-separated string
172164
* `content_language~feed_label~offer_id`. This format is suitable only when `content_language`,
173165
* `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`.
174166
* We recommend using the **Encoded Format** for all product IDs to ensure correct parsing,
175167
* especially those containing special characters. The presence of tilde (`~`) characters in the
176-
* `{product}` segment is used to differentiate between the two formats. Note: For calls to the
177-
* v1beta version, the plain format for the product segment is
178-
* `channel~content_language~feed_label~offer_id`. For example, the full resource name for a local
179-
* inventory at `store_code` "store123" would be:
180-
* `accounts/123/products/online~en~US~sku123/localInventories/store123`.
168+
* `{product}` segment is used to differentiate between the two formats.
181169
* @param name name or {@code null} for none
182170
*/
183171
public LocalInventory setName(java.lang.String name) {

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

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,14 @@ public final class RegionalInventory extends com.google.api.client.json.GenericJ
5353
* structure. This encoding MUST be used if any part of the product identifier (like `offer_id`)
5454
* contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID
5555
* `en~US~sku/123` for `region` "region123", the `{product}` segment must be the base64url
56-
* encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the regional
57-
* inventory would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw/regionalInventories/region123`. 2.
56+
* encoding of this string, which is `ZW5-VVN-c2t1LzEyMw`. The full resource name for the regional
57+
* inventory would be `accounts/123/products/ZW5-VVN-c2t1LzEyMw/regionalInventories/region123`. 2.
5858
* **Plain Format**: The `{product}` segment is the tilde-separated string
5959
* `content_language~feed_label~offer_id`. This format is suitable only when `content_language`,
6060
* `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`.
6161
* We recommend using the **Encoded Format** for all product IDs to ensure correct parsing,
6262
* especially those containing special characters. The presence of tilde (`~`) characters in the
63-
* `{product}` segment is used to differentiate between the two formats. Note: For calls to the
64-
* v1beta version, the plain format for the product segment is
65-
* `channel~content_language~feed_label~offer_id`. For example, the full resource name for a
66-
* regional inventory in `region` "region123" would be:
67-
* `accounts/123/products/online~en~US~sku123/regionalInventories/region123`.
63+
* `{product}` segment is used to differentiate between the two formats.
6864
* The value may be {@code null}.
6965
*/
7066
@com.google.api.client.util.Key
@@ -118,18 +114,14 @@ public RegionalInventory setAccount(java.lang.Long account) {
118114
* structure. This encoding MUST be used if any part of the product identifier (like `offer_id`)
119115
* contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID
120116
* `en~US~sku/123` for `region` "region123", the `{product}` segment must be the base64url
121-
* encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the regional
122-
* inventory would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw/regionalInventories/region123`. 2.
117+
* encoding of this string, which is `ZW5-VVN-c2t1LzEyMw`. The full resource name for the regional
118+
* inventory would be `accounts/123/products/ZW5-VVN-c2t1LzEyMw/regionalInventories/region123`. 2.
123119
* **Plain Format**: The `{product}` segment is the tilde-separated string
124120
* `content_language~feed_label~offer_id`. This format is suitable only when `content_language`,
125121
* `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`.
126122
* We recommend using the **Encoded Format** for all product IDs to ensure correct parsing,
127123
* especially those containing special characters. The presence of tilde (`~`) characters in the
128-
* `{product}` segment is used to differentiate between the two formats. Note: For calls to the
129-
* v1beta version, the plain format for the product segment is
130-
* `channel~content_language~feed_label~offer_id`. For example, the full resource name for a
131-
* regional inventory in `region` "region123" would be:
132-
* `accounts/123/products/online~en~US~sku123/regionalInventories/region123`.
124+
* `{product}` segment is used to differentiate between the two formats.
133125
* @return value or {@code null} for none
134126
*/
135127
public java.lang.String getName() {
@@ -149,18 +141,14 @@ public java.lang.String getName() {
149141
* structure. This encoding MUST be used if any part of the product identifier (like `offer_id`)
150142
* contains characters such as `/`, `%`, or `~`. * Example: To represent the product ID
151143
* `en~US~sku/123` for `region` "region123", the `{product}` segment must be the base64url
152-
* encoding of this string, which is `ZW5-VVMtc2t1LzEyMw`. The full resource name for the regional
153-
* inventory would be `accounts/123/products/ZW5-VVMtc2t1LzEyMw/regionalInventories/region123`. 2.
144+
* encoding of this string, which is `ZW5-VVN-c2t1LzEyMw`. The full resource name for the regional
145+
* inventory would be `accounts/123/products/ZW5-VVN-c2t1LzEyMw/regionalInventories/region123`. 2.
154146
* **Plain Format**: The `{product}` segment is the tilde-separated string
155147
* `content_language~feed_label~offer_id`. This format is suitable only when `content_language`,
156148
* `feed_label`, and `offer_id` do not contain URL-problematic characters like `/`, `%`, or `~`.
157149
* We recommend using the **Encoded Format** for all product IDs to ensure correct parsing,
158150
* especially those containing special characters. The presence of tilde (`~`) characters in the
159-
* `{product}` segment is used to differentiate between the two formats. Note: For calls to the
160-
* v1beta version, the plain format for the product segment is
161-
* `channel~content_language~feed_label~offer_id`. For example, the full resource name for a
162-
* regional inventory in `region` "region123" would be:
163-
* `accounts/123/products/online~en~US~sku123/regionalInventories/region123`.
151+
* `{product}` segment is used to differentiate between the two formats.
164152
* @param name name or {@code null} for none
165153
*/
166154
public RegionalInventory setName(java.lang.String name) {

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

0 commit comments

Comments
 (0)