Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Facet::FacetValue (v0.11.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::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::DiscoveryEngine::V1beta::Interval
Returns

#interval=

def interval=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Interval
Parameter
Returns

#value

def value() -> ::String
Returns
  • (::String) — Text value of a facet, such as "Black" for facet "colors".

#value=

def value=(value) -> ::String
Parameter
  • value (::String) — Text value of a facet, such as "Black" for facet "colors".
Returns
  • (::String) — Text value of a facet, such as "Black" for facet "colors".