diff --git a/clients/google-api-services-retail/v2/2.0.0/README.md b/clients/google-api-services-retail/v2/2.0.0/README.md
index a46cf77a87e..e9557d318bd 100644
--- a/clients/google-api-services-retail/v2/2.0.0/README.md
+++ b/clients/google-api-services-retail/v2/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-retail
- v2-rev20251113-2.0.0
+ v2-rev20260129-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-retail:v2-rev20251113-2.0.0'
+ implementation 'com.google.apis:google-api-services-retail:v2-rev20260129-2.0.0'
}
```
diff --git a/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/CloudRetail.java b/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/CloudRetail.java
index 2396212ecdc..3dd045bb3d2 100644
--- a/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/CloudRetail.java
+++ b/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/CloudRetail.java
@@ -103,7 +103,7 @@ public class CloudRetail extends com.google.api.client.googleapis.services.json.
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
*
Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
*
* @param jsonFactory JSON factory, which may be:
@@ -12322,8 +12322,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
* Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
- *
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
* @param jsonFactory JSON factory, which may be:
*
diff --git a/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2ConversationalSearchRequestSearchParams.java b/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2ConversationalSearchRequestSearchParams.java
index 6ae4209869e..500b115d15b 100644
--- a/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2ConversationalSearchRequestSearchParams.java
+++ b/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2ConversationalSearchRequestSearchParams.java
@@ -56,7 +56,7 @@ public final class GoogleCloudRetailV2ConversationalSearchRequestSearchParams ex
/**
* Optional. The sort string to specify the sorting of search results. The syntax of the sort
- * string is the same as SearchRequest.sort.
+ * string is the same as SearchRequest.order_by.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -121,7 +121,7 @@ public GoogleCloudRetailV2ConversationalSearchRequestSearchParams setFilter(java
/**
* Optional. The sort string to specify the sorting of search results. The syntax of the sort
- * string is the same as SearchRequest.sort.
+ * string is the same as SearchRequest.order_by.
* @return value or {@code null} for none
*/
public java.lang.String getSortBy() {
@@ -130,7 +130,7 @@ public java.lang.String getSortBy() {
/**
* Optional. The sort string to specify the sorting of search results. The syntax of the sort
- * string is the same as SearchRequest.sort.
+ * string is the same as SearchRequest.order_by.
* @param sortBy sortBy or {@code null} for none
*/
public GoogleCloudRetailV2ConversationalSearchRequestSearchParams setSortBy(java.lang.String sortBy) {
diff --git a/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2ConversationalSearchRequestUserAnswer.java b/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2ConversationalSearchRequestUserAnswer.java
index cd92725b283..ed66ff0a6ff 100644
--- a/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2ConversationalSearchRequestUserAnswer.java
+++ b/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2ConversationalSearchRequestUserAnswer.java
@@ -33,7 +33,7 @@ public final class GoogleCloudRetailV2ConversationalSearchRequestUserAnswer exte
/**
* Optional. This field specifies the selected answer during the conversational search. This
- * should be a subset of ConversationalSearchResponse.followup_question.suggested_answers.
+ * should be a subset of ConversationalSearchResponse.FollowupQuestion.SuggestedAnswer.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -48,7 +48,7 @@ public final class GoogleCloudRetailV2ConversationalSearchRequestUserAnswer exte
/**
* Optional. This field specifies the selected answer during the conversational search. This
- * should be a subset of ConversationalSearchResponse.followup_question.suggested_answers.
+ * should be a subset of ConversationalSearchResponse.FollowupQuestion.SuggestedAnswer.
* @return value or {@code null} for none
*/
public GoogleCloudRetailV2ConversationalSearchRequestUserAnswerSelectedAnswer getSelectedAnswer() {
@@ -57,7 +57,7 @@ public GoogleCloudRetailV2ConversationalSearchRequestUserAnswerSelectedAnswer ge
/**
* Optional. This field specifies the selected answer during the conversational search. This
- * should be a subset of ConversationalSearchResponse.followup_question.suggested_answers.
+ * should be a subset of ConversationalSearchResponse.FollowupQuestion.SuggestedAnswer.
* @param selectedAnswer selectedAnswer or {@code null} for none
*/
public GoogleCloudRetailV2ConversationalSearchRequestUserAnswer setSelectedAnswer(GoogleCloudRetailV2ConversationalSearchRequestUserAnswerSelectedAnswer selectedAnswer) {
diff --git a/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2ConversationalSearchResponseConversationalFilteringResult.java b/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2ConversationalSearchResponseConversationalFilteringResult.java
index 5c20093ed05..31360f9fccc 100644
--- a/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2ConversationalSearchResponseConversationalFilteringResult.java
+++ b/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2ConversationalSearchResponseConversationalFilteringResult.java
@@ -34,7 +34,7 @@ public final class GoogleCloudRetailV2ConversationalSearchResponseConversational
/**
* This is the incremental additional filters implied from the current user answer. User should
* add the suggested addition filters to the previous
- * ConversationalSearchRequest.search_params.filter and SearchRequest.filter, and use the merged
+ * ConversationalSearchRequest.SearchParams.filter and SearchRequest.filter, and use the merged
* filter in the follow up requests.
* The value may be {@code null}.
*/
@@ -51,7 +51,7 @@ public final class GoogleCloudRetailV2ConversationalSearchResponseConversational
/**
* This is the incremental additional filters implied from the current user answer. User should
* add the suggested addition filters to the previous
- * ConversationalSearchRequest.search_params.filter and SearchRequest.filter, and use the merged
+ * ConversationalSearchRequest.SearchParams.filter and SearchRequest.filter, and use the merged
* filter in the follow up requests.
* @return value or {@code null} for none
*/
@@ -62,7 +62,7 @@ public GoogleCloudRetailV2ConversationalSearchResponseConversationalFilteringRes
/**
* This is the incremental additional filters implied from the current user answer. User should
* add the suggested addition filters to the previous
- * ConversationalSearchRequest.search_params.filter and SearchRequest.filter, and use the merged
+ * ConversationalSearchRequest.SearchParams.filter and SearchRequest.filter, and use the merged
* filter in the follow up requests.
* @param additionalFilter additionalFilter or {@code null} for none
*/
diff --git a/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2ExportAnalyticsMetricsRequest.java b/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2ExportAnalyticsMetricsRequest.java
index 690cb5fe0c0..fb12e109ecc 100644
--- a/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2ExportAnalyticsMetricsRequest.java
+++ b/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2ExportAnalyticsMetricsRequest.java
@@ -45,7 +45,8 @@ public final class GoogleCloudRetailV2ExportAnalyticsMetricsRequest extends com.
private java.lang.String filter;
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -83,7 +84,8 @@ public GoogleCloudRetailV2ExportAnalyticsMetricsRequest setFilter(java.lang.Stri
}
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* @return value or {@code null} for none
*/
public GoogleCloudRetailV2OutputConfig getOutputConfig() {
@@ -91,7 +93,8 @@ public GoogleCloudRetailV2OutputConfig getOutputConfig() {
}
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* @param outputConfig outputConfig or {@code null} for none
*/
public GoogleCloudRetailV2ExportAnalyticsMetricsRequest setOutputConfig(GoogleCloudRetailV2OutputConfig outputConfig) {
diff --git a/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2SearchRequest.java b/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2SearchRequest.java
index 8d565239d80..422ea20bff1 100644
--- a/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2SearchRequest.java
+++ b/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2SearchRequest.java
@@ -197,7 +197,8 @@ public final class GoogleCloudRetailV2SearchRequest extends com.google.api.clien
/**
* Optional. An id corresponding to a place, such as a store id or region id. When specified, we
* use the price from the local inventory with the matching product's LocalInventory.place_id for
- * revenue optimization.
+ * revenue optimization. Note, the currency of the local inventory's price must match the currency
+ * of the product's price.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -689,7 +690,8 @@ public GoogleCloudRetailV2SearchRequest setPersonalizationSpec(GoogleCloudRetail
/**
* Optional. An id corresponding to a place, such as a store id or region id. When specified, we
* use the price from the local inventory with the matching product's LocalInventory.place_id for
- * revenue optimization.
+ * revenue optimization. Note, the currency of the local inventory's price must match the currency
+ * of the product's price.
* @return value or {@code null} for none
*/
public java.lang.String getPlaceId() {
@@ -699,7 +701,8 @@ public java.lang.String getPlaceId() {
/**
* Optional. An id corresponding to a place, such as a store id or region id. When specified, we
* use the price from the local inventory with the matching product's LocalInventory.place_id for
- * revenue optimization.
+ * revenue optimization. Note, the currency of the local inventory's price must match the currency
+ * of the product's price.
* @param placeId placeId or {@code null} for none
*/
public GoogleCloudRetailV2SearchRequest setPlaceId(java.lang.String placeId) {
diff --git a/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2SearchRequestConversationalSearchSpec.java b/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2SearchRequestConversationalSearchSpec.java
index 066e237cdc7..28f2c1f82dc 100644
--- a/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2SearchRequestConversationalSearchSpec.java
+++ b/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2SearchRequestConversationalSearchSpec.java
@@ -33,7 +33,8 @@ public final class GoogleCloudRetailV2SearchRequestConversationalSearchSpec exte
/**
* This field specifies the conversation id, which maintains the state of the conversation between
* client side and server side. Use the value from the previous
- * ConversationalSearchResult.conversation_id. For the initial request, this should be empty.
+ * SearchResponse.ConversationalSearchResult.conversation_id. For the initial request, this should
+ * be empty.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -59,7 +60,8 @@ public final class GoogleCloudRetailV2SearchRequestConversationalSearchSpec exte
/**
* This field specifies the conversation id, which maintains the state of the conversation between
* client side and server side. Use the value from the previous
- * ConversationalSearchResult.conversation_id. For the initial request, this should be empty.
+ * SearchResponse.ConversationalSearchResult.conversation_id. For the initial request, this should
+ * be empty.
* @return value or {@code null} for none
*/
public java.lang.String getConversationId() {
@@ -69,7 +71,8 @@ public java.lang.String getConversationId() {
/**
* This field specifies the conversation id, which maintains the state of the conversation between
* client side and server side. Use the value from the previous
- * ConversationalSearchResult.conversation_id. For the initial request, this should be empty.
+ * SearchResponse.ConversationalSearchResult.conversation_id. For the initial request, this should
+ * be empty.
* @param conversationId conversationId or {@code null} for none
*/
public GoogleCloudRetailV2SearchRequestConversationalSearchSpec setConversationId(java.lang.String conversationId) {
diff --git a/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswer.java b/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswer.java
index f63690520ce..ee8e6a0f62f 100644
--- a/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswer.java
+++ b/clients/google-api-services-retail/v2/2.0.0/com/google/api/services/retail/v2/model/GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswer.java
@@ -33,7 +33,7 @@ public final class GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserA
/**
* This field specifies the selected attributes during the conversational search. This should be a
- * subset of ConversationalSearchResult.suggested_answers.
+ * subset of SearchResponse.ConversationalSearchResult.suggested_answers.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -48,7 +48,7 @@ public final class GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserA
/**
* This field specifies the selected attributes during the conversational search. This should be a
- * subset of ConversationalSearchResult.suggested_answers.
+ * subset of SearchResponse.ConversationalSearchResult.suggested_answers.
* @return value or {@code null} for none
*/
public GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswerSelectedAnswer getSelectedAnswer() {
@@ -57,7 +57,7 @@ public GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswerSelecte
/**
* This field specifies the selected attributes during the conversational search. This should be a
- * subset of ConversationalSearchResult.suggested_answers.
+ * subset of SearchResponse.ConversationalSearchResult.suggested_answers.
* @param selectedAnswer selectedAnswer or {@code null} for none
*/
public GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswer setSelectedAnswer(GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswerSelectedAnswer selectedAnswer) {
diff --git a/clients/google-api-services-retail/v2/2.0.0/pom.xml b/clients/google-api-services-retail/v2/2.0.0/pom.xml
index fdee8159aef..19055e248d8 100644
--- a/clients/google-api-services-retail/v2/2.0.0/pom.xml
+++ b/clients/google-api-services-retail/v2/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-retail
- v2-rev20251113-2.0.0
- Vertex AI Search for commerce API v2-rev20251113-2.0.0
+ v2-rev20260129-2.0.0
+ Vertex AI Search for commerce API v2-rev20260129-2.0.0
jar
2011
diff --git a/clients/google-api-services-retail/v2/README.md b/clients/google-api-services-retail/v2/README.md
index a46cf77a87e..e9557d318bd 100644
--- a/clients/google-api-services-retail/v2/README.md
+++ b/clients/google-api-services-retail/v2/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-retail
- v2-rev20251113-2.0.0
+ v2-rev20260129-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-retail:v2-rev20251113-2.0.0'
+ implementation 'com.google.apis:google-api-services-retail:v2-rev20260129-2.0.0'
}
```
diff --git a/clients/google-api-services-retail/v2alpha/2.0.0/README.md b/clients/google-api-services-retail/v2alpha/2.0.0/README.md
index 03030469302..99fe937effa 100644
--- a/clients/google-api-services-retail/v2alpha/2.0.0/README.md
+++ b/clients/google-api-services-retail/v2alpha/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-retail
- v2alpha-rev20251113-2.0.0
+ v2alpha-rev20260129-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-retail:v2alpha-rev20251113-2.0.0'
+ implementation 'com.google.apis:google-api-services-retail:v2alpha-rev20260129-2.0.0'
}
```
diff --git a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/CloudRetail.java b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/CloudRetail.java
index d5b45c41f63..a0d85dde3d6 100644
--- a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/CloudRetail.java
+++ b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/CloudRetail.java
@@ -103,7 +103,7 @@ public class CloudRetail extends com.google.api.client.googleapis.services.json.
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
* - Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * - Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
+ *
- Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
*
* @param jsonFactory JSON factory, which may be:
@@ -14979,8 +14979,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
* Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
- *
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
* @param jsonFactory JSON factory, which may be:
*
diff --git a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaBranch.java b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaBranch.java
index 2c1559d0e64..f99bf74ff50 100644
--- a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaBranch.java
+++ b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaBranch.java
@@ -62,7 +62,7 @@ public final class GoogleCloudRetailV2alphaBranch extends com.google.api.client.
/**
* Output only. Statistics for number of products in the branch, provided for different scopes.
- * This field is not populated in BranchView.BASIC view.
+ * This field is not populated in BranchView.BRANCH_VIEW_BASIC view.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -71,7 +71,7 @@ public final class GoogleCloudRetailV2alphaBranch extends com.google.api.client.
/**
* Output only. The quality metrics measured among products of this branch. See
* QualityMetric.requirement_key for supported metrics. Metrics could be missing if failed to
- * retrieve. This field is not populated in BranchView.BASIC view.
+ * retrieve. This field is not populated in BranchView.BRANCH_VIEW_BASIC view.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -151,7 +151,7 @@ public GoogleCloudRetailV2alphaBranch setName(java.lang.String name) {
/**
* Output only. Statistics for number of products in the branch, provided for different scopes.
- * This field is not populated in BranchView.BASIC view.
+ * This field is not populated in BranchView.BRANCH_VIEW_BASIC view.
* @return value or {@code null} for none
*/
public java.util.List getProductCountStats() {
@@ -160,7 +160,7 @@ public java.util.List getPr
/**
* Output only. Statistics for number of products in the branch, provided for different scopes.
- * This field is not populated in BranchView.BASIC view.
+ * This field is not populated in BranchView.BRANCH_VIEW_BASIC view.
* @param productCountStats productCountStats or {@code null} for none
*/
public GoogleCloudRetailV2alphaBranch setProductCountStats(java.util.List productCountStats) {
@@ -171,7 +171,7 @@ public GoogleCloudRetailV2alphaBranch setProductCountStats(java.util.List getQualityMetrics() {
@@ -181,7 +181,7 @@ public java.util.List getQualityMet
/**
* Output only. The quality metrics measured among products of this branch. See
* QualityMetric.requirement_key for supported metrics. Metrics could be missing if failed to
- * retrieve. This field is not populated in BranchView.BASIC view.
+ * retrieve. This field is not populated in BranchView.BRANCH_VIEW_BASIC view.
* @param qualityMetrics qualityMetrics or {@code null} for none
*/
public GoogleCloudRetailV2alphaBranch setQualityMetrics(java.util.List qualityMetrics) {
diff --git a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaConversationalSearchRequestSearchParams.java b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaConversationalSearchRequestSearchParams.java
index c5612ee0505..0476fe16031 100644
--- a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaConversationalSearchRequestSearchParams.java
+++ b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaConversationalSearchRequestSearchParams.java
@@ -56,7 +56,7 @@ public final class GoogleCloudRetailV2alphaConversationalSearchRequestSearchPara
/**
* Optional. The sort string to specify the sorting of search results. The syntax of the sort
- * string is the same as SearchRequest.sort.
+ * string is the same as SearchRequest.order_by.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -121,7 +121,7 @@ public GoogleCloudRetailV2alphaConversationalSearchRequestSearchParams setFilter
/**
* Optional. The sort string to specify the sorting of search results. The syntax of the sort
- * string is the same as SearchRequest.sort.
+ * string is the same as SearchRequest.order_by.
* @return value or {@code null} for none
*/
public java.lang.String getSortBy() {
@@ -130,7 +130,7 @@ public java.lang.String getSortBy() {
/**
* Optional. The sort string to specify the sorting of search results. The syntax of the sort
- * string is the same as SearchRequest.sort.
+ * string is the same as SearchRequest.order_by.
* @param sortBy sortBy or {@code null} for none
*/
public GoogleCloudRetailV2alphaConversationalSearchRequestSearchParams setSortBy(java.lang.String sortBy) {
diff --git a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaConversationalSearchRequestUserAnswer.java b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaConversationalSearchRequestUserAnswer.java
index 422b6082dd4..a97f965853e 100644
--- a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaConversationalSearchRequestUserAnswer.java
+++ b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaConversationalSearchRequestUserAnswer.java
@@ -33,7 +33,7 @@ public final class GoogleCloudRetailV2alphaConversationalSearchRequestUserAnswer
/**
* Optional. This field specifies the selected answer during the conversational search. This
- * should be a subset of ConversationalSearchResponse.followup_question.suggested_answers.
+ * should be a subset of ConversationalSearchResponse.FollowupQuestion.SuggestedAnswer.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -48,7 +48,7 @@ public final class GoogleCloudRetailV2alphaConversationalSearchRequestUserAnswer
/**
* Optional. This field specifies the selected answer during the conversational search. This
- * should be a subset of ConversationalSearchResponse.followup_question.suggested_answers.
+ * should be a subset of ConversationalSearchResponse.FollowupQuestion.SuggestedAnswer.
* @return value or {@code null} for none
*/
public GoogleCloudRetailV2alphaConversationalSearchRequestUserAnswerSelectedAnswer getSelectedAnswer() {
@@ -57,7 +57,7 @@ public GoogleCloudRetailV2alphaConversationalSearchRequestUserAnswerSelectedAnsw
/**
* Optional. This field specifies the selected answer during the conversational search. This
- * should be a subset of ConversationalSearchResponse.followup_question.suggested_answers.
+ * should be a subset of ConversationalSearchResponse.FollowupQuestion.SuggestedAnswer.
* @param selectedAnswer selectedAnswer or {@code null} for none
*/
public GoogleCloudRetailV2alphaConversationalSearchRequestUserAnswer setSelectedAnswer(GoogleCloudRetailV2alphaConversationalSearchRequestUserAnswerSelectedAnswer selectedAnswer) {
diff --git a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaConversationalSearchResponseConversationalFilteringResult.java b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaConversationalSearchResponseConversationalFilteringResult.java
index 6ec3aa426da..f92cbb63848 100644
--- a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaConversationalSearchResponseConversationalFilteringResult.java
+++ b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaConversationalSearchResponseConversationalFilteringResult.java
@@ -34,7 +34,7 @@ public final class GoogleCloudRetailV2alphaConversationalSearchResponseConversat
/**
* This is the incremental additional filters implied from the current user answer. User should
* add the suggested addition filters to the previous
- * ConversationalSearchRequest.search_params.filter and SearchRequest.filter, and use the merged
+ * ConversationalSearchRequest.SearchParams.filter and SearchRequest.filter, and use the merged
* filter in the follow up requests.
* The value may be {@code null}.
*/
@@ -51,7 +51,7 @@ public final class GoogleCloudRetailV2alphaConversationalSearchResponseConversat
/**
* This is the incremental additional filters implied from the current user answer. User should
* add the suggested addition filters to the previous
- * ConversationalSearchRequest.search_params.filter and SearchRequest.filter, and use the merged
+ * ConversationalSearchRequest.SearchParams.filter and SearchRequest.filter, and use the merged
* filter in the follow up requests.
* @return value or {@code null} for none
*/
@@ -62,7 +62,7 @@ public GoogleCloudRetailV2alphaConversationalSearchResponseConversationalFilteri
/**
* This is the incremental additional filters implied from the current user answer. User should
* add the suggested addition filters to the previous
- * ConversationalSearchRequest.search_params.filter and SearchRequest.filter, and use the merged
+ * ConversationalSearchRequest.SearchParams.filter and SearchRequest.filter, and use the merged
* filter in the follow up requests.
* @param additionalFilter additionalFilter or {@code null} for none
*/
diff --git a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaExportAnalyticsMetricsRequest.java b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaExportAnalyticsMetricsRequest.java
index 912457d2fbd..2f8efdfb85f 100644
--- a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaExportAnalyticsMetricsRequest.java
+++ b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaExportAnalyticsMetricsRequest.java
@@ -45,7 +45,8 @@ public final class GoogleCloudRetailV2alphaExportAnalyticsMetricsRequest extends
private java.lang.String filter;
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -83,7 +84,8 @@ public GoogleCloudRetailV2alphaExportAnalyticsMetricsRequest setFilter(java.lang
}
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* @return value or {@code null} for none
*/
public GoogleCloudRetailV2alphaOutputConfig getOutputConfig() {
@@ -91,7 +93,8 @@ public GoogleCloudRetailV2alphaOutputConfig getOutputConfig() {
}
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* @param outputConfig outputConfig or {@code null} for none
*/
public GoogleCloudRetailV2alphaExportAnalyticsMetricsRequest setOutputConfig(GoogleCloudRetailV2alphaOutputConfig outputConfig) {
diff --git a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaExportProductsRequest.java b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaExportProductsRequest.java
index 77d90462833..15e3ab7fadd 100644
--- a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaExportProductsRequest.java
+++ b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaExportProductsRequest.java
@@ -38,7 +38,8 @@ public final class GoogleCloudRetailV2alphaExportProductsRequest extends com.goo
private java.lang.String filter;
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -62,7 +63,8 @@ public GoogleCloudRetailV2alphaExportProductsRequest setFilter(java.lang.String
}
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* @return value or {@code null} for none
*/
public GoogleCloudRetailV2alphaOutputConfig getOutputConfig() {
@@ -70,7 +72,8 @@ public GoogleCloudRetailV2alphaOutputConfig getOutputConfig() {
}
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* @param outputConfig outputConfig or {@code null} for none
*/
public GoogleCloudRetailV2alphaExportProductsRequest setOutputConfig(GoogleCloudRetailV2alphaOutputConfig outputConfig) {
diff --git a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaExportUserEventsRequest.java b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaExportUserEventsRequest.java
index 88e40c49512..ed40f77a1a1 100644
--- a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaExportUserEventsRequest.java
+++ b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaExportUserEventsRequest.java
@@ -38,7 +38,8 @@ public final class GoogleCloudRetailV2alphaExportUserEventsRequest extends com.g
private java.lang.String filter;
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -62,7 +63,8 @@ public GoogleCloudRetailV2alphaExportUserEventsRequest setFilter(java.lang.Strin
}
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* @return value or {@code null} for none
*/
public GoogleCloudRetailV2alphaOutputConfig getOutputConfig() {
@@ -70,7 +72,8 @@ public GoogleCloudRetailV2alphaOutputConfig getOutputConfig() {
}
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* @param outputConfig outputConfig or {@code null} for none
*/
public GoogleCloudRetailV2alphaExportUserEventsRequest setOutputConfig(GoogleCloudRetailV2alphaOutputConfig outputConfig) {
diff --git a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaSearchRequest.java b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaSearchRequest.java
index 8c79dd5183d..f94088ab5c9 100644
--- a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaSearchRequest.java
+++ b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaSearchRequest.java
@@ -204,7 +204,8 @@ public final class GoogleCloudRetailV2alphaSearchRequest extends com.google.api.
/**
* Optional. An id corresponding to a place, such as a store id or region id. When specified, we
* use the price from the local inventory with the matching product's LocalInventory.place_id for
- * revenue optimization.
+ * revenue optimization. Note, the currency of the local inventory's price must match the currency
+ * of the product's price.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -723,7 +724,8 @@ public GoogleCloudRetailV2alphaSearchRequest setPersonalizationSpec(GoogleCloudR
/**
* Optional. An id corresponding to a place, such as a store id or region id. When specified, we
* use the price from the local inventory with the matching product's LocalInventory.place_id for
- * revenue optimization.
+ * revenue optimization. Note, the currency of the local inventory's price must match the currency
+ * of the product's price.
* @return value or {@code null} for none
*/
public java.lang.String getPlaceId() {
@@ -733,7 +735,8 @@ public java.lang.String getPlaceId() {
/**
* Optional. An id corresponding to a place, such as a store id or region id. When specified, we
* use the price from the local inventory with the matching product's LocalInventory.place_id for
- * revenue optimization.
+ * revenue optimization. Note, the currency of the local inventory's price must match the currency
+ * of the product's price.
* @param placeId placeId or {@code null} for none
*/
public GoogleCloudRetailV2alphaSearchRequest setPlaceId(java.lang.String placeId) {
diff --git a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpec.java b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpec.java
index fc5a9bdd0f4..a231833195a 100644
--- a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpec.java
+++ b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpec.java
@@ -33,7 +33,8 @@ public final class GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpec
/**
* This field specifies the conversation id, which maintains the state of the conversation between
* client side and server side. Use the value from the previous
- * ConversationalSearchResult.conversation_id. For the initial request, this should be empty.
+ * SearchResponse.ConversationalSearchResult.conversation_id. For the initial request, this should
+ * be empty.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -59,7 +60,8 @@ public final class GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpec
/**
* This field specifies the conversation id, which maintains the state of the conversation between
* client side and server side. Use the value from the previous
- * ConversationalSearchResult.conversation_id. For the initial request, this should be empty.
+ * SearchResponse.ConversationalSearchResult.conversation_id. For the initial request, this should
+ * be empty.
* @return value or {@code null} for none
*/
public java.lang.String getConversationId() {
@@ -69,7 +71,8 @@ public java.lang.String getConversationId() {
/**
* This field specifies the conversation id, which maintains the state of the conversation between
* client side and server side. Use the value from the previous
- * ConversationalSearchResult.conversation_id. For the initial request, this should be empty.
+ * SearchResponse.ConversationalSearchResult.conversation_id. For the initial request, this should
+ * be empty.
* @param conversationId conversationId or {@code null} for none
*/
public GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpec setConversationId(java.lang.String conversationId) {
diff --git a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpecUserAnswer.java b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpecUserAnswer.java
index ebaf685608f..80280bf8bb9 100644
--- a/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpecUserAnswer.java
+++ b/clients/google-api-services-retail/v2alpha/2.0.0/com/google/api/services/retail/v2alpha/model/GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpecUserAnswer.java
@@ -33,7 +33,7 @@ public final class GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpec
/**
* This field specifies the selected attributes during the conversational search. This should be a
- * subset of ConversationalSearchResult.suggested_answers.
+ * subset of SearchResponse.ConversationalSearchResult.suggested_answers.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -48,7 +48,7 @@ public final class GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpec
/**
* This field specifies the selected attributes during the conversational search. This should be a
- * subset of ConversationalSearchResult.suggested_answers.
+ * subset of SearchResponse.ConversationalSearchResult.suggested_answers.
* @return value or {@code null} for none
*/
public GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpecUserAnswerSelectedAnswer getSelectedAnswer() {
@@ -57,7 +57,7 @@ public GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpecUserAnswerSe
/**
* This field specifies the selected attributes during the conversational search. This should be a
- * subset of ConversationalSearchResult.suggested_answers.
+ * subset of SearchResponse.ConversationalSearchResult.suggested_answers.
* @param selectedAnswer selectedAnswer or {@code null} for none
*/
public GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpecUserAnswer setSelectedAnswer(GoogleCloudRetailV2alphaSearchRequestConversationalSearchSpecUserAnswerSelectedAnswer selectedAnswer) {
diff --git a/clients/google-api-services-retail/v2alpha/2.0.0/pom.xml b/clients/google-api-services-retail/v2alpha/2.0.0/pom.xml
index 0856a83382d..417067055e7 100644
--- a/clients/google-api-services-retail/v2alpha/2.0.0/pom.xml
+++ b/clients/google-api-services-retail/v2alpha/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-retail
- v2alpha-rev20251113-2.0.0
- Vertex AI Search for commerce API v2alpha-rev20251113-2.0.0
+ v2alpha-rev20260129-2.0.0
+ Vertex AI Search for commerce API v2alpha-rev20260129-2.0.0
jar
2011
diff --git a/clients/google-api-services-retail/v2alpha/README.md b/clients/google-api-services-retail/v2alpha/README.md
index 03030469302..99fe937effa 100644
--- a/clients/google-api-services-retail/v2alpha/README.md
+++ b/clients/google-api-services-retail/v2alpha/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-retail
- v2alpha-rev20251113-2.0.0
+ v2alpha-rev20260129-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-retail:v2alpha-rev20251113-2.0.0'
+ implementation 'com.google.apis:google-api-services-retail:v2alpha-rev20260129-2.0.0'
}
```
diff --git a/clients/google-api-services-retail/v2beta/2.0.0/README.md b/clients/google-api-services-retail/v2beta/2.0.0/README.md
index 37b62d86233..f00783e294c 100644
--- a/clients/google-api-services-retail/v2beta/2.0.0/README.md
+++ b/clients/google-api-services-retail/v2beta/2.0.0/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-retail
- v2beta-rev20251113-2.0.0
+ v2beta-rev20260129-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-retail:v2beta-rev20251113-2.0.0'
+ implementation 'com.google.apis:google-api-services-retail:v2beta-rev20260129-2.0.0'
}
```
diff --git a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/CloudRetail.java b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/CloudRetail.java
index 3f5f806c468..357d360282b 100644
--- a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/CloudRetail.java
+++ b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/CloudRetail.java
@@ -103,7 +103,7 @@ public class CloudRetail extends com.google.api.client.googleapis.services.json.
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
* - Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * - Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
+ *
- Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
*
* @param jsonFactory JSON factory, which may be:
@@ -13051,8 +13051,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}
* Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}
- * Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
- *
+ * Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
*
* @param jsonFactory JSON factory, which may be:
*
diff --git a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaConversationalSearchRequestSearchParams.java b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaConversationalSearchRequestSearchParams.java
index 12b1de6cbe6..b57f940c2e2 100644
--- a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaConversationalSearchRequestSearchParams.java
+++ b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaConversationalSearchRequestSearchParams.java
@@ -56,7 +56,7 @@ public final class GoogleCloudRetailV2betaConversationalSearchRequestSearchParam
/**
* Optional. The sort string to specify the sorting of search results. The syntax of the sort
- * string is the same as SearchRequest.sort.
+ * string is the same as SearchRequest.order_by.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -121,7 +121,7 @@ public GoogleCloudRetailV2betaConversationalSearchRequestSearchParams setFilter(
/**
* Optional. The sort string to specify the sorting of search results. The syntax of the sort
- * string is the same as SearchRequest.sort.
+ * string is the same as SearchRequest.order_by.
* @return value or {@code null} for none
*/
public java.lang.String getSortBy() {
@@ -130,7 +130,7 @@ public java.lang.String getSortBy() {
/**
* Optional. The sort string to specify the sorting of search results. The syntax of the sort
- * string is the same as SearchRequest.sort.
+ * string is the same as SearchRequest.order_by.
* @param sortBy sortBy or {@code null} for none
*/
public GoogleCloudRetailV2betaConversationalSearchRequestSearchParams setSortBy(java.lang.String sortBy) {
diff --git a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaConversationalSearchRequestUserAnswer.java b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaConversationalSearchRequestUserAnswer.java
index 1b61c0672bb..a28b48c2067 100644
--- a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaConversationalSearchRequestUserAnswer.java
+++ b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaConversationalSearchRequestUserAnswer.java
@@ -33,7 +33,7 @@ public final class GoogleCloudRetailV2betaConversationalSearchRequestUserAnswer
/**
* Optional. This field specifies the selected answer during the conversational search. This
- * should be a subset of ConversationalSearchResponse.followup_question.suggested_answers.
+ * should be a subset of ConversationalSearchResponse.FollowupQuestion.SuggestedAnswer.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -48,7 +48,7 @@ public final class GoogleCloudRetailV2betaConversationalSearchRequestUserAnswer
/**
* Optional. This field specifies the selected answer during the conversational search. This
- * should be a subset of ConversationalSearchResponse.followup_question.suggested_answers.
+ * should be a subset of ConversationalSearchResponse.FollowupQuestion.SuggestedAnswer.
* @return value or {@code null} for none
*/
public GoogleCloudRetailV2betaConversationalSearchRequestUserAnswerSelectedAnswer getSelectedAnswer() {
@@ -57,7 +57,7 @@ public GoogleCloudRetailV2betaConversationalSearchRequestUserAnswerSelectedAnswe
/**
* Optional. This field specifies the selected answer during the conversational search. This
- * should be a subset of ConversationalSearchResponse.followup_question.suggested_answers.
+ * should be a subset of ConversationalSearchResponse.FollowupQuestion.SuggestedAnswer.
* @param selectedAnswer selectedAnswer or {@code null} for none
*/
public GoogleCloudRetailV2betaConversationalSearchRequestUserAnswer setSelectedAnswer(GoogleCloudRetailV2betaConversationalSearchRequestUserAnswerSelectedAnswer selectedAnswer) {
diff --git a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaConversationalSearchResponseConversationalFilteringResult.java b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaConversationalSearchResponseConversationalFilteringResult.java
index d34961a3b62..37dd2437993 100644
--- a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaConversationalSearchResponseConversationalFilteringResult.java
+++ b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaConversationalSearchResponseConversationalFilteringResult.java
@@ -34,7 +34,7 @@ public final class GoogleCloudRetailV2betaConversationalSearchResponseConversati
/**
* This is the incremental additional filters implied from the current user answer. User should
* add the suggested addition filters to the previous
- * ConversationalSearchRequest.search_params.filter and SearchRequest.filter, and use the merged
+ * ConversationalSearchRequest.SearchParams.filter and SearchRequest.filter, and use the merged
* filter in the follow up requests.
* The value may be {@code null}.
*/
@@ -51,7 +51,7 @@ public final class GoogleCloudRetailV2betaConversationalSearchResponseConversati
/**
* This is the incremental additional filters implied from the current user answer. User should
* add the suggested addition filters to the previous
- * ConversationalSearchRequest.search_params.filter and SearchRequest.filter, and use the merged
+ * ConversationalSearchRequest.SearchParams.filter and SearchRequest.filter, and use the merged
* filter in the follow up requests.
* @return value or {@code null} for none
*/
@@ -62,7 +62,7 @@ public GoogleCloudRetailV2betaConversationalSearchResponseConversationalFilterin
/**
* This is the incremental additional filters implied from the current user answer. User should
* add the suggested addition filters to the previous
- * ConversationalSearchRequest.search_params.filter and SearchRequest.filter, and use the merged
+ * ConversationalSearchRequest.SearchParams.filter and SearchRequest.filter, and use the merged
* filter in the follow up requests.
* @param additionalFilter additionalFilter or {@code null} for none
*/
diff --git a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaExportAnalyticsMetricsRequest.java b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaExportAnalyticsMetricsRequest.java
index b52231dc28f..b90b9965656 100644
--- a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaExportAnalyticsMetricsRequest.java
+++ b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaExportAnalyticsMetricsRequest.java
@@ -45,7 +45,8 @@ public final class GoogleCloudRetailV2betaExportAnalyticsMetricsRequest extends
private java.lang.String filter;
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -83,7 +84,8 @@ public GoogleCloudRetailV2betaExportAnalyticsMetricsRequest setFilter(java.lang.
}
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* @return value or {@code null} for none
*/
public GoogleCloudRetailV2betaOutputConfig getOutputConfig() {
@@ -91,7 +93,8 @@ public GoogleCloudRetailV2betaOutputConfig getOutputConfig() {
}
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* @param outputConfig outputConfig or {@code null} for none
*/
public GoogleCloudRetailV2betaExportAnalyticsMetricsRequest setOutputConfig(GoogleCloudRetailV2betaOutputConfig outputConfig) {
diff --git a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaExportProductsRequest.java b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaExportProductsRequest.java
index e52e722abd5..d00b04de60b 100644
--- a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaExportProductsRequest.java
+++ b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaExportProductsRequest.java
@@ -38,7 +38,8 @@ public final class GoogleCloudRetailV2betaExportProductsRequest extends com.goog
private java.lang.String filter;
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -62,7 +63,8 @@ public GoogleCloudRetailV2betaExportProductsRequest setFilter(java.lang.String f
}
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* @return value or {@code null} for none
*/
public GoogleCloudRetailV2betaOutputConfig getOutputConfig() {
@@ -70,7 +72,8 @@ public GoogleCloudRetailV2betaOutputConfig getOutputConfig() {
}
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* @param outputConfig outputConfig or {@code null} for none
*/
public GoogleCloudRetailV2betaExportProductsRequest setOutputConfig(GoogleCloudRetailV2betaOutputConfig outputConfig) {
diff --git a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaExportUserEventsRequest.java b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaExportUserEventsRequest.java
index 0c8d644a295..78edf0d385f 100644
--- a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaExportUserEventsRequest.java
+++ b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaExportUserEventsRequest.java
@@ -38,7 +38,8 @@ public final class GoogleCloudRetailV2betaExportUserEventsRequest extends com.go
private java.lang.String filter;
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -62,7 +63,8 @@ public GoogleCloudRetailV2betaExportUserEventsRequest setFilter(java.lang.String
}
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* @return value or {@code null} for none
*/
public GoogleCloudRetailV2betaOutputConfig getOutputConfig() {
@@ -70,7 +72,8 @@ public GoogleCloudRetailV2betaOutputConfig getOutputConfig() {
}
/**
- * Required. The output location of the data.
+ * Required. The output location of the data. Only `bigquery_destination` is supported, and
+ * `bigquery_destination.table_type` must be set to `view`.
* @param outputConfig outputConfig or {@code null} for none
*/
public GoogleCloudRetailV2betaExportUserEventsRequest setOutputConfig(GoogleCloudRetailV2betaOutputConfig outputConfig) {
diff --git a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaSearchRequest.java b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaSearchRequest.java
index 85172e97182..776c90e8cb5 100644
--- a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaSearchRequest.java
+++ b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaSearchRequest.java
@@ -197,7 +197,8 @@ public final class GoogleCloudRetailV2betaSearchRequest extends com.google.api.c
/**
* Optional. An id corresponding to a place, such as a store id or region id. When specified, we
* use the price from the local inventory with the matching product's LocalInventory.place_id for
- * revenue optimization.
+ * revenue optimization. Note, the currency of the local inventory's price must match the currency
+ * of the product's price.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -689,7 +690,8 @@ public GoogleCloudRetailV2betaSearchRequest setPersonalizationSpec(GoogleCloudRe
/**
* Optional. An id corresponding to a place, such as a store id or region id. When specified, we
* use the price from the local inventory with the matching product's LocalInventory.place_id for
- * revenue optimization.
+ * revenue optimization. Note, the currency of the local inventory's price must match the currency
+ * of the product's price.
* @return value or {@code null} for none
*/
public java.lang.String getPlaceId() {
@@ -699,7 +701,8 @@ public java.lang.String getPlaceId() {
/**
* Optional. An id corresponding to a place, such as a store id or region id. When specified, we
* use the price from the local inventory with the matching product's LocalInventory.place_id for
- * revenue optimization.
+ * revenue optimization. Note, the currency of the local inventory's price must match the currency
+ * of the product's price.
* @param placeId placeId or {@code null} for none
*/
public GoogleCloudRetailV2betaSearchRequest setPlaceId(java.lang.String placeId) {
diff --git a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaSearchRequestConversationalSearchSpec.java b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaSearchRequestConversationalSearchSpec.java
index b51e19dfd27..be969113ee4 100644
--- a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaSearchRequestConversationalSearchSpec.java
+++ b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaSearchRequestConversationalSearchSpec.java
@@ -33,7 +33,8 @@ public final class GoogleCloudRetailV2betaSearchRequestConversationalSearchSpec
/**
* This field specifies the conversation id, which maintains the state of the conversation between
* client side and server side. Use the value from the previous
- * ConversationalSearchResult.conversation_id. For the initial request, this should be empty.
+ * SearchResponse.ConversationalSearchResult.conversation_id. For the initial request, this should
+ * be empty.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -59,7 +60,8 @@ public final class GoogleCloudRetailV2betaSearchRequestConversationalSearchSpec
/**
* This field specifies the conversation id, which maintains the state of the conversation between
* client side and server side. Use the value from the previous
- * ConversationalSearchResult.conversation_id. For the initial request, this should be empty.
+ * SearchResponse.ConversationalSearchResult.conversation_id. For the initial request, this should
+ * be empty.
* @return value or {@code null} for none
*/
public java.lang.String getConversationId() {
@@ -69,7 +71,8 @@ public java.lang.String getConversationId() {
/**
* This field specifies the conversation id, which maintains the state of the conversation between
* client side and server side. Use the value from the previous
- * ConversationalSearchResult.conversation_id. For the initial request, this should be empty.
+ * SearchResponse.ConversationalSearchResult.conversation_id. For the initial request, this should
+ * be empty.
* @param conversationId conversationId or {@code null} for none
*/
public GoogleCloudRetailV2betaSearchRequestConversationalSearchSpec setConversationId(java.lang.String conversationId) {
diff --git a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaSearchRequestConversationalSearchSpecUserAnswer.java b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaSearchRequestConversationalSearchSpecUserAnswer.java
index c9726d592d3..89cd272398e 100644
--- a/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaSearchRequestConversationalSearchSpecUserAnswer.java
+++ b/clients/google-api-services-retail/v2beta/2.0.0/com/google/api/services/retail/v2beta/model/GoogleCloudRetailV2betaSearchRequestConversationalSearchSpecUserAnswer.java
@@ -33,7 +33,7 @@ public final class GoogleCloudRetailV2betaSearchRequestConversationalSearchSpecU
/**
* This field specifies the selected attributes during the conversational search. This should be a
- * subset of ConversationalSearchResult.suggested_answers.
+ * subset of SearchResponse.ConversationalSearchResult.suggested_answers.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -48,7 +48,7 @@ public final class GoogleCloudRetailV2betaSearchRequestConversationalSearchSpecU
/**
* This field specifies the selected attributes during the conversational search. This should be a
- * subset of ConversationalSearchResult.suggested_answers.
+ * subset of SearchResponse.ConversationalSearchResult.suggested_answers.
* @return value or {@code null} for none
*/
public GoogleCloudRetailV2betaSearchRequestConversationalSearchSpecUserAnswerSelectedAnswer getSelectedAnswer() {
@@ -57,7 +57,7 @@ public GoogleCloudRetailV2betaSearchRequestConversationalSearchSpecUserAnswerSel
/**
* This field specifies the selected attributes during the conversational search. This should be a
- * subset of ConversationalSearchResult.suggested_answers.
+ * subset of SearchResponse.ConversationalSearchResult.suggested_answers.
* @param selectedAnswer selectedAnswer or {@code null} for none
*/
public GoogleCloudRetailV2betaSearchRequestConversationalSearchSpecUserAnswer setSelectedAnswer(GoogleCloudRetailV2betaSearchRequestConversationalSearchSpecUserAnswerSelectedAnswer selectedAnswer) {
diff --git a/clients/google-api-services-retail/v2beta/2.0.0/pom.xml b/clients/google-api-services-retail/v2beta/2.0.0/pom.xml
index 3b36c3a1a38..2398471479a 100644
--- a/clients/google-api-services-retail/v2beta/2.0.0/pom.xml
+++ b/clients/google-api-services-retail/v2beta/2.0.0/pom.xml
@@ -8,8 +8,8 @@
com.google.apis
google-api-services-retail
- v2beta-rev20251113-2.0.0
- Vertex AI Search for commerce API v2beta-rev20251113-2.0.0
+ v2beta-rev20260129-2.0.0
+ Vertex AI Search for commerce API v2beta-rev20260129-2.0.0
jar
2011
diff --git a/clients/google-api-services-retail/v2beta/README.md b/clients/google-api-services-retail/v2beta/README.md
index 37b62d86233..f00783e294c 100644
--- a/clients/google-api-services-retail/v2beta/README.md
+++ b/clients/google-api-services-retail/v2beta/README.md
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
com.google.apis
google-api-services-retail
- v2beta-rev20251113-2.0.0
+ v2beta-rev20260129-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-retail:v2beta-rev20251113-2.0.0'
+ implementation 'com.google.apis:google-api-services-retail:v2beta-rev20260129-2.0.0'
}
```