Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-retail/v2/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-retail</artifactId>
<version>v2-rev20251113-2.0.0</version>
<version>v2-rev20260129-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class CloudRetail extends com.google.api.client.googleapis.services.json.
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </li>
* </ul>
* @param jsonFactory JSON factory, which may be:
Expand Down Expand Up @@ -12322,8 +12322,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* </li>
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </ul>
* @param jsonFactory JSON factory, which may be:
* <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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() {
Expand All @@ -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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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() {
Expand All @@ -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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
*/
Expand All @@ -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
*/
Expand All @@ -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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -83,15 +84,17 @@ 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() {
return outputConfig;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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() {
Expand All @@ -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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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() {
Expand All @@ -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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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() {
Expand All @@ -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) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-retail/v2/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-retail</artifactId>
<version>v2-rev20251113-2.0.0</version>
<name>Vertex AI Search for commerce API v2-rev20251113-2.0.0</name>
<version>v2-rev20260129-2.0.0</version>
<name>Vertex AI Search for commerce API v2-rev20260129-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-retail/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-retail</artifactId>
<version>v2-rev20251113-2.0.0</version>
<version>v2-rev20260129-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-retail/v2alpha/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-retail</artifactId>
<version>v2alpha-rev20251113-2.0.0</version>
<version>v2alpha-rev20260129-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class CloudRetail extends com.google.api.client.googleapis.services.json.
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </li>
* </ul>
* @param jsonFactory JSON factory, which may be:
Expand Down Expand Up @@ -14979,8 +14979,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* </li>
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </ul>
* @param jsonFactory JSON factory, which may be:
* <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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<GoogleCloudRetailV2alphaBranchProductCountStatistic> getProductCountStats() {
Expand All @@ -160,7 +160,7 @@ public java.util.List<GoogleCloudRetailV2alphaBranchProductCountStatistic> 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<GoogleCloudRetailV2alphaBranchProductCountStatistic> productCountStats) {
Expand All @@ -171,7 +171,7 @@ public GoogleCloudRetailV2alphaBranch setProductCountStats(java.util.List<Google
/**
* 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.
* @return value or {@code null} for none
*/
public java.util.List<GoogleCloudRetailV2alphaBranchQualityMetric> getQualityMetrics() {
Expand All @@ -181,7 +181,7 @@ public java.util.List<GoogleCloudRetailV2alphaBranchQualityMetric> 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<GoogleCloudRetailV2alphaBranchQualityMetric> qualityMetrics) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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() {
Expand All @@ -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) {
Expand Down
Loading
Loading