A facet value which contains value names and their count.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#count
def count() -> ::Integer
Returns
- (::Integer) — Number of items that have this facet value.
#count=
def count=(value) -> ::Integer
Parameter
- value (::Integer) — Number of items that have this facet value.
Returns
- (::Integer) — Number of items that have this facet value.
#interval
def interval() -> ::Google::Cloud::Retail::V2::Interval
Returns
- (::Google::Cloud::Retail::V2::Interval) — Interval value for a facet, such as [10, 20) for facet "price".
#interval=
def interval=(value) -> ::Google::Cloud::Retail::V2::Interval
Parameter
- value (::Google::Cloud::Retail::V2::Interval) — Interval value for a facet, such as [10, 20) for facet "price".
Returns
- (::Google::Cloud::Retail::V2::Interval) — Interval value for a facet, such as [10, 20) for facet "price".
#value
def value() -> ::String
Returns
- (::String) — Text value of a facet, such as "Black" for facet "colorFamilies".
#value=
def value=(value) -> ::String
Parameter
- value (::String) — Text value of a facet, such as "Black" for facet "colorFamilies".
Returns
- (::String) — Text value of a facet, such as "Black" for facet "colorFamilies".