Skip to content

Commit 33ac0ea

Browse files
1 parent 0b49dd3 commit 33ac0ea

File tree

12 files changed

+54
-27
lines changed

12 files changed

+54
-27
lines changed

clients/google-api-services-retail/v2/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-retail</artifactId>
25-
<version>v2-rev20250327-2.0.0</version>
25+
<version>v2-rev20250417-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-retail:v2-rev20250327-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2-rev20250417-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2LocalInventory.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ public final class GoogleCloudRetailV2LocalInventory extends com.google.api.clie
5959
* For primary products with no variants set the true availability at the primary level.
6060
* Corresponding properties: Google Merchant Center property
6161
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
62-
* [Offer.availability](https://schema.org/availability).
62+
* [Offer.availability](https://schema.org/availability). This field is currently only used by the
63+
* Recommendations API. For Search, please make use of fulfillment_types or custom attributes for
64+
* similar behaviour. See [here]( https://cloud.google.com/retail/docs/local-inventory-
65+
* updates#local-inventory-update-methods) for more details.
6366
* The value may be {@code null}.
6467
*/
6568
@com.google.api.client.util.Key
@@ -134,7 +137,10 @@ public GoogleCloudRetailV2LocalInventory setAttributes(java.util.Map<String, Goo
134137
* For primary products with no variants set the true availability at the primary level.
135138
* Corresponding properties: Google Merchant Center property
136139
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
137-
* [Offer.availability](https://schema.org/availability).
140+
* [Offer.availability](https://schema.org/availability). This field is currently only used by the
141+
* Recommendations API. For Search, please make use of fulfillment_types or custom attributes for
142+
* similar behaviour. See [here]( https://cloud.google.com/retail/docs/local-inventory-
143+
* updates#local-inventory-update-methods) for more details.
138144
* @return value or {@code null} for none
139145
*/
140146
public java.lang.String getAvailability() {
@@ -149,7 +155,10 @@ public java.lang.String getAvailability() {
149155
* For primary products with no variants set the true availability at the primary level.
150156
* Corresponding properties: Google Merchant Center property
151157
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
152-
* [Offer.availability](https://schema.org/availability).
158+
* [Offer.availability](https://schema.org/availability). This field is currently only used by the
159+
* Recommendations API. For Search, please make use of fulfillment_types or custom attributes for
160+
* similar behaviour. See [here]( https://cloud.google.com/retail/docs/local-inventory-
161+
* updates#local-inventory-update-methods) for more details.
153162
* @param availability availability or {@code null} for none
154163
*/
155164
public GoogleCloudRetailV2LocalInventory setAvailability(java.lang.String availability) {

clients/google-api-services-retail/v2/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-retail</artifactId>
11-
<version>v2-rev20250327-2.0.0</version>
12-
<name>Vertex AI Search for commerce API v2-rev20250327-2.0.0</name>
11+
<version>v2-rev20250417-2.0.0</version>
12+
<name>Vertex AI Search for commerce API v2-rev20250417-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-retail/v2/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-retail</artifactId>
25-
<version>v2-rev20250327-2.0.0</version>
25+
<version>v2-rev20250417-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-retail:v2-rev20250327-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2-rev20250417-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-retail/v2alpha/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-retail</artifactId>
25-
<version>v2alpha-rev20250327-2.0.0</version>
25+
<version>v2alpha-rev20250417-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-retail:v2alpha-rev20250327-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2alpha-rev20250417-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaLocalInventory.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ public final class GoogleCloudRetailV2alphaLocalInventory extends com.google.api
5959
* For primary products with no variants set the true availability at the primary level.
6060
* Corresponding properties: Google Merchant Center property
6161
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
62-
* [Offer.availability](https://schema.org/availability).
62+
* [Offer.availability](https://schema.org/availability). This field is currently only used by the
63+
* Recommendations API. For Search, please make use of fulfillment_types or custom attributes for
64+
* similar behaviour. See [here]( https://cloud.google.com/retail/docs/local-inventory-
65+
* updates#local-inventory-update-methods) for more details.
6366
* The value may be {@code null}.
6467
*/
6568
@com.google.api.client.util.Key
@@ -134,7 +137,10 @@ public GoogleCloudRetailV2alphaLocalInventory setAttributes(java.util.Map<String
134137
* For primary products with no variants set the true availability at the primary level.
135138
* Corresponding properties: Google Merchant Center property
136139
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
137-
* [Offer.availability](https://schema.org/availability).
140+
* [Offer.availability](https://schema.org/availability). This field is currently only used by the
141+
* Recommendations API. For Search, please make use of fulfillment_types or custom attributes for
142+
* similar behaviour. See [here]( https://cloud.google.com/retail/docs/local-inventory-
143+
* updates#local-inventory-update-methods) for more details.
138144
* @return value or {@code null} for none
139145
*/
140146
public java.lang.String getAvailability() {
@@ -149,7 +155,10 @@ public java.lang.String getAvailability() {
149155
* For primary products with no variants set the true availability at the primary level.
150156
* Corresponding properties: Google Merchant Center property
151157
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
152-
* [Offer.availability](https://schema.org/availability).
158+
* [Offer.availability](https://schema.org/availability). This field is currently only used by the
159+
* Recommendations API. For Search, please make use of fulfillment_types or custom attributes for
160+
* similar behaviour. See [here]( https://cloud.google.com/retail/docs/local-inventory-
161+
* updates#local-inventory-update-methods) for more details.
153162
* @param availability availability or {@code null} for none
154163
*/
155164
public GoogleCloudRetailV2alphaLocalInventory setAvailability(java.lang.String availability) {

clients/google-api-services-retail/v2alpha/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-retail</artifactId>
11-
<version>v2alpha-rev20250327-2.0.0</version>
12-
<name>Vertex AI Search for commerce API v2alpha-rev20250327-2.0.0</name>
11+
<version>v2alpha-rev20250417-2.0.0</version>
12+
<name>Vertex AI Search for commerce API v2alpha-rev20250417-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-retail/v2alpha/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-retail</artifactId>
25-
<version>v2alpha-rev20250327-2.0.0</version>
25+
<version>v2alpha-rev20250417-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-retail:v2alpha-rev20250327-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2alpha-rev20250417-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-retail/v2beta/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-retail</artifactId>
25-
<version>v2beta-rev20250327-2.0.0</version>
25+
<version>v2beta-rev20250417-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-retail:v2beta-rev20250327-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2beta-rev20250417-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaLocalInventory.java

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ public final class GoogleCloudRetailV2betaLocalInventory extends com.google.api.
5959
* For primary products with no variants set the true availability at the primary level.
6060
* Corresponding properties: Google Merchant Center property
6161
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
62-
* [Offer.availability](https://schema.org/availability).
62+
* [Offer.availability](https://schema.org/availability). This field is currently only used by the
63+
* Recommendations API. For Search, please make use of fulfillment_types or custom attributes for
64+
* similar behaviour. See [here]( https://cloud.google.com/retail/docs/local-inventory-
65+
* updates#local-inventory-update-methods) for more details.
6366
* The value may be {@code null}.
6467
*/
6568
@com.google.api.client.util.Key
@@ -134,7 +137,10 @@ public GoogleCloudRetailV2betaLocalInventory setAttributes(java.util.Map<String,
134137
* For primary products with no variants set the true availability at the primary level.
135138
* Corresponding properties: Google Merchant Center property
136139
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
137-
* [Offer.availability](https://schema.org/availability).
140+
* [Offer.availability](https://schema.org/availability). This field is currently only used by the
141+
* Recommendations API. For Search, please make use of fulfillment_types or custom attributes for
142+
* similar behaviour. See [here]( https://cloud.google.com/retail/docs/local-inventory-
143+
* updates#local-inventory-update-methods) for more details.
138144
* @return value or {@code null} for none
139145
*/
140146
public java.lang.String getAvailability() {
@@ -149,7 +155,10 @@ public java.lang.String getAvailability() {
149155
* For primary products with no variants set the true availability at the primary level.
150156
* Corresponding properties: Google Merchant Center property
151157
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
152-
* [Offer.availability](https://schema.org/availability).
158+
* [Offer.availability](https://schema.org/availability). This field is currently only used by the
159+
* Recommendations API. For Search, please make use of fulfillment_types or custom attributes for
160+
* similar behaviour. See [here]( https://cloud.google.com/retail/docs/local-inventory-
161+
* updates#local-inventory-update-methods) for more details.
153162
* @param availability availability or {@code null} for none
154163
*/
155164
public GoogleCloudRetailV2betaLocalInventory setAvailability(java.lang.String availability) {

0 commit comments

Comments
 (0)