public sealed class CategoryHierarchy : IMessage<CatalogItem.Types.CategoryHierarchy>, IEquatable<CatalogItem.Types.CategoryHierarchy>, IDeepCloneable<CatalogItem.Types.CategoryHierarchy>, IBufferMessage, IMessage
Category represents catalog item category hierarchy.
Implements
IMessage<CatalogItem.Types.CategoryHierarchy>, IEquatable<CatalogItem.Types.CategoryHierarchy>, IDeepCloneable<CatalogItem.Types.CategoryHierarchy>, IBufferMessage, IMessageNamespace
Google.Cloud.RecommendationEngine.V1Beta1Assembly
Google.Cloud.RecommendationEngine.V1Beta1.dll
Constructors
CategoryHierarchy()
public CategoryHierarchy()
CategoryHierarchy(CatalogItem.Types.CategoryHierarchy)
public CategoryHierarchy(CatalogItem.Types.CategoryHierarchy other)
Parameter | |
---|---|
Name | Description |
other | CatalogItem.Types.CategoryHierarchy |
Properties
Categories
public RepeatedField<string> Categories { get; }
Required. Catalog item categories. Each category should be a UTF-8 encoded string with a length limit of 2 KiB.
Note that the order in the list denotes the specificity (from least to most specific).
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |