Skip to content

Commit 9463dfb

Browse files
chore: regenerate retail client
1 parent 38c1764 commit 9463dfb

File tree

38 files changed

+144
-108
lines changed

38 files changed

+144
-108
lines changed

clients/google-api-services-retail/v2/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-retail</artifactId>
25-
<version>v2-rev20251113-2.0.0</version>
25+
<version>v2-rev20260129-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-retail:v2-rev20251113-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2-rev20260129-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class CloudRetail extends com.google.api.client.googleapis.services.json.
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -12322,8 +12322,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
1232212322
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
1232312323
* <li>Android: {@code newCompatibleTransport} from
1232412324
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
12325-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
12326-
* </li>
12325+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
1232712326
* </ul>
1232812327
* @param jsonFactory JSON factory, which may be:
1232912328
* <ul>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public final class GoogleCloudRetailV2ConversationalSearchRequestSearchParams ex
5656

5757
/**
5858
* Optional. The sort string to specify the sorting of search results. The syntax of the sort
59-
* string is the same as SearchRequest.sort.
59+
* string is the same as SearchRequest.order_by.
6060
* The value may be {@code null}.
6161
*/
6262
@com.google.api.client.util.Key
@@ -121,7 +121,7 @@ public GoogleCloudRetailV2ConversationalSearchRequestSearchParams setFilter(java
121121

122122
/**
123123
* Optional. The sort string to specify the sorting of search results. The syntax of the sort
124-
* string is the same as SearchRequest.sort.
124+
* string is the same as SearchRequest.order_by.
125125
* @return value or {@code null} for none
126126
*/
127127
public java.lang.String getSortBy() {
@@ -130,7 +130,7 @@ public java.lang.String getSortBy() {
130130

131131
/**
132132
* Optional. The sort string to specify the sorting of search results. The syntax of the sort
133-
* string is the same as SearchRequest.sort.
133+
* string is the same as SearchRequest.order_by.
134134
* @param sortBy sortBy or {@code null} for none
135135
*/
136136
public GoogleCloudRetailV2ConversationalSearchRequestSearchParams setSortBy(java.lang.String sortBy) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public final class GoogleCloudRetailV2ConversationalSearchRequestUserAnswer exte
3333

3434
/**
3535
* Optional. This field specifies the selected answer during the conversational search. This
36-
* should be a subset of ConversationalSearchResponse.followup_question.suggested_answers.
36+
* should be a subset of ConversationalSearchResponse.FollowupQuestion.SuggestedAnswer.
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
@@ -48,7 +48,7 @@ public final class GoogleCloudRetailV2ConversationalSearchRequestUserAnswer exte
4848

4949
/**
5050
* Optional. This field specifies the selected answer during the conversational search. This
51-
* should be a subset of ConversationalSearchResponse.followup_question.suggested_answers.
51+
* should be a subset of ConversationalSearchResponse.FollowupQuestion.SuggestedAnswer.
5252
* @return value or {@code null} for none
5353
*/
5454
public GoogleCloudRetailV2ConversationalSearchRequestUserAnswerSelectedAnswer getSelectedAnswer() {
@@ -57,7 +57,7 @@ public GoogleCloudRetailV2ConversationalSearchRequestUserAnswerSelectedAnswer ge
5757

5858
/**
5959
* Optional. This field specifies the selected answer during the conversational search. This
60-
* should be a subset of ConversationalSearchResponse.followup_question.suggested_answers.
60+
* should be a subset of ConversationalSearchResponse.FollowupQuestion.SuggestedAnswer.
6161
* @param selectedAnswer selectedAnswer or {@code null} for none
6262
*/
6363
public GoogleCloudRetailV2ConversationalSearchRequestUserAnswer setSelectedAnswer(GoogleCloudRetailV2ConversationalSearchRequestUserAnswerSelectedAnswer selectedAnswer) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public final class GoogleCloudRetailV2ConversationalSearchResponseConversational
3434
/**
3535
* This is the incremental additional filters implied from the current user answer. User should
3636
* add the suggested addition filters to the previous
37-
* ConversationalSearchRequest.search_params.filter and SearchRequest.filter, and use the merged
37+
* ConversationalSearchRequest.SearchParams.filter and SearchRequest.filter, and use the merged
3838
* filter in the follow up requests.
3939
* The value may be {@code null}.
4040
*/
@@ -51,7 +51,7 @@ public final class GoogleCloudRetailV2ConversationalSearchResponseConversational
5151
/**
5252
* This is the incremental additional filters implied from the current user answer. User should
5353
* add the suggested addition filters to the previous
54-
* ConversationalSearchRequest.search_params.filter and SearchRequest.filter, and use the merged
54+
* ConversationalSearchRequest.SearchParams.filter and SearchRequest.filter, and use the merged
5555
* filter in the follow up requests.
5656
* @return value or {@code null} for none
5757
*/
@@ -62,7 +62,7 @@ public GoogleCloudRetailV2ConversationalSearchResponseConversationalFilteringRes
6262
/**
6363
* This is the incremental additional filters implied from the current user answer. User should
6464
* add the suggested addition filters to the previous
65-
* ConversationalSearchRequest.search_params.filter and SearchRequest.filter, and use the merged
65+
* ConversationalSearchRequest.SearchParams.filter and SearchRequest.filter, and use the merged
6666
* filter in the follow up requests.
6767
* @param additionalFilter additionalFilter or {@code null} for none
6868
*/

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public final class GoogleCloudRetailV2ExportAnalyticsMetricsRequest extends com.
4545
private java.lang.String filter;
4646

4747
/**
48-
* Required. The output location of the data.
48+
* Required. The output location of the data. Only `bigquery_destination` is supported, and
49+
* `bigquery_destination.table_type` must be set to `view`.
4950
* The value may be {@code null}.
5051
*/
5152
@com.google.api.client.util.Key
@@ -83,15 +84,17 @@ public GoogleCloudRetailV2ExportAnalyticsMetricsRequest setFilter(java.lang.Stri
8384
}
8485

8586
/**
86-
* Required. The output location of the data.
87+
* Required. The output location of the data. Only `bigquery_destination` is supported, and
88+
* `bigquery_destination.table_type` must be set to `view`.
8789
* @return value or {@code null} for none
8890
*/
8991
public GoogleCloudRetailV2OutputConfig getOutputConfig() {
9092
return outputConfig;
9193
}
9294

9395
/**
94-
* Required. The output location of the data.
96+
* Required. The output location of the data. Only `bigquery_destination` is supported, and
97+
* `bigquery_destination.table_type` must be set to `view`.
9598
* @param outputConfig outputConfig or {@code null} for none
9699
*/
97100
public GoogleCloudRetailV2ExportAnalyticsMetricsRequest setOutputConfig(GoogleCloudRetailV2OutputConfig outputConfig) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ public final class GoogleCloudRetailV2SearchRequest extends com.google.api.clien
197197
/**
198198
* Optional. An id corresponding to a place, such as a store id or region id. When specified, we
199199
* use the price from the local inventory with the matching product's LocalInventory.place_id for
200-
* revenue optimization.
200+
* revenue optimization. Note, the currency of the local inventory's price must match the currency
201+
* of the product's price.
201202
* The value may be {@code null}.
202203
*/
203204
@com.google.api.client.util.Key
@@ -689,7 +690,8 @@ public GoogleCloudRetailV2SearchRequest setPersonalizationSpec(GoogleCloudRetail
689690
/**
690691
* Optional. An id corresponding to a place, such as a store id or region id. When specified, we
691692
* use the price from the local inventory with the matching product's LocalInventory.place_id for
692-
* revenue optimization.
693+
* revenue optimization. Note, the currency of the local inventory's price must match the currency
694+
* of the product's price.
693695
* @return value or {@code null} for none
694696
*/
695697
public java.lang.String getPlaceId() {
@@ -699,7 +701,8 @@ public java.lang.String getPlaceId() {
699701
/**
700702
* Optional. An id corresponding to a place, such as a store id or region id. When specified, we
701703
* use the price from the local inventory with the matching product's LocalInventory.place_id for
702-
* revenue optimization.
704+
* revenue optimization. Note, the currency of the local inventory's price must match the currency
705+
* of the product's price.
703706
* @param placeId placeId or {@code null} for none
704707
*/
705708
public GoogleCloudRetailV2SearchRequest setPlaceId(java.lang.String placeId) {

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ public final class GoogleCloudRetailV2SearchRequestConversationalSearchSpec exte
3333
/**
3434
* This field specifies the conversation id, which maintains the state of the conversation between
3535
* client side and server side. Use the value from the previous
36-
* ConversationalSearchResult.conversation_id. For the initial request, this should be empty.
36+
* SearchResponse.ConversationalSearchResult.conversation_id. For the initial request, this should
37+
* be empty.
3738
* The value may be {@code null}.
3839
*/
3940
@com.google.api.client.util.Key
@@ -59,7 +60,8 @@ public final class GoogleCloudRetailV2SearchRequestConversationalSearchSpec exte
5960
/**
6061
* This field specifies the conversation id, which maintains the state of the conversation between
6162
* client side and server side. Use the value from the previous
62-
* ConversationalSearchResult.conversation_id. For the initial request, this should be empty.
63+
* SearchResponse.ConversationalSearchResult.conversation_id. For the initial request, this should
64+
* be empty.
6365
* @return value or {@code null} for none
6466
*/
6567
public java.lang.String getConversationId() {
@@ -69,7 +71,8 @@ public java.lang.String getConversationId() {
6971
/**
7072
* This field specifies the conversation id, which maintains the state of the conversation between
7173
* client side and server side. Use the value from the previous
72-
* ConversationalSearchResult.conversation_id. For the initial request, this should be empty.
74+
* SearchResponse.ConversationalSearchResult.conversation_id. For the initial request, this should
75+
* be empty.
7376
* @param conversationId conversationId or {@code null} for none
7477
*/
7578
public GoogleCloudRetailV2SearchRequestConversationalSearchSpec setConversationId(java.lang.String conversationId) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public final class GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserA
3333

3434
/**
3535
* This field specifies the selected attributes during the conversational search. This should be a
36-
* subset of ConversationalSearchResult.suggested_answers.
36+
* subset of SearchResponse.ConversationalSearchResult.suggested_answers.
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
@@ -48,7 +48,7 @@ public final class GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserA
4848

4949
/**
5050
* This field specifies the selected attributes during the conversational search. This should be a
51-
* subset of ConversationalSearchResult.suggested_answers.
51+
* subset of SearchResponse.ConversationalSearchResult.suggested_answers.
5252
* @return value or {@code null} for none
5353
*/
5454
public GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswerSelectedAnswer getSelectedAnswer() {
@@ -57,7 +57,7 @@ public GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswerSelecte
5757

5858
/**
5959
* This field specifies the selected attributes during the conversational search. This should be a
60-
* subset of ConversationalSearchResult.suggested_answers.
60+
* subset of SearchResponse.ConversationalSearchResult.suggested_answers.
6161
* @param selectedAnswer selectedAnswer or {@code null} for none
6262
*/
6363
public GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswer setSelectedAnswer(GoogleCloudRetailV2SearchRequestConversationalSearchSpecUserAnswerSelectedAnswer selectedAnswer) {

clients/google-api-services-retail/v2/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-retail</artifactId>
11-
<version>v2-rev20251113-2.0.0</version>
12-
<name>Vertex AI Search for commerce API v2-rev20251113-2.0.0</name>
11+
<version>v2-rev20260129-2.0.0</version>
12+
<name>Vertex AI Search for commerce API v2-rev20260129-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)