Skip to content

Commit 26a96fc

Browse files
yoshi-automationPraful Makani
authored andcommitted
---
yaml --- r: 31949 b: refs/heads/autosynth-datastore c: 6b9f0b2 h: refs/heads/master i: 31947: e1025c8
1 parent 9f03d6c commit 26a96fc

14 files changed

Lines changed: 190 additions & 96 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ refs/heads/autosynth-bigquerystorage: a345f72d7a6358e9fea9dcdae94ec85a27da3088
127127
refs/heads/autosynth-bigtable: 2a6af7e2959fd79c99b8ca5d773f29a6434b546d
128128
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: 18d210f81f17cf74864d0db2c29e834302f74f2a
130-
refs/heads/autosynth-datastore: d578d98a4c59933935e8b6afe2b10b91870b8c8e
130+
refs/heads/autosynth-datastore: 6b9f0b2cb37d5427135451d3e8cac357c55e83cb
131131
refs/heads/autosynth-dialogflow: 841930a680ebe370c9fc6ae824465f6bc51a5a46
132132
refs/heads/autosynth-errorreporting: 3f176c20b55dfaaa8fc32f28d82b31784b93e636
133133
refs/heads/autosynth-firestore: 983c75e4fb1076502c8cac73ef0538bdb10884f3

branches/autosynth-datastore/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/Product.java

Lines changed: 21 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branches/autosynth-datastore/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ProductOrBuilder.java

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branches/autosynth-datastore/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ProductSearchParams.java

Lines changed: 39 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branches/autosynth-datastore/google-api-grpc/proto-google-cloud-vision-v1/src/main/java/com/google/cloud/vision/v1/ProductSearchParamsOrBuilder.java

Lines changed: 12 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

branches/autosynth-datastore/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/product_search.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ message ProductSearchParams {
4343
string product_set = 6;
4444

4545
// The list of product categories to search in. Currently, we only consider
46-
// the first category, and either "homegoods", "apparel", or "toys" should be
47-
// specified.
46+
// the first category, and either "homegoods-v2", "apparel-v2", or "toys-v2"
47+
// should be specified. The legacy categories "homegoods", "apparel", and
48+
// "toys" are still supported, but these should not be used for new products.
4849
repeated string product_categories = 7;
4950

5051
// The filtering expression. This can be used to restrict search results based

branches/autosynth-datastore/google-api-grpc/proto-google-cloud-vision-v1/src/main/proto/google/cloud/vision/v1/product_search_service.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,9 @@ message Product {
337337
string description = 3;
338338

339339
// The category for the product identified by the reference image. This should
340-
// be either "homegoods", "apparel", or "toys".
340+
// be either "homegoods-v2", "apparel-v2", or "toys-v2". The legacy categories
341+
// "homegoods", "apparel", and "toys" are still supported, but these should
342+
// not be used for new products.
341343
//
342344
// This field is immutable.
343345
string product_category = 4;

0 commit comments

Comments
 (0)