Skip to content

Commit 0dde2bc

Browse files
1 parent c0b0ca3 commit 0dde2bc

File tree

15 files changed

+84
-57
lines changed

15 files changed

+84
-57
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-rev20240816-2.0.0</version>
25+
<version>v2-rev20240822-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-rev20240816-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2-rev20240822-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.retail.v2.model;
1818

1919
/**
20-
* Resource that represents attribute results.
20+
* Resource that represents attribute results. The list of suggestions for the attribute.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Vertex AI Search for Retail API. For a detailed

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

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,13 @@ public final class GoogleCloudRetailV2Product extends com.google.api.client.json
6565
private GoogleCloudRetailV2Audience audience;
6666

6767
/**
68-
* The online availability of the Product. Default to Availability.IN_STOCK. Corresponding
69-
* properties: Google Merchant Center property
70-
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
71-
* [Offer.availability](https://schema.org/availability).
68+
* The online availability of the Product. Default to Availability.IN_STOCK. For primary products
69+
* with variants set the availability of the primary as Availability.OUT_OF_STOCK and set the true
70+
* availability at the variant level. This way the primary product will be considered "in stock"
71+
* as long as it has at least one variant in stock. For primary products with no variants set the
72+
* true availability at the primary level. Corresponding properties: Google Merchant Center
73+
* property [availability](https://support.google.com/merchants/answer/6324448). Schema.org
74+
* property [Offer.availability](https://schema.org/availability).
7275
* The value may be {@code null}.
7376
*/
7477
@com.google.api.client.util.Key
@@ -501,21 +504,27 @@ public GoogleCloudRetailV2Product setAudience(GoogleCloudRetailV2Audience audien
501504
}
502505

503506
/**
504-
* The online availability of the Product. Default to Availability.IN_STOCK. Corresponding
505-
* properties: Google Merchant Center property
506-
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
507-
* [Offer.availability](https://schema.org/availability).
507+
* The online availability of the Product. Default to Availability.IN_STOCK. For primary products
508+
* with variants set the availability of the primary as Availability.OUT_OF_STOCK and set the true
509+
* availability at the variant level. This way the primary product will be considered "in stock"
510+
* as long as it has at least one variant in stock. For primary products with no variants set the
511+
* true availability at the primary level. Corresponding properties: Google Merchant Center
512+
* property [availability](https://support.google.com/merchants/answer/6324448). Schema.org
513+
* property [Offer.availability](https://schema.org/availability).
508514
* @return value or {@code null} for none
509515
*/
510516
public java.lang.String getAvailability() {
511517
return availability;
512518
}
513519

514520
/**
515-
* The online availability of the Product. Default to Availability.IN_STOCK. Corresponding
516-
* properties: Google Merchant Center property
517-
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
518-
* [Offer.availability](https://schema.org/availability).
521+
* The online availability of the Product. Default to Availability.IN_STOCK. For primary products
522+
* with variants set the availability of the primary as Availability.OUT_OF_STOCK and set the true
523+
* availability at the variant level. This way the primary product will be considered "in stock"
524+
* as long as it has at least one variant in stock. For primary products with no variants set the
525+
* true availability at the primary level. Corresponding properties: Google Merchant Center
526+
* property [availability](https://support.google.com/merchants/answer/6324448). Schema.org
527+
* property [Offer.availability](https://schema.org/availability).
519528
* @param availability availability or {@code null} for none
520529
*/
521530
public GoogleCloudRetailV2Product 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-rev20240816-2.0.0</version>
12-
<name>Vertex AI Search for Retail API v2-rev20240816-2.0.0</name>
11+
<version>v2-rev20240822-2.0.0</version>
12+
<name>Vertex AI Search for Retail API v2-rev20240822-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-rev20240816-2.0.0</version>
25+
<version>v2-rev20240822-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-rev20240816-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2-rev20240822-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-rev20240816-2.0.0</version>
25+
<version>v2alpha-rev20240822-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-rev20240816-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2alpha-rev20240822-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.retail.v2alpha.model;
1818

1919
/**
20-
* Resource that represents attribute results.
20+
* Resource that represents attribute results. The list of suggestions for the attribute.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Vertex AI Search for Retail API. For a detailed

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

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,13 @@ public final class GoogleCloudRetailV2alphaProduct extends com.google.api.client
6565
private GoogleCloudRetailV2alphaAudience audience;
6666

6767
/**
68-
* The online availability of the Product. Default to Availability.IN_STOCK. Corresponding
69-
* properties: Google Merchant Center property
70-
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
71-
* [Offer.availability](https://schema.org/availability).
68+
* The online availability of the Product. Default to Availability.IN_STOCK. For primary products
69+
* with variants set the availability of the primary as Availability.OUT_OF_STOCK and set the true
70+
* availability at the variant level. This way the primary product will be considered "in stock"
71+
* as long as it has at least one variant in stock. For primary products with no variants set the
72+
* true availability at the primary level. Corresponding properties: Google Merchant Center
73+
* property [availability](https://support.google.com/merchants/answer/6324448). Schema.org
74+
* property [Offer.availability](https://schema.org/availability).
7275
* The value may be {@code null}.
7376
*/
7477
@com.google.api.client.util.Key
@@ -501,21 +504,27 @@ public GoogleCloudRetailV2alphaProduct setAudience(GoogleCloudRetailV2alphaAudie
501504
}
502505

503506
/**
504-
* The online availability of the Product. Default to Availability.IN_STOCK. Corresponding
505-
* properties: Google Merchant Center property
506-
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
507-
* [Offer.availability](https://schema.org/availability).
507+
* The online availability of the Product. Default to Availability.IN_STOCK. For primary products
508+
* with variants set the availability of the primary as Availability.OUT_OF_STOCK and set the true
509+
* availability at the variant level. This way the primary product will be considered "in stock"
510+
* as long as it has at least one variant in stock. For primary products with no variants set the
511+
* true availability at the primary level. Corresponding properties: Google Merchant Center
512+
* property [availability](https://support.google.com/merchants/answer/6324448). Schema.org
513+
* property [Offer.availability](https://schema.org/availability).
508514
* @return value or {@code null} for none
509515
*/
510516
public java.lang.String getAvailability() {
511517
return availability;
512518
}
513519

514520
/**
515-
* The online availability of the Product. Default to Availability.IN_STOCK. Corresponding
516-
* properties: Google Merchant Center property
517-
* [availability](https://support.google.com/merchants/answer/6324448). Schema.org property
518-
* [Offer.availability](https://schema.org/availability).
521+
* The online availability of the Product. Default to Availability.IN_STOCK. For primary products
522+
* with variants set the availability of the primary as Availability.OUT_OF_STOCK and set the true
523+
* availability at the variant level. This way the primary product will be considered "in stock"
524+
* as long as it has at least one variant in stock. For primary products with no variants set the
525+
* true availability at the primary level. Corresponding properties: Google Merchant Center
526+
* property [availability](https://support.google.com/merchants/answer/6324448). Schema.org
527+
* property [Offer.availability](https://schema.org/availability).
519528
* @param availability availability or {@code null} for none
520529
*/
521530
public GoogleCloudRetailV2alphaProduct 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-rev20240816-2.0.0</version>
12-
<name>Vertex AI Search for Retail API v2alpha-rev20240816-2.0.0</name>
11+
<version>v2alpha-rev20240822-2.0.0</version>
12+
<name>Vertex AI Search for Retail API v2alpha-rev20240822-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-rev20240816-2.0.0</version>
25+
<version>v2alpha-rev20240822-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-rev20240816-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2alpha-rev20240822-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)