Skip to content

Commit bd84959

Browse files
yoshi-automationchingor13
authored andcommitted
Regenerate vision client (googleapis#2798)
1 parent e154df4 commit bd84959

File tree

36 files changed

+62472
-62445
lines changed

36 files changed

+62472
-62445
lines changed

clients/google-api-services-vision/v1.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-vision",
5-
"version": "v1-rev20190907-1.30.3"
5+
"version": "v1-rev20190913-1.30.3"
66
}
77
}

clients/google-api-services-vision/v1/1.28.0/com/google/api/services/vision/v1/model/ProductSearchParams.java

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ public final class ProductSearchParams extends com.google.api.client.json.Generi
5252

5353
/**
5454
* The list of product categories to search in. Currently, we only consider the first category,
55-
* and either "homegoods-v2", "apparel-v2", or "toys-v2" should be specified. The legacy
56-
* categories "homegoods", "apparel", and "toys" are still supported but will be deprecated. For
57-
* new products, please use "homegoods-v2", "apparel-v2", or "toys-v2" for better product search
58-
* accuracy. It is recommended to migrate existing products to these categories as well.
55+
* and either "homegoods-v2", "apparel-v2", "toys-v2", "packagedgoods-v1", or "general-v1" should
56+
* be specified. The legacy categories "homegoods", "apparel", and "toys" are still supported but
57+
* will be deprecated. For new products, please use "homegoods-v2", "apparel-v2", or "toys-v2" for
58+
* better product search accuracy. It is recommended to migrate existing products to these
59+
* categories as well.
5960
* The value may be {@code null}.
6061
*/
6162
@com.google.api.client.util.Key
@@ -120,10 +121,11 @@ public ProductSearchParams setFilter(java.lang.String filter) {
120121

121122
/**
122123
* The list of product categories to search in. Currently, we only consider the first category,
123-
* and either "homegoods-v2", "apparel-v2", or "toys-v2" should be specified. The legacy
124-
* categories "homegoods", "apparel", and "toys" are still supported but will be deprecated. For
125-
* new products, please use "homegoods-v2", "apparel-v2", or "toys-v2" for better product search
126-
* accuracy. It is recommended to migrate existing products to these categories as well.
124+
* and either "homegoods-v2", "apparel-v2", "toys-v2", "packagedgoods-v1", or "general-v1" should
125+
* be specified. The legacy categories "homegoods", "apparel", and "toys" are still supported but
126+
* will be deprecated. For new products, please use "homegoods-v2", "apparel-v2", or "toys-v2" for
127+
* better product search accuracy. It is recommended to migrate existing products to these
128+
* categories as well.
127129
* @return value or {@code null} for none
128130
*/
129131
public java.util.List<java.lang.String> getProductCategories() {
@@ -132,10 +134,11 @@ public java.util.List<java.lang.String> getProductCategories() {
132134

133135
/**
134136
* The list of product categories to search in. Currently, we only consider the first category,
135-
* and either "homegoods-v2", "apparel-v2", or "toys-v2" should be specified. The legacy
136-
* categories "homegoods", "apparel", and "toys" are still supported but will be deprecated. For
137-
* new products, please use "homegoods-v2", "apparel-v2", or "toys-v2" for better product search
138-
* accuracy. It is recommended to migrate existing products to these categories as well.
137+
* and either "homegoods-v2", "apparel-v2", "toys-v2", "packagedgoods-v1", or "general-v1" should
138+
* be specified. The legacy categories "homegoods", "apparel", and "toys" are still supported but
139+
* will be deprecated. For new products, please use "homegoods-v2", "apparel-v2", or "toys-v2" for
140+
* better product search accuracy. It is recommended to migrate existing products to these
141+
* categories as well.
139142
* @param productCategories productCategories or {@code null} for none
140143
*/
141144
public ProductSearchParams setProductCategories(java.util.List<java.lang.String> productCategories) {

clients/google-api-services-vision/v1/1.28.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-vision</artifactId>
11-
<version>v1-rev20190907-1.28.0</version>
12-
<name>Cloud Vision API v1-rev20190907-1.28.0</name>
11+
<version>v1-rev20190913-1.28.0</version>
12+
<name>Cloud Vision API v1-rev20190913-1.28.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)