Class: Google::Cloud::RecommendationEngine::V1beta1::CatalogItem::CategoryHierarchy

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recommendationengine/v1beta1/catalog.rb

Overview

Category represents catalog item category hierarchy.

Instance Attribute Summary collapse

Instance Attribute Details

#categories::Array<::String>

Returns 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).

Returns:

  • (::Array<::String>)

    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).



98
99
100
101
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/catalog.rb', line 98

class CategoryHierarchy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end