Skip to content

Commit c4ebce7

Browse files
1 parent 390bbea commit c4ebce7

File tree

12 files changed

+27
-27
lines changed

12 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public final class GoogleCloudRetailV2SearchRequest extends com.google.api.clien
256256
/**
257257
* Optional. The user attributes that could be used for personalization of search results. *
258258
* Populate at most 100 key-value pairs per query. * Only supports string keys and repeated string
259-
* values. * Duplcate keys are not allowed within a single query. Example: user_attributes: [ {
259+
* values. * Duplicate keys are not allowed within a single query. Example: user_attributes: [ {
260260
* key: "pets" value { values: "dog" values: "cat" } }, { key: "state" value { values: "CA" } } ]
261261
* The value may be {@code null}.
262262
*/
@@ -828,7 +828,7 @@ public GoogleCloudRetailV2SearchRequest setTileNavigationSpec(GoogleCloudRetailV
828828
/**
829829
* Optional. The user attributes that could be used for personalization of search results. *
830830
* Populate at most 100 key-value pairs per query. * Only supports string keys and repeated string
831-
* values. * Duplcate keys are not allowed within a single query. Example: user_attributes: [ {
831+
* values. * Duplicate keys are not allowed within a single query. Example: user_attributes: [ {
832832
* key: "pets" value { values: "dog" values: "cat" } }, { key: "state" value { values: "CA" } } ]
833833
* @return value or {@code null} for none
834834
*/
@@ -839,7 +839,7 @@ public java.util.Map<String, GoogleCloudRetailV2StringList> getUserAttributes()
839839
/**
840840
* Optional. The user attributes that could be used for personalization of search results. *
841841
* Populate at most 100 key-value pairs per query. * Only supports string keys and repeated string
842-
* values. * Duplcate keys are not allowed within a single query. Example: user_attributes: [ {
842+
* values. * Duplicate keys are not allowed within a single query. Example: user_attributes: [ {
843843
* key: "pets" value { values: "dog" values: "cat" } }, { key: "state" value { values: "CA" } } ]
844844
* @param userAttributes userAttributes or {@code null} for none
845845
*/

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public final class GoogleCloudRetailV2alphaSearchRequest extends com.google.api.
273273
/**
274274
* Optional. The user attributes that could be used for personalization of search results. *
275275
* Populate at most 100 key-value pairs per query. * Only supports string keys and repeated string
276-
* values. * Duplcate keys are not allowed within a single query. Example: user_attributes: [ {
276+
* values. * Duplicate keys are not allowed within a single query. Example: user_attributes: [ {
277277
* key: "pets" value { values: "dog" values: "cat" } }, { key: "state" value { values: "CA" } } ]
278278
* The value may be {@code null}.
279279
*/
@@ -885,7 +885,7 @@ public GoogleCloudRetailV2alphaSearchRequest setTileNavigationSpec(GoogleCloudRe
885885
/**
886886
* Optional. The user attributes that could be used for personalization of search results. *
887887
* Populate at most 100 key-value pairs per query. * Only supports string keys and repeated string
888-
* values. * Duplcate keys are not allowed within a single query. Example: user_attributes: [ {
888+
* values. * Duplicate keys are not allowed within a single query. Example: user_attributes: [ {
889889
* key: "pets" value { values: "dog" values: "cat" } }, { key: "state" value { values: "CA" } } ]
890890
* @return value or {@code null} for none
891891
*/
@@ -896,7 +896,7 @@ public java.util.Map<String, GoogleCloudRetailV2alphaStringList> getUserAttribut
896896
/**
897897
* Optional. The user attributes that could be used for personalization of search results. *
898898
* Populate at most 100 key-value pairs per query. * Only supports string keys and repeated string
899-
* values. * Duplcate keys are not allowed within a single query. Example: user_attributes: [ {
899+
* values. * Duplicate keys are not allowed within a single query. Example: user_attributes: [ {
900900
* key: "pets" value { values: "dog" values: "cat" } }, { key: "state" value { values: "CA" } } ]
901901
* @param userAttributes userAttributes or {@code null} for none
902902
*/

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

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

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

1515
<inceptionYear>2011</inceptionYear>

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

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

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

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ public final class GoogleCloudRetailV2betaSearchRequest extends com.google.api.c
256256
/**
257257
* Optional. The user attributes that could be used for personalization of search results. *
258258
* Populate at most 100 key-value pairs per query. * Only supports string keys and repeated string
259-
* values. * Duplcate keys are not allowed within a single query. Example: user_attributes: [ {
259+
* values. * Duplicate keys are not allowed within a single query. Example: user_attributes: [ {
260260
* key: "pets" value { values: "dog" values: "cat" } }, { key: "state" value { values: "CA" } } ]
261261
* The value may be {@code null}.
262262
*/
@@ -828,7 +828,7 @@ public GoogleCloudRetailV2betaSearchRequest setTileNavigationSpec(GoogleCloudRet
828828
/**
829829
* Optional. The user attributes that could be used for personalization of search results. *
830830
* Populate at most 100 key-value pairs per query. * Only supports string keys and repeated string
831-
* values. * Duplcate keys are not allowed within a single query. Example: user_attributes: [ {
831+
* values. * Duplicate keys are not allowed within a single query. Example: user_attributes: [ {
832832
* key: "pets" value { values: "dog" values: "cat" } }, { key: "state" value { values: "CA" } } ]
833833
* @return value or {@code null} for none
834834
*/
@@ -839,7 +839,7 @@ public java.util.Map<String, GoogleCloudRetailV2betaStringList> getUserAttribute
839839
/**
840840
* Optional. The user attributes that could be used for personalization of search results. *
841841
* Populate at most 100 key-value pairs per query. * Only supports string keys and repeated string
842-
* values. * Duplcate keys are not allowed within a single query. Example: user_attributes: [ {
842+
* values. * Duplicate keys are not allowed within a single query. Example: user_attributes: [ {
843843
* key: "pets" value { values: "dog" values: "cat" } }, { key: "state" value { values: "CA" } } ]
844844
* @param userAttributes userAttributes or {@code null} for none
845845
*/

0 commit comments

Comments
 (0)