Skip to content

Commit b4f8469

Browse files
yoshi-automationPraful Makani
authored andcommitted
---
yaml --- r: 29103 b: refs/heads/autosynth-logging c: 7f99770 h: refs/heads/master i: 29101: 35438f1 29099: 4561fa7 29095: 24c62fb 29087: f580561
1 parent 3282f88 commit b4f8469

14 files changed

Lines changed: 268 additions & 128 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ refs/tags/v0.61.0: e4b526656bb1bf5eefd0ee578b7405147821225e
104104
refs/tags/v0.62.0: bbede7385d48ba08f487bdd29ec10668ace96396
105105
refs/heads/0.60.0-alpha: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
106106
refs/heads/autosynth-dlp: 49572edd157e407b5d979154c583b984e144c79f
107-
refs/heads/autosynth-logging: feb3f6fdca2b100ef9573dce0cff721fb2db33a2
107+
refs/heads/autosynth-logging: 7f9977014004852e54fdbca6e990abc75203ad08
108108
refs/heads/dupes: 3478c5d81fd242d0e985656645a679420a2060c2
109109
refs/tags/v0.63.0: 94f19b71d40f46b36120e7b9d78a1a3d41bfcbd6
110110
refs/tags/v0.64.0: 456e8fbd129deced3ca025f239a2d8a82bde1d0a

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

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

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

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

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

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

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

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

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@ message ProductSearchParams {
4545
// The list of product categories to search in. Currently, we only consider
4646
// the first category, and either "homegoods-v2", "apparel-v2", or "toys-v2"
4747
// should be specified. The legacy categories "homegoods", "apparel", and
48-
// "toys" are still supported, but these should not be used for new products.
48+
// "toys" are still supported but will be deprecated. For new products, please
49+
// use "homegoods-v2", "apparel-v2", or "toys-v2" for better product search
50+
// accuracy. It is recommended to migrate existing products to these
51+
// categories as well.
4952
repeated string product_categories = 7;
5053

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

0 commit comments

Comments
 (0)