Retail V2 API - Class Google::Cloud::Retail::V2::SearchResponse::Facet::FacetValue (v0.13.0)

Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::SearchResponse::Facet::FacetValue.

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

#interval=

def interval=(value) -> ::Google::Cloud::Retail::V2::Interval
Parameter
Returns

#max_value

def max_value() -> ::Float
Returns

#max_value=

def max_value=(value) -> ::Float
Parameter
Returns

#min_value

def min_value() -> ::Float
Returns

#min_value=

def min_value=(value) -> ::Float
Parameter
Returns

#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".