Skip to content

Commit 82feb28

Browse files
1 parent c7857d7 commit 82feb28

12 files changed

Lines changed: 45 additions & 45 deletions

File tree

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ public final class GoogleCloudRetailV2SearchResponse extends com.google.api.clie
5555
private GoogleCloudRetailV2SearchResponseConversationalSearchResult conversationalSearchResult;
5656

5757
/**
58-
* Contains the spell corrected query, if found. If the spell correction type is AUTOMATIC, then
59-
* the search results are based on corrected_query. Otherwise the original query is used for
60-
* search.
58+
* Contains the spell corrected query, if found. The search results are based on corrected_query
59+
* by default. However, if SearchRequest.SpellCorrectionSpec.mode is set to
60+
* SearchRequest.SpellCorrectionSpec.Mode.SUGGESTION_ONLY, the original query is used for search.
6161
* The value may be {@code null}.
6262
*/
6363
@com.google.api.client.util.Key
@@ -210,19 +210,19 @@ public GoogleCloudRetailV2SearchResponse setConversationalSearchResult(GoogleClo
210210
}
211211

212212
/**
213-
* Contains the spell corrected query, if found. If the spell correction type is AUTOMATIC, then
214-
* the search results are based on corrected_query. Otherwise the original query is used for
215-
* search.
213+
* Contains the spell corrected query, if found. The search results are based on corrected_query
214+
* by default. However, if SearchRequest.SpellCorrectionSpec.mode is set to
215+
* SearchRequest.SpellCorrectionSpec.Mode.SUGGESTION_ONLY, the original query is used for search.
216216
* @return value or {@code null} for none
217217
*/
218218
public java.lang.String getCorrectedQuery() {
219219
return correctedQuery;
220220
}
221221

222222
/**
223-
* Contains the spell corrected query, if found. If the spell correction type is AUTOMATIC, then
224-
* the search results are based on corrected_query. Otherwise the original query is used for
225-
* search.
223+
* Contains the spell corrected query, if found. The search results are based on corrected_query
224+
* by default. However, if SearchRequest.SpellCorrectionSpec.mode is set to
225+
* SearchRequest.SpellCorrectionSpec.Mode.SUGGESTION_ONLY, the original query is used for search.
226226
* @param correctedQuery correctedQuery or {@code null} for none
227227
*/
228228
public GoogleCloudRetailV2SearchResponse setCorrectedQuery(java.lang.String correctedQuery) {

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ public final class GoogleCloudRetailV2alphaSearchResponse extends com.google.api
5555
private GoogleCloudRetailV2alphaSearchResponseConversationalSearchResult conversationalSearchResult;
5656

5757
/**
58-
* Contains the spell corrected query, if found. If the spell correction type is AUTOMATIC, then
59-
* the search results are based on corrected_query. Otherwise the original query is used for
60-
* search.
58+
* Contains the spell corrected query, if found. The search results are based on corrected_query
59+
* by default. However, if SearchRequest.SpellCorrectionSpec.mode is set to
60+
* SearchRequest.SpellCorrectionSpec.Mode.SUGGESTION_ONLY, the original query is used for search.
6161
* The value may be {@code null}.
6262
*/
6363
@com.google.api.client.util.Key
@@ -210,19 +210,19 @@ public GoogleCloudRetailV2alphaSearchResponse setConversationalSearchResult(Goog
210210
}
211211

212212
/**
213-
* Contains the spell corrected query, if found. If the spell correction type is AUTOMATIC, then
214-
* the search results are based on corrected_query. Otherwise the original query is used for
215-
* search.
213+
* Contains the spell corrected query, if found. The search results are based on corrected_query
214+
* by default. However, if SearchRequest.SpellCorrectionSpec.mode is set to
215+
* SearchRequest.SpellCorrectionSpec.Mode.SUGGESTION_ONLY, the original query is used for search.
216216
* @return value or {@code null} for none
217217
*/
218218
public java.lang.String getCorrectedQuery() {
219219
return correctedQuery;
220220
}
221221

222222
/**
223-
* Contains the spell corrected query, if found. If the spell correction type is AUTOMATIC, then
224-
* the search results are based on corrected_query. Otherwise the original query is used for
225-
* search.
223+
* Contains the spell corrected query, if found. The search results are based on corrected_query
224+
* by default. However, if SearchRequest.SpellCorrectionSpec.mode is set to
225+
* SearchRequest.SpellCorrectionSpec.Mode.SUGGESTION_ONLY, the original query is used for search.
226226
* @param correctedQuery correctedQuery or {@code null} for none
227227
*/
228228
public GoogleCloudRetailV2alphaSearchResponse setCorrectedQuery(java.lang.String correctedQuery) {

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ public final class GoogleCloudRetailV2betaSearchResponse extends com.google.api.
5555
private GoogleCloudRetailV2betaSearchResponseConversationalSearchResult conversationalSearchResult;
5656

5757
/**
58-
* Contains the spell corrected query, if found. If the spell correction type is AUTOMATIC, then
59-
* the search results are based on corrected_query. Otherwise the original query is used for
60-
* search.
58+
* Contains the spell corrected query, if found. The search results are based on corrected_query
59+
* by default. However, if SearchRequest.SpellCorrectionSpec.mode is set to
60+
* SearchRequest.SpellCorrectionSpec.Mode.SUGGESTION_ONLY, the original query is used for search.
6161
* The value may be {@code null}.
6262
*/
6363
@com.google.api.client.util.Key
@@ -210,19 +210,19 @@ public GoogleCloudRetailV2betaSearchResponse setConversationalSearchResult(Googl
210210
}
211211

212212
/**
213-
* Contains the spell corrected query, if found. If the spell correction type is AUTOMATIC, then
214-
* the search results are based on corrected_query. Otherwise the original query is used for
215-
* search.
213+
* Contains the spell corrected query, if found. The search results are based on corrected_query
214+
* by default. However, if SearchRequest.SpellCorrectionSpec.mode is set to
215+
* SearchRequest.SpellCorrectionSpec.Mode.SUGGESTION_ONLY, the original query is used for search.
216216
* @return value or {@code null} for none
217217
*/
218218
public java.lang.String getCorrectedQuery() {
219219
return correctedQuery;
220220
}
221221

222222
/**
223-
* Contains the spell corrected query, if found. If the spell correction type is AUTOMATIC, then
224-
* the search results are based on corrected_query. Otherwise the original query is used for
225-
* search.
223+
* Contains the spell corrected query, if found. The search results are based on corrected_query
224+
* by default. However, if SearchRequest.SpellCorrectionSpec.mode is set to
225+
* SearchRequest.SpellCorrectionSpec.Mode.SUGGESTION_ONLY, the original query is used for search.
226226
* @param correctedQuery correctedQuery or {@code null} for none
227227
*/
228228
public GoogleCloudRetailV2betaSearchResponse setCorrectedQuery(java.lang.String correctedQuery) {

0 commit comments

Comments
 (0)