Skip to content

Commit 878b373

Browse files
1 parent a729f9f commit 878b373

File tree

12 files changed

+45
-27
lines changed

12 files changed

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

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ public final class GoogleCloudRetailV2ColorInfo extends com.google.api.client.js
3838
* be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
3939
* error is returned. Google Merchant Center property
4040
* [color](https://support.google.com/merchants/answer/6324487). Schema.org property
41-
* [Product.color](https://schema.org/color).
41+
* [Product.color](https://schema.org/color). The colorFamilies field as a system attribute is not
42+
* a required field but strongly recommended to be specified. Google Search models treat this
43+
* field as more important than a custom product attribute when specified.
4244
* The value may be {@code null}.
4345
*/
4446
@com.google.api.client.util.Key
@@ -65,7 +67,9 @@ public final class GoogleCloudRetailV2ColorInfo extends com.google.api.client.js
6567
* be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
6668
* error is returned. Google Merchant Center property
6769
* [color](https://support.google.com/merchants/answer/6324487). Schema.org property
68-
* [Product.color](https://schema.org/color).
70+
* [Product.color](https://schema.org/color). The colorFamilies field as a system attribute is not
71+
* a required field but strongly recommended to be specified. Google Search models treat this
72+
* field as more important than a custom product attribute when specified.
6973
* @return value or {@code null} for none
7074
*/
7175
public java.util.List<java.lang.String> getColorFamilies() {
@@ -80,7 +84,9 @@ public java.util.List<java.lang.String> getColorFamilies() {
8084
* be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
8185
* error is returned. Google Merchant Center property
8286
* [color](https://support.google.com/merchants/answer/6324487). Schema.org property
83-
* [Product.color](https://schema.org/color).
87+
* [Product.color](https://schema.org/color). The colorFamilies field as a system attribute is not
88+
* a required field but strongly recommended to be specified. Google Search models treat this
89+
* field as more important than a custom product attribute when specified.
8490
* @param colorFamilies colorFamilies or {@code null} for none
8591
*/
8692
public GoogleCloudRetailV2ColorInfo setColorFamilies(java.util.List<java.lang.String> colorFamilies) {

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

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ public final class GoogleCloudRetailV2alphaColorInfo extends com.google.api.clie
3838
* be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
3939
* error is returned. Google Merchant Center property
4040
* [color](https://support.google.com/merchants/answer/6324487). Schema.org property
41-
* [Product.color](https://schema.org/color).
41+
* [Product.color](https://schema.org/color). The colorFamilies field as a system attribute is not
42+
* a required field but strongly recommended to be specified. Google Search models treat this
43+
* field as more important than a custom product attribute when specified.
4244
* The value may be {@code null}.
4345
*/
4446
@com.google.api.client.util.Key
@@ -65,7 +67,9 @@ public final class GoogleCloudRetailV2alphaColorInfo extends com.google.api.clie
6567
* be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
6668
* error is returned. Google Merchant Center property
6769
* [color](https://support.google.com/merchants/answer/6324487). Schema.org property
68-
* [Product.color](https://schema.org/color).
70+
* [Product.color](https://schema.org/color). The colorFamilies field as a system attribute is not
71+
* a required field but strongly recommended to be specified. Google Search models treat this
72+
* field as more important than a custom product attribute when specified.
6973
* @return value or {@code null} for none
7074
*/
7175
public java.util.List<java.lang.String> getColorFamilies() {
@@ -80,7 +84,9 @@ public java.util.List<java.lang.String> getColorFamilies() {
8084
* be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
8185
* error is returned. Google Merchant Center property
8286
* [color](https://support.google.com/merchants/answer/6324487). Schema.org property
83-
* [Product.color](https://schema.org/color).
87+
* [Product.color](https://schema.org/color). The colorFamilies field as a system attribute is not
88+
* a required field but strongly recommended to be specified. Google Search models treat this
89+
* field as more important than a custom product attribute when specified.
8490
* @param colorFamilies colorFamilies or {@code null} for none
8591
*/
8692
public GoogleCloudRetailV2alphaColorInfo setColorFamilies(java.util.List<java.lang.String> colorFamilies) {

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

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ public final class GoogleCloudRetailV2betaColorInfo extends com.google.api.clien
3838
* be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
3939
* error is returned. Google Merchant Center property
4040
* [color](https://support.google.com/merchants/answer/6324487). Schema.org property
41-
* [Product.color](https://schema.org/color).
41+
* [Product.color](https://schema.org/color). The colorFamilies field as a system attribute is not
42+
* a required field but strongly recommended to be specified. Google Search models treat this
43+
* field as more important than a custom product attribute when specified.
4244
* The value may be {@code null}.
4345
*/
4446
@com.google.api.client.util.Key
@@ -65,7 +67,9 @@ public final class GoogleCloudRetailV2betaColorInfo extends com.google.api.clien
6567
* be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
6668
* error is returned. Google Merchant Center property
6769
* [color](https://support.google.com/merchants/answer/6324487). Schema.org property
68-
* [Product.color](https://schema.org/color).
70+
* [Product.color](https://schema.org/color). The colorFamilies field as a system attribute is not
71+
* a required field but strongly recommended to be specified. Google Search models treat this
72+
* field as more important than a custom product attribute when specified.
6973
* @return value or {@code null} for none
7074
*/
7175
public java.util.List<java.lang.String> getColorFamilies() {
@@ -80,7 +84,9 @@ public java.util.List<java.lang.String> getColorFamilies() {
8084
* be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
8185
* error is returned. Google Merchant Center property
8286
* [color](https://support.google.com/merchants/answer/6324487). Schema.org property
83-
* [Product.color](https://schema.org/color).
87+
* [Product.color](https://schema.org/color). The colorFamilies field as a system attribute is not
88+
* a required field but strongly recommended to be specified. Google Search models treat this
89+
* field as more important than a custom product attribute when specified.
8490
* @param colorFamilies colorFamilies or {@code null} for none
8591
*/
8692
public GoogleCloudRetailV2betaColorInfo setColorFamilies(java.util.List<java.lang.String> colorFamilies) {

0 commit comments

Comments
 (0)