docs: Keep the API doc up-to-date
PiperOrigin-RevId: 345494482
This commit is contained in:
parent
be96744d03
commit
2f4015d4cb
|
|
@ -18,7 +18,6 @@ package google.cloud.retail.v2;
|
|||
|
||||
import "google/api/annotations.proto";
|
||||
import "google/api/field_behavior.proto";
|
||||
import "google/api/resource.proto";
|
||||
import "google/cloud/retail/v2/product.proto";
|
||||
import "google/cloud/retail/v2/user_event.proto";
|
||||
import "google/protobuf/field_mask.proto";
|
||||
|
|
|
|||
|
|
@ -111,12 +111,9 @@ message Product {
|
|||
string primary_product_id = 4;
|
||||
|
||||
// Product categories. This field is repeated for supporting one product
|
||||
// belonging to several parallel categories. Each value is either the full
|
||||
// path of the category, or the [category ID][taxonomy_with_ids]. Strongly
|
||||
// recommended using the full path for better search / recommendation quality.
|
||||
// belonging to several parallel categories. Strongly recommended using the
|
||||
// full path for better search / recommendation quality.
|
||||
//
|
||||
// [taxonomy_with_ids]:
|
||||
// https://www.google.com/basepages/producttype/taxonomy-with-ids.en-US.txt
|
||||
//
|
||||
// To represent full path of category, use '>' sign to separate different
|
||||
// hierarchies. If '>' is part of the category name, please replace it with
|
||||
|
|
@ -141,7 +138,7 @@ message Product {
|
|||
// characters. Otherwise, an INVALID_ARGUMENT error is returned.
|
||||
//
|
||||
// Google Merchant Center property
|
||||
// [google_product_category][mc_google_product_category. Schema.org property
|
||||
// [google_product_category][mc_google_product_category]. Schema.org property
|
||||
// [Product.category] (https://schema.org/category).
|
||||
//
|
||||
// [mc_google_product_category]:
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ package google.cloud.retail.v2alpha;
|
|||
|
||||
import "google/api/annotations.proto";
|
||||
import "google/api/field_behavior.proto";
|
||||
import "google/api/resource.proto";
|
||||
import "google/cloud/retail/v2alpha/product.proto";
|
||||
import "google/cloud/retail/v2alpha/user_event.proto";
|
||||
import "google/protobuf/field_mask.proto";
|
||||
|
|
|
|||
|
|
@ -111,12 +111,9 @@ message Product {
|
|||
string primary_product_id = 4;
|
||||
|
||||
// Product categories. This field is repeated for supporting one product
|
||||
// belonging to several parallel categories. Each value is either the full
|
||||
// path of the category, or the [category ID][taxonomy_with_ids]. Strongly
|
||||
// recommended using the full path for better search / recommendation quality.
|
||||
// belonging to several parallel categories. Strongly recommended using the
|
||||
// full path for better search / recommendation quality.
|
||||
//
|
||||
// [taxonomy_with_ids]:
|
||||
// https://www.google.com/basepages/producttype/taxonomy-with-ids.en-US.txt
|
||||
//
|
||||
// To represent full path of category, use '>' sign to separate different
|
||||
// hierarchies. If '>' is part of the category name, please replace it with
|
||||
|
|
@ -141,7 +138,7 @@ message Product {
|
|||
// 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
|
||||
//
|
||||
// Google Merchant Center property
|
||||
// [google_product_category][mc_google_product_category. Schema.org property
|
||||
// [google_product_category][mc_google_product_category]. Schema.org property
|
||||
// [Product.category] (https://schema.org/category).
|
||||
//
|
||||
// [mc_google_product_category]:
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ package google.cloud.retail.v2beta;
|
|||
|
||||
import "google/api/annotations.proto";
|
||||
import "google/api/field_behavior.proto";
|
||||
import "google/api/resource.proto";
|
||||
import "google/cloud/retail/v2beta/product.proto";
|
||||
import "google/cloud/retail/v2beta/user_event.proto";
|
||||
import "google/protobuf/field_mask.proto";
|
||||
|
|
|
|||
|
|
@ -111,12 +111,9 @@ message Product {
|
|||
string primary_product_id = 4;
|
||||
|
||||
// Product categories. This field is repeated for supporting one product
|
||||
// belonging to several parallel categories. Each value is either the full
|
||||
// path of the category, or the [category ID][taxonomy_with_ids]. Strongly
|
||||
// recommended using the full path for better search / recommendation quality.
|
||||
// belonging to several parallel categories. Strongly recommended using the
|
||||
// full path for better search / recommendation quality.
|
||||
//
|
||||
// [taxonomy_with_ids]:
|
||||
// https://www.google.com/basepages/producttype/taxonomy-with-ids.en-US.txt
|
||||
//
|
||||
// To represent full path of category, use '>' sign to separate different
|
||||
// hierarchies. If '>' is part of the category name, please replace it with
|
||||
|
|
@ -141,7 +138,7 @@ message Product {
|
|||
// 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
|
||||
//
|
||||
// Google Merchant Center property
|
||||
// [google_product_category][mc_google_product_category. Schema.org property
|
||||
// [google_product_category][mc_google_product_category]. Schema.org property
|
||||
// [Product.category] (https://schema.org/category).
|
||||
//
|
||||
// [mc_google_product_category]:
|
||||
|
|
|
|||
Loading…
Reference in New Issue