Skip to content

Commit c6329e3

Browse files
yoshi-automationPraful Makani
authored andcommitted
---
yaml --- r: 33517 b: refs/heads/autosynth-os-login c: 6b9f0b2 h: refs/heads/master i: 33515: 1e5bd29
1 parent 8e9777d commit c6329e3

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
@@ -134,7 +134,7 @@ refs/heads/autosynth-firestore: e79eeb26930dfae4439424ad2fda5874eeca54c8
134134
refs/heads/autosynth-iot: 044be280805a59e06d09658688c9ee474a9815ad
135135
refs/heads/autosynth-kms: d31449d6621a50fb16a4bef4f30f0f3051d27d7c
136136
refs/heads/autosynth-language: 6130869312f99a1e7d3aa0485759172a23333cc5
137-
refs/heads/autosynth-os-login: d578d98a4c59933935e8b6afe2b10b91870b8c8e
137+
refs/heads/autosynth-os-login: 6b9f0b2cb37d5427135451d3e8cac357c55e83cb
138138
refs/heads/autosynth-redis: 6bedce4d7c7c6ca6a22e83ad1780e08fdc565a9e
139139
refs/heads/autosynth-scheduler: 57f9fdb1e7de30c85f4ec7198931a07f50603e55
140140
refs/heads/autosynth-spanner: de02ca32edea133b68b51052e325359a3704b5d2

branches/autosynth-os-login/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-os-login/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-os-login/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-os-login/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-os-login/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-os-login/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)