Synchronize new proto/yaml changes.
PiperOrigin-RevId: 248719074
This commit is contained in:
parent
03269e767c
commit
bf595eb386
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue