Skip to content

Commit 52ec83b

Browse files
1 parent 0c1d8fd commit 52ec83b

File tree

8 files changed

+58
-12
lines changed

8 files changed

+58
-12
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-rev20240411-2.0.0</version>
25+
<version>v2-rev20240502-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-rev20240411-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2-rev20240502-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,29 @@ public CompleteQuery setDeviceType(java.lang.String deviceType) {
407407
return this;
408408
}
409409

410+
/**
411+
* If true, attribute suggestions are enabled and provided in response. This field is only
412+
* available for "cloud-retail" dataset.
413+
*/
414+
@com.google.api.client.util.Key
415+
private java.lang.Boolean enableAttributeSuggestions;
416+
417+
/** If true, attribute suggestions are enabled and provided in response. This field is only available
418+
for "cloud-retail" dataset.
419+
*/
420+
public java.lang.Boolean getEnableAttributeSuggestions() {
421+
return enableAttributeSuggestions;
422+
}
423+
424+
/**
425+
* If true, attribute suggestions are enabled and provided in response. This field is only
426+
* available for "cloud-retail" dataset.
427+
*/
428+
public CompleteQuery setEnableAttributeSuggestions(java.lang.Boolean enableAttributeSuggestions) {
429+
this.enableAttributeSuggestions = enableAttributeSuggestions;
430+
return this;
431+
}
432+
410433
/**
411434
* The entity for customers who run multiple entities, domains, sites, or regions, for
412435
* example, `Google US`, `Google Ads`, `Waymo`, `google.com`, `youtube.com`, etc. If this

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-rev20240411-2.0.0</version>
12-
<name>Vertex AI Search for Retail API v2-rev20240411-2.0.0</name>
11+
<version>v2-rev20240502-2.0.0</version>
12+
<name>Vertex AI Search for Retail API v2-rev20240502-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-rev20240411-2.0.0</version>
25+
<version>v2-rev20240502-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-rev20240411-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2-rev20240502-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-rev20240411-2.0.0</version>
25+
<version>v2beta-rev20240502-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-rev20240411-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2beta-rev20240502-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,29 @@ public CompleteQuery setDeviceType(java.lang.String deviceType) {
407407
return this;
408408
}
409409

410+
/**
411+
* If true, attribute suggestions are enabled and provided in response. This field is only
412+
* available for "cloud-retail" dataset.
413+
*/
414+
@com.google.api.client.util.Key
415+
private java.lang.Boolean enableAttributeSuggestions;
416+
417+
/** If true, attribute suggestions are enabled and provided in response. This field is only available
418+
for "cloud-retail" dataset.
419+
*/
420+
public java.lang.Boolean getEnableAttributeSuggestions() {
421+
return enableAttributeSuggestions;
422+
}
423+
424+
/**
425+
* If true, attribute suggestions are enabled and provided in response. This field is only
426+
* available for "cloud-retail" dataset.
427+
*/
428+
public CompleteQuery setEnableAttributeSuggestions(java.lang.Boolean enableAttributeSuggestions) {
429+
this.enableAttributeSuggestions = enableAttributeSuggestions;
430+
return this;
431+
}
432+
410433
/**
411434
* The entity for customers who run multiple entities, domains, sites, or regions, for
412435
* example, `Google US`, `Google Ads`, `Waymo`, `google.com`, `youtube.com`, etc. If this

clients/google-api-services-retail/v2beta/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>v2beta-rev20240411-2.0.0</version>
12-
<name>Vertex AI Search for Retail API v2beta-rev20240411-2.0.0</name>
11+
<version>v2beta-rev20240502-2.0.0</version>
12+
<name>Vertex AI Search for Retail API v2beta-rev20240502-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)