@@ -37,12 +37,12 @@ message ProductLevelConfig {
3737 // The type of [Product][google.cloud.retail.v2alpha.Product]s allowed to be
3838 // ingested into the catalog. Acceptable values are:
3939 //
40- // * `primary` (default): You can only ingest
41- // [Product.Type.PRIMARY ][google.cloud.retail.v2alpha.Product.Type.PRIMARY]
42- // [Product][google.cloud.retail.v2alpha.Product]s. This means
43- // [Product.primary_product_id][google.cloud.retail.v2alpha.Product.primary_product_id]
44- // can only be empty or set to the same value as
45- // [Product.id][google.cloud.retail.v2alpha.Product.id] .
40+ // * `primary` (default): You can ingest
41+ // [Product][google.cloud.retail.v2alpha.Product]s of all types. When
42+ // ingesting a [Product][google.cloud.retail.v2alpha.Product], its type will
43+ // default to
44+ // [Product.Type.PRIMARY][google.cloud.retail.v2alpha.Product.Type.PRIMARY]
45+ // if unset .
4646 // * `variant`: You can only ingest
4747 // [Product.Type.VARIANT][google.cloud.retail.v2alpha.Product.Type.VARIANT]
4848 // [Product][google.cloud.retail.v2alpha.Product]s.
@@ -106,8 +106,8 @@ message MerchantCenterLink {
106106 // List of possible values can be found here.
107107 // [https://support.google.com/merchants/answer/7501026]
108108 // List of allowed string values:
109- // "shopping-ads ", "buy-on-google-listings ", "display-ads ", "local-inventory
110- // -ads ", "free-listings ", "free-local-listings "
109+ // "Shopping_ads ", "Buy_on_google_listings ", "Display_ads ", "Local_inventory
110+ // _ads ", "Free_listings ", "Free_local_listings "
111111 // NOTE: The string values are case sensitive.
112112 repeated string destinations = 3 ;
113113}
0 commit comments