pub struct Product {Show 33 fields
pub name: String,
pub id: String,
pub type: i32,
pub primary_product_id: String,
pub collection_member_ids: Vec<String>,
pub gtin: String,
pub categories: Vec<String>,
pub title: String,
pub brands: Vec<String>,
pub description: String,
pub language_code: String,
pub attributes: BTreeMap<String, CustomAttribute>,
pub tags: Vec<String>,
pub price_info: Option<PriceInfo>,
pub rating: Option<Rating>,
pub available_time: Option<Timestamp>,
pub availability: i32,
pub available_quantity: Option<i32>,
pub fulfillment_info: Vec<FulfillmentInfo>,
pub uri: String,
pub images: Vec<Image>,
pub audience: Option<Audience>,
pub color_info: Option<ColorInfo>,
pub sizes: Vec<String>,
pub materials: Vec<String>,
pub patterns: Vec<String>,
pub conditions: Vec<String>,
pub promotions: Vec<Promotion>,
pub publish_time: Option<Timestamp>,
pub retrievable_fields: Option<FieldMask>,
pub variants: Vec<Product>,
pub local_inventories: Vec<LocalInventory>,
pub expiration: Option<Expiration>,
}
Expand description
Product captures all metadata information of items to be recommended or searched.
Fields§
§name: String
Immutable. Full resource name of the product, such as
projects/*/locations/global/catalogs/default_catalog/branches/default_branch/products/product_id
.
id: String
Immutable. [Product][google.cloud.retail.v2beta.Product] identifier, which
is the final component of [name][google.cloud.retail.v2beta.Product.name].
For example, this field is “id_1”, if
[name][google.cloud.retail.v2beta.Product.name] is
projects/*/locations/global/catalogs/default_catalog/branches/default_branch/products/id_1
.
This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.
Corresponding properties: Google Merchant Center property id. Schema.org property Product.sku.
type: i32
Immutable. The type of the product. Default to [Catalog.product_level_config.ingestion_product_type][google.cloud.retail.v2beta.ProductLevelConfig.ingestion_product_type] if unset.
primary_product_id: String
Variant group identifier. Must be an [id][google.cloud.retail.v2beta.Product.id], with the same parent branch with this product. Otherwise, an error is thrown.
For [Type.PRIMARY][google.cloud.retail.v2beta.Product.Type.PRIMARY] [Product][google.cloud.retail.v2beta.Product]s, this field can only be empty or set to the same value as [id][google.cloud.retail.v2beta.Product.id].
For VARIANT [Product][google.cloud.retail.v2beta.Product]s, this field cannot be empty. A maximum of 2,000 products are allowed to share the same [Type.PRIMARY][google.cloud.retail.v2beta.Product.Type.PRIMARY] [Product][google.cloud.retail.v2beta.Product]. Otherwise, an INVALID_ARGUMENT error is returned.
Corresponding properties: Google Merchant Center property item_group_id. Schema.org property Product.inProductGroupWithID.
collection_member_ids: Vec<String>
The [id][google.cloud.retail.v2beta.Product.id] of the collection members when [type][google.cloud.retail.v2beta.Product.type] is [Type.COLLECTION][google.cloud.retail.v2beta.Product.Type.COLLECTION].
Non-existent product ids are allowed. The [type][google.cloud.retail.v2beta.Product.type] of the members must be either [Type.PRIMARY][google.cloud.retail.v2beta.Product.Type.PRIMARY] or [Type.VARIANT][google.cloud.retail.v2beta.Product.Type.VARIANT] otherwise an INVALID_ARGUMENT error is thrown. Should not set it for other types. A maximum of 1000 values are allowed. Otherwise, an INVALID_ARGUMENT error is return.
gtin: String
The Global Trade Item Number (GTIN) of the product.
This field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.
This field must be a Unigram. Otherwise, an INVALID_ARGUMENT error is returned.
Corresponding properties: Google Merchant Center property gtin. Schema.org property Product.isbn, Product.gtin8, Product.gtin12, Product.gtin13, or Product.gtin14.
If the value is not a valid GTIN, an INVALID_ARGUMENT error is returned.
categories: Vec<String>
Product categories. This field is repeated for supporting one product belonging to several parallel categories. Strongly recommended using the full path for better search / recommendation quality.
To represent full path of category, use ‘>’ sign to separate different hierarchies. If ‘>’ is part of the category name, replace it with other character(s).
For example, if a shoes product belongs to both [“Shoes & Accessories” -> “Shoes”] and [“Sports & Fitness” -> “Athletic Clothing” -> “Shoes”], it could be represented as:
"categories": [
"Shoes & Accessories > Shoes",
"Sports & Fitness > Athletic Clothing > Shoes"
]
Must be set for [Type.PRIMARY][google.cloud.retail.v2beta.Product.Type.PRIMARY] [Product][google.cloud.retail.v2beta.Product] otherwise an INVALID_ARGUMENT error is returned.
At most 250 values are allowed per [Product][google.cloud.retail.v2beta.Product] unless overridden through the Google Cloud console. Empty values are not allowed. Each value must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
Corresponding properties: Google Merchant Center property [google_product_category][mc_google_product_category]. Schema.org property [Product.category] (https://schema.org/category).
[mc_google_product_category]: https://support.google.com/merchants/answer/6324436
title: String
Required. Product title.
This field must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
Corresponding properties: Google Merchant Center property title. Schema.org property Product.name.
brands: Vec<String>
The brands of the product.
A maximum of 30 brands are allowed unless overridden through the Google Cloud console. Each brand must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
Corresponding properties: Google Merchant Center property brand. Schema.org property Product.brand.
description: String
Product description.
This field must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
Corresponding properties: Google Merchant Center property description. Schema.org property Product.description.
language_code: String
Language of the title/description and other string attributes. Use language tags defined by BCP 47.
For product prediction, this field is ignored and the model automatically detects the text language. The [Product][google.cloud.retail.v2beta.Product] can include text in different languages, but duplicating [Product][google.cloud.retail.v2beta.Product]s to provide text in multiple languages can result in degraded model performance.
For product search this field is in use. It defaults to “en-US” if unset.
attributes: BTreeMap<String, CustomAttribute>
Highly encouraged. Extra product attributes to be included. For example, for products, this could include the store name, vendor, style, color, etc. These are very strong signals for recommendation model, thus we highly recommend providing the attributes here.
Features that can take on one of a limited number of possible values. Two types of features can be set are:
Textual features. some examples would be the brand/maker of a product, or country of a customer. Numerical features. Some examples would be the height/weight of a product, or age of a customer.
For example: { "vendor": {"text": \["vendor123", "vendor456"\]}, "lengths_cm": {"numbers":[2.3, 15.4]}, "heights_cm": {"numbers":[8.1, 6.4]} }
.
This field needs to pass all below criteria, otherwise an INVALID_ARGUMENT error is returned:
- Max entries count: 200.
- The key must be a UTF-8 encoded string with a length limit of 128 characters.
- For indexable attribute, the key must match the pattern:
[a-zA-Z0-9][a-zA-Z0-9_]*
. For example,key0LikeThis
orKEY_1_LIKE_THIS
. - For text attributes, at most 400 values are allowed. Empty values are not allowed. Each value must be a non-empty UTF-8 encoded string with a length limit of 256 characters.
- For number attributes, at most 400 values are allowed.
Custom tags associated with the product.
At most 250 values are allowed per [Product][google.cloud.retail.v2beta.Product]. This value must be a UTF-8 encoded string with a length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
This tag can be used for filtering recommendation results by passing the tag as part of the [PredictRequest.filter][google.cloud.retail.v2beta.PredictRequest.filter].
Corresponding properties: Google Merchant Center property custom_label_0–4.
price_info: Option<PriceInfo>
Product price and cost information.
Corresponding properties: Google Merchant Center property price.
rating: Option<Rating>
The rating of this product.
available_time: Option<Timestamp>
The timestamp when this [Product][google.cloud.retail.v2beta.Product] becomes available for [SearchService.Search][google.cloud.retail.v2beta.SearchService.Search]. Note that this is only applicable to [Type.PRIMARY][google.cloud.retail.v2beta.Product.Type.PRIMARY] and [Type.COLLECTION][google.cloud.retail.v2beta.Product.Type.COLLECTION], and ignored for [Type.VARIANT][google.cloud.retail.v2beta.Product.Type.VARIANT].
availability: i32
The online availability of the [Product][google.cloud.retail.v2beta.Product]. Default to [Availability.IN_STOCK][google.cloud.retail.v2beta.Product.Availability.IN_STOCK].
Corresponding properties: Google Merchant Center property availability. Schema.org property Offer.availability.
available_quantity: Option<i32>
The available quantity of the item.
fulfillment_info: Vec<FulfillmentInfo>
Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.
All the elements must have distinct [FulfillmentInfo.type][google.cloud.retail.v2beta.FulfillmentInfo.type]. Otherwise, an INVALID_ARGUMENT error is returned.
uri: String
Canonical URL directly linking to the product detail page.
It is strongly recommended to provide a valid uri for the product, otherwise the service performance could be significantly degraded.
This field must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned.
Corresponding properties: Google Merchant Center property link. Schema.org property Offer.url.
images: Vec<Image>
Product images for the product. We highly recommend putting the main image first.
A maximum of 300 images are allowed.
Corresponding properties: Google Merchant Center property image_link. Schema.org property Product.image.
audience: Option<Audience>
The target group associated with a given audience (e.g. male, veterans, car owners, musicians, etc.) of the product.
color_info: Option<ColorInfo>
The color of the product.
Corresponding properties: Google Merchant Center property color. Schema.org property Product.color.
sizes: Vec<String>
The size of the product. To represent different size systems or size types, consider using this format: [[[size_system:]size_type:]size_value].
For example, in “US:MENS:M”, “US” represents size system; “MENS” represents size type; “M” represents size value. In “GIRLS:27”, size system is empty; “GIRLS” represents size type; “27” represents size value. In “32 inches”, both size system and size type are empty, while size value is “32 inches”.
A maximum of 20 values are allowed per [Product][google.cloud.retail.v2beta.Product]. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.
Corresponding properties: Google Merchant Center property size, size_type, and size_system. Schema.org property Product.size.
materials: Vec<String>
The material of the product. For example, “leather”, “wooden”.
A maximum of 20 values are allowed. Each value must be a UTF-8 encoded string with a length limit of 200 characters. Otherwise, an INVALID_ARGUMENT error is returned.
Corresponding properties: Google Merchant Center property material. Schema.org property Product.material.
patterns: Vec<String>
The pattern or graphic print of the product. For example, “striped”, “polka dot”, “paisley”.
A maximum of 20 values are allowed per [Product][google.cloud.retail.v2beta.Product]. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.
Corresponding properties: Google Merchant Center property pattern. Schema.org property Product.pattern.
conditions: Vec<String>
The condition of the product. Strongly encouraged to use the standard values: “new”, “refurbished”, “used”.
A maximum of 1 value is allowed per [Product][google.cloud.retail.v2beta.Product]. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.
Corresponding properties: Google Merchant Center property condition. Schema.org property Offer.itemCondition.
promotions: Vec<Promotion>
The promotions applied to the product. A maximum of 10 values are allowed per [Product][google.cloud.retail.v2beta.Product]. Only [Promotion.promotion_id][google.cloud.retail.v2beta.Promotion.promotion_id] will be used, other fields will be ignored if set.
publish_time: Option<Timestamp>
The timestamp when the product is published by the retailer for the first time, which indicates the freshness of the products. Note that this field is different from [available_time][google.cloud.retail.v2beta.Product.available_time], given it purely describes product freshness regardless of when it is available on search and recommendation.
retrievable_fields: Option<FieldMask>
Indicates which fields in the [Product][google.cloud.retail.v2beta.Product]s are returned in [SearchResponse][google.cloud.retail.v2beta.SearchResponse].
Supported fields for all [type][google.cloud.retail.v2beta.Product.type]s:
- [audience][google.cloud.retail.v2beta.Product.audience]
- [availability][google.cloud.retail.v2beta.Product.availability]
- [brands][google.cloud.retail.v2beta.Product.brands]
- [color_info][google.cloud.retail.v2beta.Product.color_info]
- [conditions][google.cloud.retail.v2beta.Product.conditions]
- [gtin][google.cloud.retail.v2beta.Product.gtin]
- [materials][google.cloud.retail.v2beta.Product.materials]
- [name][google.cloud.retail.v2beta.Product.name]
- [patterns][google.cloud.retail.v2beta.Product.patterns]
- [price_info][google.cloud.retail.v2beta.Product.price_info]
- [rating][google.cloud.retail.v2beta.Product.rating]
- [sizes][google.cloud.retail.v2beta.Product.sizes]
- [title][google.cloud.retail.v2beta.Product.title]
- [uri][google.cloud.retail.v2beta.Product.uri]
Supported fields only for [Type.PRIMARY][google.cloud.retail.v2beta.Product.Type.PRIMARY] and [Type.COLLECTION][google.cloud.retail.v2beta.Product.Type.COLLECTION]:
- [categories][google.cloud.retail.v2beta.Product.categories]
- [description][google.cloud.retail.v2beta.Product.description]
- [images][google.cloud.retail.v2beta.Product.images]
Supported fields only for [Type.VARIANT][google.cloud.retail.v2beta.Product.Type.VARIANT]:
- Only the first image in [images][google.cloud.retail.v2beta.Product.images]
To mark [attributes][google.cloud.retail.v2beta.Product.attributes] as retrievable, include paths of the form “attributes.key” where “key” is the key of a custom attribute, as specified in [attributes][google.cloud.retail.v2beta.Product.attributes].
For [Type.PRIMARY][google.cloud.retail.v2beta.Product.Type.PRIMARY] and [Type.COLLECTION][google.cloud.retail.v2beta.Product.Type.COLLECTION], the following fields are always returned in [SearchResponse][google.cloud.retail.v2beta.SearchResponse] by default:
- [name][google.cloud.retail.v2beta.Product.name]
For [Type.VARIANT][google.cloud.retail.v2beta.Product.Type.VARIANT], the following fields are always returned in by default:
- [name][google.cloud.retail.v2beta.Product.name]
- [color_info][google.cloud.retail.v2beta.Product.color_info]
The maximum number of paths is 30. Otherwise, an INVALID_ARGUMENT error is returned.
Note: Returning more fields in [SearchResponse][google.cloud.retail.v2beta.SearchResponse] can increase response payload size and serving latency.
This field is deprecated. Use the retrievable site-wide control instead.
variants: Vec<Product>
Output only. Product variants grouped together on primary product which share similar product attributes. It’s automatically grouped by [primary_product_id][google.cloud.retail.v2beta.Product.primary_product_id] for all the product variants. Only populated for [Type.PRIMARY][google.cloud.retail.v2beta.Product.Type.PRIMARY] [Product][google.cloud.retail.v2beta.Product]s.
Note: This field is OUTPUT_ONLY for [ProductService.GetProduct][google.cloud.retail.v2beta.ProductService.GetProduct]. Do not set this field in API requests.
local_inventories: Vec<LocalInventory>
Output only. A list of local inventories specific to different places.
This field can be managed by [ProductService.AddLocalInventories][google.cloud.retail.v2beta.ProductService.AddLocalInventories] and [ProductService.RemoveLocalInventories][google.cloud.retail.v2beta.ProductService.RemoveLocalInventories] APIs if fine-grained, high-volume updates are necessary.
expiration: Option<Expiration>
Implementations§
source§impl Product
impl Product
sourcepub fn type(&self) -> Type
pub fn type(&self) -> Type
Returns the enum value of type
, or the default if the field is set to an invalid enum value.
sourcepub fn availability(&self) -> Availability
pub fn availability(&self) -> Availability
Returns the enum value of availability
, or the default if the field is set to an invalid enum value.
sourcepub fn set_availability(&mut self, value: Availability)
pub fn set_availability(&mut self, value: Availability)
Sets availability
to the provided enum value.
Trait Implementations§
source§impl Message for Product
impl Message for Product
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for Product
impl PartialEq for Product
impl StructuralPartialEq for Product
Auto Trait Implementations§
impl Freeze for Product
impl RefUnwindSafe for Product
impl Send for Product
impl Sync for Product
impl Unpin for Product
impl UnwindSafe for Product
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request