Skip to content

Commit b12b50d

Browse files
yoshi-automationPraful Makani
authored andcommitted
---
yaml --- r: 35343 b: refs/heads/pubsub-ordering-keys c: 6b9f0b2 h: refs/heads/master i: 35341: 5ab6293 35339: 712a4df 35335: 27294b8 35327: bc00e21
1 parent e7979d0 commit b12b50d

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
@@ -155,7 +155,7 @@ refs/tags/v0.72.0: a7703f2593ba312c0b2dde6fdfd4f5c764bb55ac
155155
refs/tags/v0.73.0: 21241ea8be9439cc5764c4944cdce21d34ce4f9e
156156
refs/tags/v0.74.0: 9d1f733dbbf790de7b494418523b69c4a9a57638
157157
refs/heads/ignoretest: 23c412ae07af3d0ab1caa2d44d5bc5c0ccb8b31d
158-
refs/heads/pubsub-ordering-keys: d578d98a4c59933935e8b6afe2b10b91870b8c8e
158+
refs/heads/pubsub-ordering-keys: 6b9f0b2cb37d5427135451d3e8cac357c55e83cb
159159
refs/tags/v0.75.0: c3673089ae09a897c1b4cf7dfe167fe4f8ab32fb
160160
refs/tags/v0.76.0: 395b016826d3ddf9cb8b34919636df15a4dbd032
161161
refs/tags/v0.77.0: 28a85a77883ccf5d48f297fd0ef3b3dca6ce01f0

branches/pubsub-ordering-keys/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/pubsub-ordering-keys/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/pubsub-ordering-keys/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/pubsub-ordering-keys/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/pubsub-ordering-keys/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/pubsub-ordering-keys/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)