You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-vision/v1/1.28.0/com/google/api/services/vision/v1/model/ProductSearchParams.java
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -52,10 +52,11 @@ public final class ProductSearchParams extends com.google.api.client.json.Generi
52
52
53
53
/**
54
54
* 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.
59
60
* The value may be {@code null}.
60
61
*/
61
62
@com.google.api.client.util.Key
@@ -120,10 +121,11 @@ public ProductSearchParams setFilter(java.lang.String filter) {
120
121
121
122
/**
122
123
* 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
0 commit comments