Skip to content

Commit f43593c

Browse files
1 parent e6540f6 commit f43593c

20 files changed

Lines changed: 169 additions & 160 deletions

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-rev20260709-2.0.0</version>
25+
<version>v2-rev20260723-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-rev20260709-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2-rev20260723-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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10775,8 +10775,8 @@ public class UserEvents {
1077510775
/**
1077610776
* Writes a single user event from the browser. For larger user event payload over 16 KB, the POST
1077710777
* method should be used instead, otherwise a 400 Bad Request error is returned. This method is used
10778-
* only by the Retail API JavaScript pixel and Google Tag Manager. Users should not call this method
10779-
* directly.
10778+
* only by the AI Commerce Search API JavaScript pixel and Google Tag Manager. Users should not call
10779+
* this method directly.
1078010780
*
1078110781
* Create a request for the method "userEvents.collect".
1078210782
*
@@ -10804,8 +10804,8 @@ public class Collect extends CloudRetailRequest<com.google.api.services.retail.v
1080410804
/**
1080510805
* Writes a single user event from the browser. For larger user event payload over 16 KB, the POST
1080610806
* method should be used instead, otherwise a 400 Bad Request error is returned. This method is
10807-
* used only by the Retail API JavaScript pixel and Google Tag Manager. Users should not call this
10808-
* method directly.
10807+
* used only by the AI Commerce Search API JavaScript pixel and Google Tag Manager. Users should
10808+
* not call this method directly.
1080910809
*
1081010810
* Create a request for the method "userEvents.collect".
1081110811
*

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

Lines changed: 38 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.api.services.retail.v2.model;
1818

1919
/**
20-
* UserEvent captures all metadata information Retail API needs to know about how end users interact
21-
* with customers' website.
20+
* UserEvent captures all metadata information AI Commerce Search API needs to know about how end
21+
* users interact with customers' website.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Vertex AI Search for commerce API. For a detailed
@@ -35,15 +35,16 @@ public final class GoogleCloudRetailV2UserEvent extends com.google.api.client.js
3535
* Extra user event features to include in the recommendation model. If you provide custom
3636
* attributes for ingested user events, also include them in the user events that you associate
3737
* with prediction requests. Custom attribute formatting must be consistent between imported
38-
* events and events provided with prediction requests. This lets the Retail API use those custom
39-
* attributes when training models and serving predictions, which helps improve recommendation
40-
* quality. This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is
41-
* returned: * The key must be a UTF-8 encoded string with a length limit of 5,000 characters. *
42-
* For text attributes, at most 400 values are allowed. Empty values are not allowed. Each value
43-
* must be a UTF-8 encoded string with a length limit of 256 characters. * For number attributes,
44-
* at most 400 values are allowed. For product recommendations, an example of extra user
45-
* information is traffic_channel, which is how a user arrives at the site. Users can arrive at
46-
* the site by coming to the site directly, coming through Google search, or in other ways.
38+
* events and events provided with prediction requests. This lets the AI Commerce Search API use
39+
* those custom attributes when training models and serving predictions, which helps improve
40+
* recommendation quality. This field needs to pass all below criteria, otherwise an
41+
* INVALID_ARGUMENT error is returned: * The key must be a UTF-8 encoded string with a length
42+
* limit of 5,000 characters. * For text attributes, at most 400 values are allowed. Empty values
43+
* are not allowed. Each value must be a UTF-8 encoded string with a length limit of 256
44+
* characters. * For number attributes, at most 400 values are allowed. For product
45+
* recommendations, an example of extra user information is traffic_channel, which is how a user
46+
* arrives at the site. Users can arrive at the site by coming to the site directly, coming
47+
* through Google search, or in other ways.
4748
* The value may be {@code null}.
4849
*/
4950
@com.google.api.client.util.Key
@@ -117,8 +118,8 @@ public final class GoogleCloudRetailV2UserEvent extends com.google.api.client.js
117118

118119
/**
119120
* A list of identifiers for the independent experiment groups this user event belongs to. This is
120-
* used to distinguish between user events associated with different experiment setups (e.g. using
121-
* Retail API, using different recommendation models).
121+
* used to distinguish between user events associated with different experiment setups (such as by
122+
* using AI Commerce Search API, or using different recommendation models).
122123
* The value may be {@code null}.
123124
*/
124125
@com.google.api.client.util.Key
@@ -284,15 +285,16 @@ public final class GoogleCloudRetailV2UserEvent extends com.google.api.client.js
284285
* Extra user event features to include in the recommendation model. If you provide custom
285286
* attributes for ingested user events, also include them in the user events that you associate
286287
* with prediction requests. Custom attribute formatting must be consistent between imported
287-
* events and events provided with prediction requests. This lets the Retail API use those custom
288-
* attributes when training models and serving predictions, which helps improve recommendation
289-
* quality. This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is
290-
* returned: * The key must be a UTF-8 encoded string with a length limit of 5,000 characters. *
291-
* For text attributes, at most 400 values are allowed. Empty values are not allowed. Each value
292-
* must be a UTF-8 encoded string with a length limit of 256 characters. * For number attributes,
293-
* at most 400 values are allowed. For product recommendations, an example of extra user
294-
* information is traffic_channel, which is how a user arrives at the site. Users can arrive at
295-
* the site by coming to the site directly, coming through Google search, or in other ways.
288+
* events and events provided with prediction requests. This lets the AI Commerce Search API use
289+
* those custom attributes when training models and serving predictions, which helps improve
290+
* recommendation quality. This field needs to pass all below criteria, otherwise an
291+
* INVALID_ARGUMENT error is returned: * The key must be a UTF-8 encoded string with a length
292+
* limit of 5,000 characters. * For text attributes, at most 400 values are allowed. Empty values
293+
* are not allowed. Each value must be a UTF-8 encoded string with a length limit of 256
294+
* characters. * For number attributes, at most 400 values are allowed. For product
295+
* recommendations, an example of extra user information is traffic_channel, which is how a user
296+
* arrives at the site. Users can arrive at the site by coming to the site directly, coming
297+
* through Google search, or in other ways.
296298
* @return value or {@code null} for none
297299
*/
298300
public java.util.Map<String, GoogleCloudRetailV2CustomAttribute> getAttributes() {
@@ -303,15 +305,16 @@ public java.util.Map<String, GoogleCloudRetailV2CustomAttribute> getAttributes()
303305
* Extra user event features to include in the recommendation model. If you provide custom
304306
* attributes for ingested user events, also include them in the user events that you associate
305307
* with prediction requests. Custom attribute formatting must be consistent between imported
306-
* events and events provided with prediction requests. This lets the Retail API use those custom
307-
* attributes when training models and serving predictions, which helps improve recommendation
308-
* quality. This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is
309-
* returned: * The key must be a UTF-8 encoded string with a length limit of 5,000 characters. *
310-
* For text attributes, at most 400 values are allowed. Empty values are not allowed. Each value
311-
* must be a UTF-8 encoded string with a length limit of 256 characters. * For number attributes,
312-
* at most 400 values are allowed. For product recommendations, an example of extra user
313-
* information is traffic_channel, which is how a user arrives at the site. Users can arrive at
314-
* the site by coming to the site directly, coming through Google search, or in other ways.
308+
* events and events provided with prediction requests. This lets the AI Commerce Search API use
309+
* those custom attributes when training models and serving predictions, which helps improve
310+
* recommendation quality. This field needs to pass all below criteria, otherwise an
311+
* INVALID_ARGUMENT error is returned: * The key must be a UTF-8 encoded string with a length
312+
* limit of 5,000 characters. * For text attributes, at most 400 values are allowed. Empty values
313+
* are not allowed. Each value must be a UTF-8 encoded string with a length limit of 256
314+
* characters. * For number attributes, at most 400 values are allowed. For product
315+
* recommendations, an example of extra user information is traffic_channel, which is how a user
316+
* arrives at the site. Users can arrive at the site by coming to the site directly, coming
317+
* through Google search, or in other ways.
315318
* @param attributes attributes or {@code null} for none
316319
*/
317320
public GoogleCloudRetailV2UserEvent setAttributes(java.util.Map<String, GoogleCloudRetailV2CustomAttribute> attributes) {
@@ -459,8 +462,8 @@ public GoogleCloudRetailV2UserEvent setEventType(java.lang.String eventType) {
459462

460463
/**
461464
* A list of identifiers for the independent experiment groups this user event belongs to. This is
462-
* used to distinguish between user events associated with different experiment setups (e.g. using
463-
* Retail API, using different recommendation models).
465+
* used to distinguish between user events associated with different experiment setups (such as by
466+
* using AI Commerce Search API, or using different recommendation models).
464467
* @return value or {@code null} for none
465468
*/
466469
public java.util.List<java.lang.String> getExperimentIds() {
@@ -469,8 +472,8 @@ public java.util.List<java.lang.String> getExperimentIds() {
469472

470473
/**
471474
* A list of identifiers for the independent experiment groups this user event belongs to. This is
472-
* used to distinguish between user events associated with different experiment setups (e.g. using
473-
* Retail API, using different recommendation models).
475+
* used to distinguish between user events associated with different experiment setups (such as by
476+
* using AI Commerce Search API, or using different recommendation models).
474477
* @param experimentIds experimentIds or {@code null} for none
475478
*/
476479
public GoogleCloudRetailV2UserEvent setExperimentIds(java.util.List<java.lang.String> experimentIds) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
public final class GoogleCloudRetailV2alphaEnrollSolutionResponse extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Retail API solution that the project has enrolled.
34+
* AI Commerce Search API solution that the project has enrolled.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String enrolledSolution;
3939

4040
/**
41-
* Retail API solution that the project has enrolled.
41+
* AI Commerce Search API solution that the project has enrolled.
4242
* @return value or {@code null} for none
4343
*/
4444
public java.lang.String getEnrolledSolution() {
4545
return enrolledSolution;
4646
}
4747

4848
/**
49-
* Retail API solution that the project has enrolled.
49+
* AI Commerce Search API solution that the project has enrolled.
5050
* @param enrolledSolution enrolledSolution or {@code null} for none
5151
*/
5252
public GoogleCloudRetailV2alphaEnrollSolutionResponse setEnrolledSolution(java.lang.String enrolledSolution) {

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-rev20260709-2.0.0</version>
12-
<name>Vertex AI Search for commerce API v2-rev20260709-2.0.0</name>
11+
<version>v2-rev20260723-2.0.0</version>
12+
<name>Vertex AI Search for commerce API v2-rev20260723-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-retail</artifactId>
25-
<version>v2-rev20260709-2.0.0</version>
25+
<version>v2-rev20260723-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-rev20260709-2.0.0'
38+
implementation 'com.google.apis:google-api-services-retail:v2-rev20260723-2.0.0'
3939
}
4040
```
4141

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

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

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ public class Projects {
155155

156156
/**
157157
* The method enrolls a solution of type Retail Search into a project. The Recommendations AI
158-
* solution type is enrolled by default when your project enables Retail API, so you don't need to
159-
* call the enrollSolution method for recommendations.
158+
* solution type is enrolled by default when your project enables AI Commerce Search API, so you
159+
* don't need to call the enrollSolution method for recommendations.
160160
*
161161
* Create a request for the method "projects.enrollSolution".
162162
*
@@ -182,8 +182,8 @@ public class EnrollSolution extends CloudRetailRequest<com.google.api.services.r
182182

183183
/**
184184
* The method enrolls a solution of type Retail Search into a project. The Recommendations AI
185-
* solution type is enrolled by default when your project enables Retail API, so you don't need to
186-
* call the enrollSolution method for recommendations.
185+
* solution type is enrolled by default when your project enables AI Commerce Search API, so you
186+
* don't need to call the enrollSolution method for recommendations.
187187
*
188188
* Create a request for the method "projects.enrollSolution".
189189
*
@@ -575,8 +575,8 @@ public GetLoggingConfig set(String parameterName, Object value) {
575575
}
576576
}
577577
/**
578-
* Gets the project. Throws `NOT_FOUND` if the project wasn't initialized for the Retail API
579-
* service.
578+
* Gets the project. Throws `NOT_FOUND` if the project wasn't initialized for the AI Commerce Search
579+
* API service.
580580
*
581581
* Create a request for the method "projects.getRetailProject".
582582
*
@@ -600,8 +600,8 @@ public class GetRetailProject extends CloudRetailRequest<com.google.api.services
600600
java.util.regex.Pattern.compile("^projects/[^/]+/retailProject$");
601601

602602
/**
603-
* Gets the project. Throws `NOT_FOUND` if the project wasn't initialized for the Retail API
604-
* service.
603+
* Gets the project. Throws `NOT_FOUND` if the project wasn't initialized for the AI Commerce
604+
* Search API service.
605605
*
606606
* Create a request for the method "projects.getRetailProject".
607607
*
@@ -723,7 +723,7 @@ public GetRetailProject set(String parameterName, Object value) {
723723
}
724724
}
725725
/**
726-
* Lists all the retail API solutions the project has enrolled.
726+
* Lists all the AI Commerce Search API solutions the project has enrolled.
727727
*
728728
* Create a request for the method "projects.listEnrolledSolutions".
729729
*
@@ -748,7 +748,7 @@ public class ListEnrolledSolutions extends CloudRetailRequest<com.google.api.ser
748748
java.util.regex.Pattern.compile("^projects/[^/]+$");
749749

750750
/**
751-
* Lists all the retail API solutions the project has enrolled.
751+
* Lists all the AI Commerce Search API solutions the project has enrolled.
752752
*
753753
* Create a request for the method "projects.listEnrolledSolutions".
754754
*
@@ -13129,8 +13129,8 @@ public class UserEvents {
1312913129
/**
1313013130
* Writes a single user event from the browser. For larger user event payload over 16 KB, the POST
1313113131
* method should be used instead, otherwise a 400 Bad Request error is returned. This method is used
13132-
* only by the Retail API JavaScript pixel and Google Tag Manager. Users should not call this method
13133-
* directly.
13132+
* only by the AI Commerce Search API JavaScript pixel and Google Tag Manager. Users should not call
13133+
* this method directly.
1313413134
*
1313513135
* Create a request for the method "userEvents.collect".
1313613136
*
@@ -13158,8 +13158,8 @@ public class Collect extends CloudRetailRequest<com.google.api.services.retail.v
1315813158
/**
1315913159
* Writes a single user event from the browser. For larger user event payload over 16 KB, the POST
1316013160
* method should be used instead, otherwise a 400 Bad Request error is returned. This method is
13161-
* used only by the Retail API JavaScript pixel and Google Tag Manager. Users should not call this
13162-
* method directly.
13161+
* used only by the AI Commerce Search API JavaScript pixel and Google Tag Manager. Users should
13162+
* not call this method directly.
1316313163
*
1316413164
* Create a request for the method "userEvents.collect".
1316513165
*

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
public final class GoogleCloudRetailV2alphaEnrollSolutionResponse extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Retail API solution that the project has enrolled.
34+
* AI Commerce Search API solution that the project has enrolled.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String enrolledSolution;
3939

4040
/**
41-
* Retail API solution that the project has enrolled.
41+
* AI Commerce Search API solution that the project has enrolled.
4242
* @return value or {@code null} for none
4343
*/
4444
public java.lang.String getEnrolledSolution() {
4545
return enrolledSolution;
4646
}
4747

4848
/**
49-
* Retail API solution that the project has enrolled.
49+
* AI Commerce Search API solution that the project has enrolled.
5050
* @param enrolledSolution enrolledSolution or {@code null} for none
5151
*/
5252
public GoogleCloudRetailV2alphaEnrollSolutionResponse setEnrolledSolution(java.lang.String enrolledSolution) {

0 commit comments

Comments
 (0)