Skip to content

Commit 3e538f9

Browse files
1 parent f697770 commit 3e538f9

File tree

12 files changed

+63
-54
lines changed

12 files changed

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

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

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ public final class GoogleCloudRetailV2SearchRequest extends com.google.api.clien
5252
/**
5353
* The default filter that is applied when a user performs a search without checking any filters
5454
* on the search page. The filter applied to every search request when quality improvement such as
55-
* query expansion is needed. For example, if a query does not have enough results, an expanded
56-
* query with SearchRequest.canonical_filter is returned as a supplement of the original query.
57-
* This field is strongly recommended to achieve high search quality. For more information about
58-
* filter syntax, see SearchRequest.filter.
55+
* query expansion is needed. In the case a query does not have a sufficient amount of results
56+
* this filter will be used to determine whether or not to enable the query expansion flow. The
57+
* original filter will still be used for the query expanded search. This field is strongly
58+
* recommended to achieve high search quality. For more information about filter syntax, see
59+
* SearchRequest.filter.
5960
* The value may be {@code null}.
6061
*/
6162
@com.google.api.client.util.Key
@@ -302,10 +303,11 @@ public GoogleCloudRetailV2SearchRequest setBranch(java.lang.String branch) {
302303
/**
303304
* The default filter that is applied when a user performs a search without checking any filters
304305
* on the search page. The filter applied to every search request when quality improvement such as
305-
* query expansion is needed. For example, if a query does not have enough results, an expanded
306-
* query with SearchRequest.canonical_filter is returned as a supplement of the original query.
307-
* This field is strongly recommended to achieve high search quality. For more information about
308-
* filter syntax, see SearchRequest.filter.
306+
* query expansion is needed. In the case a query does not have a sufficient amount of results
307+
* this filter will be used to determine whether or not to enable the query expansion flow. The
308+
* original filter will still be used for the query expanded search. This field is strongly
309+
* recommended to achieve high search quality. For more information about filter syntax, see
310+
* SearchRequest.filter.
309311
* @return value or {@code null} for none
310312
*/
311313
public java.lang.String getCanonicalFilter() {
@@ -315,10 +317,11 @@ public java.lang.String getCanonicalFilter() {
315317
/**
316318
* The default filter that is applied when a user performs a search without checking any filters
317319
* on the search page. The filter applied to every search request when quality improvement such as
318-
* query expansion is needed. For example, if a query does not have enough results, an expanded
319-
* query with SearchRequest.canonical_filter is returned as a supplement of the original query.
320-
* This field is strongly recommended to achieve high search quality. For more information about
321-
* filter syntax, see SearchRequest.filter.
320+
* query expansion is needed. In the case a query does not have a sufficient amount of results
321+
* this filter will be used to determine whether or not to enable the query expansion flow. The
322+
* original filter will still be used for the query expanded search. This field is strongly
323+
* recommended to achieve high search quality. For more information about filter syntax, see
324+
* SearchRequest.filter.
322325
* @param canonicalFilter canonicalFilter or {@code null} for none
323326
*/
324327
public GoogleCloudRetailV2SearchRequest setCanonicalFilter(java.lang.String canonicalFilter) {

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-rev20231102-2.0.0</version>
12-
<name>Retail API v2-rev20231102-2.0.0</name>
11+
<version>v2-rev20231109-2.0.0</version>
12+
<name>Retail API v2-rev20231109-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-rev20231102-2.0.0</version>
25+
<version>v2-rev20231109-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-rev20231102-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2-rev20231109-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-rev20231102-2.0.0</version>
25+
<version>v2alpha-rev20231109-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-rev20231102-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2alpha-rev20231109-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ public final class GoogleCloudRetailV2alphaSearchRequest extends com.google.api.
5252
/**
5353
* The default filter that is applied when a user performs a search without checking any filters
5454
* on the search page. The filter applied to every search request when quality improvement such as
55-
* query expansion is needed. For example, if a query does not have enough results, an expanded
56-
* query with SearchRequest.canonical_filter is returned as a supplement of the original query.
57-
* This field is strongly recommended to achieve high search quality. For more information about
58-
* filter syntax, see SearchRequest.filter.
55+
* query expansion is needed. In the case a query does not have a sufficient amount of results
56+
* this filter will be used to determine whether or not to enable the query expansion flow. The
57+
* original filter will still be used for the query expanded search. This field is strongly
58+
* recommended to achieve high search quality. For more information about filter syntax, see
59+
* SearchRequest.filter.
5960
* The value may be {@code null}.
6061
*/
6162
@com.google.api.client.util.Key
@@ -312,10 +313,11 @@ public GoogleCloudRetailV2alphaSearchRequest setBranch(java.lang.String branch)
312313
/**
313314
* The default filter that is applied when a user performs a search without checking any filters
314315
* on the search page. The filter applied to every search request when quality improvement such as
315-
* query expansion is needed. For example, if a query does not have enough results, an expanded
316-
* query with SearchRequest.canonical_filter is returned as a supplement of the original query.
317-
* This field is strongly recommended to achieve high search quality. For more information about
318-
* filter syntax, see SearchRequest.filter.
316+
* query expansion is needed. In the case a query does not have a sufficient amount of results
317+
* this filter will be used to determine whether or not to enable the query expansion flow. The
318+
* original filter will still be used for the query expanded search. This field is strongly
319+
* recommended to achieve high search quality. For more information about filter syntax, see
320+
* SearchRequest.filter.
319321
* @return value or {@code null} for none
320322
*/
321323
public java.lang.String getCanonicalFilter() {
@@ -325,10 +327,11 @@ public java.lang.String getCanonicalFilter() {
325327
/**
326328
* The default filter that is applied when a user performs a search without checking any filters
327329
* on the search page. The filter applied to every search request when quality improvement such as
328-
* query expansion is needed. For example, if a query does not have enough results, an expanded
329-
* query with SearchRequest.canonical_filter is returned as a supplement of the original query.
330-
* This field is strongly recommended to achieve high search quality. For more information about
331-
* filter syntax, see SearchRequest.filter.
330+
* query expansion is needed. In the case a query does not have a sufficient amount of results
331+
* this filter will be used to determine whether or not to enable the query expansion flow. The
332+
* original filter will still be used for the query expanded search. This field is strongly
333+
* recommended to achieve high search quality. For more information about filter syntax, see
334+
* SearchRequest.filter.
332335
* @param canonicalFilter canonicalFilter or {@code null} for none
333336
*/
334337
public GoogleCloudRetailV2alphaSearchRequest setCanonicalFilter(java.lang.String canonicalFilter) {

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-rev20231102-2.0.0</version>
12-
<name>Retail API v2alpha-rev20231102-2.0.0</name>
11+
<version>v2alpha-rev20231109-2.0.0</version>
12+
<name>Retail API v2alpha-rev20231109-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-rev20231102-2.0.0</version>
25+
<version>v2alpha-rev20231109-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-rev20231102-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2alpha-rev20231109-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-rev20231102-2.0.0</version>
25+
<version>v2beta-rev20231109-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-rev20231102-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2beta-rev20231109-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ public final class GoogleCloudRetailV2betaSearchRequest extends com.google.api.c
5252
/**
5353
* The default filter that is applied when a user performs a search without checking any filters
5454
* on the search page. The filter applied to every search request when quality improvement such as
55-
* query expansion is needed. For example, if a query does not have enough results, an expanded
56-
* query with SearchRequest.canonical_filter is returned as a supplement of the original query.
57-
* This field is strongly recommended to achieve high search quality. For more information about
58-
* filter syntax, see SearchRequest.filter.
55+
* query expansion is needed. In the case a query does not have a sufficient amount of results
56+
* this filter will be used to determine whether or not to enable the query expansion flow. The
57+
* original filter will still be used for the query expanded search. This field is strongly
58+
* recommended to achieve high search quality. For more information about filter syntax, see
59+
* SearchRequest.filter.
5960
* The value may be {@code null}.
6061
*/
6162
@com.google.api.client.util.Key
@@ -302,10 +303,11 @@ public GoogleCloudRetailV2betaSearchRequest setBranch(java.lang.String branch) {
302303
/**
303304
* The default filter that is applied when a user performs a search without checking any filters
304305
* on the search page. The filter applied to every search request when quality improvement such as
305-
* query expansion is needed. For example, if a query does not have enough results, an expanded
306-
* query with SearchRequest.canonical_filter is returned as a supplement of the original query.
307-
* This field is strongly recommended to achieve high search quality. For more information about
308-
* filter syntax, see SearchRequest.filter.
306+
* query expansion is needed. In the case a query does not have a sufficient amount of results
307+
* this filter will be used to determine whether or not to enable the query expansion flow. The
308+
* original filter will still be used for the query expanded search. This field is strongly
309+
* recommended to achieve high search quality. For more information about filter syntax, see
310+
* SearchRequest.filter.
309311
* @return value or {@code null} for none
310312
*/
311313
public java.lang.String getCanonicalFilter() {
@@ -315,10 +317,11 @@ public java.lang.String getCanonicalFilter() {
315317
/**
316318
* The default filter that is applied when a user performs a search without checking any filters
317319
* on the search page. The filter applied to every search request when quality improvement such as
318-
* query expansion is needed. For example, if a query does not have enough results, an expanded
319-
* query with SearchRequest.canonical_filter is returned as a supplement of the original query.
320-
* This field is strongly recommended to achieve high search quality. For more information about
321-
* filter syntax, see SearchRequest.filter.
320+
* query expansion is needed. In the case a query does not have a sufficient amount of results
321+
* this filter will be used to determine whether or not to enable the query expansion flow. The
322+
* original filter will still be used for the query expanded search. This field is strongly
323+
* recommended to achieve high search quality. For more information about filter syntax, see
324+
* SearchRequest.filter.
322325
* @param canonicalFilter canonicalFilter or {@code null} for none
323326
*/
324327
public GoogleCloudRetailV2betaSearchRequest setCanonicalFilter(java.lang.String canonicalFilter) {

0 commit comments

Comments
 (0)