Skip to content

Commit 8ecc940

Browse files
1 parent 3e3a3ee commit 8ecc940

File tree

21 files changed

+184
-32
lines changed

21 files changed

+184
-32
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-rev20260402-2.0.0</version>
25+
<version>accounts_v1-rev20260411-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-rev20260402-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1-rev20260411-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.google.api.services.merchantapi.accounts_v1.model;
1818

1919
/**
20-
* The current status of establishing of the service. (for example, pending approval or approved).
20+
* The current status of establishing of the service. (for example, pending approval, approved,
21+
* established).
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Merchant API. For a detailed explanation see:

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
package com.google.api.services.merchantapi.accounts_v1beta.model;
1818

1919
/**
20-
* The current status of establishing of the service. (for example, pending approval or approved).
20+
* The current status of establishing of the service. (for example, pending approval, approved,
21+
* established).
2122
*
2223
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2324
* transmitted over HTTP when working with the Merchant API. For a detailed explanation see:

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-rev20260402-2.0.0</version>
12-
<name>Merchant API accounts_v1beta-rev20260402-2.0.0</name>
11+
<version>accounts_v1beta-rev20260411-2.0.0</version>
12+
<name>Merchant API accounts_v1beta-rev20260411-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-rev20260402-2.0.0</version>
25+
<version>accounts_v1beta-rev20260411-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-rev20260402-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:accounts_v1beta-rev20260411-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-rev20260408-2.0.0</version>
25+
<version>inventories_v1beta-rev20260411-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-rev20260408-2.0.0'
38+
implementation 'com.google.apis:google-api-services-merchantapi:inventories_v1beta-rev20260411-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: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,21 @@ public final class LocalInventory extends com.google.api.client.json.GenericJson
4848
@com.google.api.client.util.Key
4949
private java.lang.String availability;
5050

51+
/**
52+
* Output only. The unpadded base64url encoded name of the `LocalInventory` resource. Format:
53+
* `accounts/{account}/products/{product}/localInventories/{store_code}` where the `{product}`
54+
* segment is the unpadded base64url encoded value of the identifier of the form
55+
* `content_language~feed_label~offer_id`. Example:
56+
* `accounts/123/products/ZW5-VVN-c2t1LzEyMw/localInventories/store123` for the decoded product ID
57+
* `en~US~sku/123` and `store_code` "store123". Can be used directly as input to the API methods
58+
* that require the local product identifier within the local inventory name to be encoded if it
59+
* contains special characters, for example [`GetLocalInventory`](https://developers.google.com/me
60+
* rchant/api/reference/rest/inventories_v1beta/accounts.products.localInventories/get).
61+
* The value may be {@code null}.
62+
*/
63+
@com.google.api.client.util.Key
64+
private java.lang.String base64EncodedName;
65+
5166
/**
5267
* A list of custom (merchant-provided) attributes. You can also use `CustomAttribute` to submit
5368
* any attribute of the data specification in its generic form.
@@ -190,6 +205,39 @@ public LocalInventory setAvailability(java.lang.String availability) {
190205
return this;
191206
}
192207

208+
/**
209+
* Output only. The unpadded base64url encoded name of the `LocalInventory` resource. Format:
210+
* `accounts/{account}/products/{product}/localInventories/{store_code}` where the `{product}`
211+
* segment is the unpadded base64url encoded value of the identifier of the form
212+
* `content_language~feed_label~offer_id`. Example:
213+
* `accounts/123/products/ZW5-VVN-c2t1LzEyMw/localInventories/store123` for the decoded product ID
214+
* `en~US~sku/123` and `store_code` "store123". Can be used directly as input to the API methods
215+
* that require the local product identifier within the local inventory name to be encoded if it
216+
* contains special characters, for example [`GetLocalInventory`](https://developers.google.com/me
217+
* rchant/api/reference/rest/inventories_v1beta/accounts.products.localInventories/get).
218+
* @return value or {@code null} for none
219+
*/
220+
public java.lang.String getBase64EncodedName() {
221+
return base64EncodedName;
222+
}
223+
224+
/**
225+
* Output only. The unpadded base64url encoded name of the `LocalInventory` resource. Format:
226+
* `accounts/{account}/products/{product}/localInventories/{store_code}` where the `{product}`
227+
* segment is the unpadded base64url encoded value of the identifier of the form
228+
* `content_language~feed_label~offer_id`. Example:
229+
* `accounts/123/products/ZW5-VVN-c2t1LzEyMw/localInventories/store123` for the decoded product ID
230+
* `en~US~sku/123` and `store_code` "store123". Can be used directly as input to the API methods
231+
* that require the local product identifier within the local inventory name to be encoded if it
232+
* contains special characters, for example [`GetLocalInventory`](https://developers.google.com/me
233+
* rchant/api/reference/rest/inventories_v1beta/accounts.products.localInventories/get).
234+
* @param base64EncodedName base64EncodedName or {@code null} for none
235+
*/
236+
public LocalInventory setBase64EncodedName(java.lang.String base64EncodedName) {
237+
this.base64EncodedName = base64EncodedName;
238+
return this;
239+
}
240+
193241
/**
194242
* A list of custom (merchant-provided) attributes. You can also use `CustomAttribute` to submit
195243
* any attribute of the data specification in its generic form.

0 commit comments

Comments
 (0)