Synchronize new proto/yaml changes.

PiperOrigin-RevId: 248719074
This commit is contained in:
Google APIs 2019-05-17 07:51:13 -07:00 committed by Copybara-Service
parent 03269e767c
commit bf595eb386
4 changed files with 13 additions and 6 deletions

View File

@ -43,8 +43,9 @@ message ProductSearchParams {
string product_set = 6;
// The list of product categories to search in. Currently, we only consider
// the first category, and either "homegoods", "apparel", or "toys" should be
// specified.
// the first category, and either "homegoods-v2", "apparel-v2", or "toys-v2"
// should be specified. The legacy categories "homegoods", "apparel", and
// "toys" are still supported, but these should not be used for new products.
repeated string product_categories = 7;
// The filtering expression. This can be used to restrict search results based

View File

@ -337,7 +337,9 @@ message Product {
string description = 3;
// The category for the product identified by the reference image. This should
// be either "homegoods", "apparel", or "toys".
// be either "homegoods-v2", "apparel-v2", or "toys-v2". The legacy categories
// "homegoods", "apparel", and "toys" are still supported, but these should
// not be used for new products.
//
// This field is immutable.
string product_category = 4;

View File

@ -44,8 +44,10 @@ message ProductSearchParams {
string product_set = 6;
// The list of product categories to search in. Currently, we only consider
// the first category, and either "homegoods", "apparel", or "toys" should be
// specified.
// the first category, and either "homegoods-v2", "apparel-v2", "toys-v2", or
// "packagedgoods" should be specified. The legacy categories "homegoods",
// "apparel", and "toys" are still supported, but these should not be used for
// new products.
repeated string product_categories = 7;
// The filtering expression. This can be used to restrict search results based

View File

@ -355,7 +355,9 @@ message Product {
string description = 3;
// The category for the product identified by the reference image. This should
// be either "homegoods", "apparel", or "toys".
// be either "homegoods-v2", "apparel-v2", "toys-v2", or "packagedgoods". The
// legacy categories "homegoods", "apparel", and "toys" are still supported,
// but these should not be used for new products.
//
// This field is immutable.
string product_category = 4;