Skip to content

Commit 7f49b4f

Browse files
yoshi-automationPraful Makani
authored andcommitted
---
yaml --- r: 34769 b: refs/heads/autosynth-texttospeech c: 6b9f0b2 h: refs/heads/master i: 34767: 7899b0f
1 parent 75570bc commit 7f49b4f

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
@@ -140,7 +140,7 @@ refs/heads/autosynth-scheduler: a3de6480746d1cd586ca8b9d75c55a636f371539
140140
refs/heads/autosynth-spanner: d963fe4368e79cf6abae5d511785e8ced8ac57f4
141141
refs/heads/autosynth-speech: c563dcd420cce0a37c39b1b9c24be1b9ba604dc7
142142
refs/heads/autosynth-tasks: 25d1eafe8cb66b00e3dad765dac74a5b45b83e63
143-
refs/heads/autosynth-texttospeech: d578d98a4c59933935e8b6afe2b10b91870b8c8e
143+
refs/heads/autosynth-texttospeech: 6b9f0b2cb37d5427135451d3e8cac357c55e83cb
144144
refs/heads/autosynth-trace: c94eef6e4d9c6fd24888216e28ca7271959c1cf0
145145
refs/heads/autosynth-websecurityscanner: fa561b356aabcd92d415ae8dc88fd8d87dbc5b23
146146
refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64

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