Skip to content

Commit 9e65eee

Browse files
1 parent 15fa5ad commit 9e65eee

File tree

9 files changed

+30
-78
lines changed

9 files changed

+30
-78
lines changed

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

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

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ public final class GoogleCloudRetailV2alphaControl extends com.google.api.client
4949
@com.google.api.client.util.Key
5050
private java.lang.String displayName;
5151

52-
/**
53-
* A facet specification to perform faceted search. Note that this field is deprecated and will
54-
* throw NOT_IMPLEMENTED if used for creating a control.
55-
* The value may be {@code null}.
56-
*/
57-
@com.google.api.client.util.Key
58-
private GoogleCloudRetailV2alphaSearchRequestFacetSpec facetSpec;
59-
6052
/**
6153
* Immutable. Fully qualified name `projects/locations/global/catalogs/controls`
6254
* The value may be {@code null}.
@@ -133,25 +125,6 @@ public GoogleCloudRetailV2alphaControl setDisplayName(java.lang.String displayNa
133125
return this;
134126
}
135127

136-
/**
137-
* A facet specification to perform faceted search. Note that this field is deprecated and will
138-
* throw NOT_IMPLEMENTED if used for creating a control.
139-
* @return value or {@code null} for none
140-
*/
141-
public GoogleCloudRetailV2alphaSearchRequestFacetSpec getFacetSpec() {
142-
return facetSpec;
143-
}
144-
145-
/**
146-
* A facet specification to perform faceted search. Note that this field is deprecated and will
147-
* throw NOT_IMPLEMENTED if used for creating a control.
148-
* @param facetSpec facetSpec or {@code null} for none
149-
*/
150-
public GoogleCloudRetailV2alphaControl setFacetSpec(GoogleCloudRetailV2alphaSearchRequestFacetSpec facetSpec) {
151-
this.facetSpec = facetSpec;
152-
return this;
153-
}
154-
155128
/**
156129
* Immutable. Fully qualified name `projects/locations/global/catalogs/controls`
157130
* @return value or {@code null} for none

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

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,12 @@ public final class GoogleCloudRetailV2alphaConversationalSearchResponse extends
7878
private java.lang.String state;
7979

8080
/**
81-
* The types Retail classifies the search query as. Supported values are: - "ADVERSARIAL" -
82-
* "CHITCHAT" - "JAILBREAK" - "ORDER_SUPPORT" - "SIMPLE_PRODUCT_SEARCH" - "INTENT_REFINEMENT" -
83-
* "PRODUCT_DETAILS" - "PRODUCT_COMPARISON" - "DEALS_AND_COUPONS" - "STORE_RELEVANT" -
84-
* "BLOCKLISTED" - "BEST_PRODUCT" - "RETAIL_SUPPORT" - "DISABLED" clang-format off clang-format on
81+
* LINT.IfChange(query_types_proto) The types Retail classifies the search query as. Supported
82+
* values are: - "ADVERSARIAL" - "CHITCHAT" - "JAILBREAK" - "ORDER_SUPPORT" -
83+
* "SIMPLE_PRODUCT_SEARCH" - "INTENT_REFINEMENT" - "PRODUCT_DETAILS" - "PRODUCT_COMPARISON" -
84+
* "DEALS_AND_COUPONS" - "STORE_RELEVANT" - "BLOCKLISTED" - "BEST_PRODUCT" - "RETAIL_SUPPORT" -
85+
* "DISABLED" LINT.ThenChange(//depot/google3/cloud/console/web/ai/retail/service/conversational_s
86+
* earch_customization_config.ts:intent_types_ts)
8587
* The value may be {@code null}.
8688
*/
8789
@com.google.api.client.util.Key
@@ -200,21 +202,25 @@ public GoogleCloudRetailV2alphaConversationalSearchResponse setState(java.lang.S
200202
}
201203

202204
/**
203-
* The types Retail classifies the search query as. Supported values are: - "ADVERSARIAL" -
204-
* "CHITCHAT" - "JAILBREAK" - "ORDER_SUPPORT" - "SIMPLE_PRODUCT_SEARCH" - "INTENT_REFINEMENT" -
205-
* "PRODUCT_DETAILS" - "PRODUCT_COMPARISON" - "DEALS_AND_COUPONS" - "STORE_RELEVANT" -
206-
* "BLOCKLISTED" - "BEST_PRODUCT" - "RETAIL_SUPPORT" - "DISABLED" clang-format off clang-format on
205+
* LINT.IfChange(query_types_proto) The types Retail classifies the search query as. Supported
206+
* values are: - "ADVERSARIAL" - "CHITCHAT" - "JAILBREAK" - "ORDER_SUPPORT" -
207+
* "SIMPLE_PRODUCT_SEARCH" - "INTENT_REFINEMENT" - "PRODUCT_DETAILS" - "PRODUCT_COMPARISON" -
208+
* "DEALS_AND_COUPONS" - "STORE_RELEVANT" - "BLOCKLISTED" - "BEST_PRODUCT" - "RETAIL_SUPPORT" -
209+
* "DISABLED" LINT.ThenChange(//depot/google3/cloud/console/web/ai/retail/service/conversational_s
210+
* earch_customization_config.ts:intent_types_ts)
207211
* @return value or {@code null} for none
208212
*/
209213
public java.util.List<java.lang.String> getUserQueryTypes() {
210214
return userQueryTypes;
211215
}
212216

213217
/**
214-
* The types Retail classifies the search query as. Supported values are: - "ADVERSARIAL" -
215-
* "CHITCHAT" - "JAILBREAK" - "ORDER_SUPPORT" - "SIMPLE_PRODUCT_SEARCH" - "INTENT_REFINEMENT" -
216-
* "PRODUCT_DETAILS" - "PRODUCT_COMPARISON" - "DEALS_AND_COUPONS" - "STORE_RELEVANT" -
217-
* "BLOCKLISTED" - "BEST_PRODUCT" - "RETAIL_SUPPORT" - "DISABLED" clang-format off clang-format on
218+
* LINT.IfChange(query_types_proto) The types Retail classifies the search query as. Supported
219+
* values are: - "ADVERSARIAL" - "CHITCHAT" - "JAILBREAK" - "ORDER_SUPPORT" -
220+
* "SIMPLE_PRODUCT_SEARCH" - "INTENT_REFINEMENT" - "PRODUCT_DETAILS" - "PRODUCT_COMPARISON" -
221+
* "DEALS_AND_COUPONS" - "STORE_RELEVANT" - "BLOCKLISTED" - "BEST_PRODUCT" - "RETAIL_SUPPORT" -
222+
* "DISABLED" LINT.ThenChange(//depot/google3/cloud/console/web/ai/retail/service/conversational_s
223+
* earch_customization_config.ts:intent_types_ts)
218224
* @param userQueryTypes userQueryTypes or {@code null} for none
219225
*/
220226
public GoogleCloudRetailV2alphaConversationalSearchResponse setUserQueryTypes(java.util.List<java.lang.String> userQueryTypes) {

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

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

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,6 @@ public final class GoogleCloudRetailV2betaControl extends com.google.api.client.
4949
@com.google.api.client.util.Key
5050
private java.lang.String displayName;
5151

52-
/**
53-
* A facet specification to perform faceted search. Note that this field is deprecated and will
54-
* throw NOT_IMPLEMENTED if used for creating a control.
55-
* The value may be {@code null}.
56-
*/
57-
@com.google.api.client.util.Key
58-
private GoogleCloudRetailV2betaSearchRequestFacetSpec facetSpec;
59-
6052
/**
6153
* Immutable. Fully qualified name `projects/locations/global/catalogs/controls`
6254
* The value may be {@code null}.
@@ -133,25 +125,6 @@ public GoogleCloudRetailV2betaControl setDisplayName(java.lang.String displayNam
133125
return this;
134126
}
135127

136-
/**
137-
* A facet specification to perform faceted search. Note that this field is deprecated and will
138-
* throw NOT_IMPLEMENTED if used for creating a control.
139-
* @return value or {@code null} for none
140-
*/
141-
public GoogleCloudRetailV2betaSearchRequestFacetSpec getFacetSpec() {
142-
return facetSpec;
143-
}
144-
145-
/**
146-
* A facet specification to perform faceted search. Note that this field is deprecated and will
147-
* throw NOT_IMPLEMENTED if used for creating a control.
148-
* @param facetSpec facetSpec or {@code null} for none
149-
*/
150-
public GoogleCloudRetailV2betaControl setFacetSpec(GoogleCloudRetailV2betaSearchRequestFacetSpec facetSpec) {
151-
this.facetSpec = facetSpec;
152-
return this;
153-
}
154-
155128
/**
156129
* Immutable. Fully qualified name `projects/locations/global/catalogs/controls`
157130
* @return value or {@code null} for none

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

0 commit comments

Comments
 (0)