Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::SearchResponse::Facet.
A facet result.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dynamic_facet
def dynamic_facet() -> ::Boolean
Returns
- (::Boolean) — Whether the facet is dynamically generated.
#dynamic_facet=
def dynamic_facet=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether the facet is dynamically generated.
Returns
- (::Boolean) — Whether the facet is dynamically generated.
#key
def key() -> ::String
Returns
- (::String) — The key for this facet. E.g., "colorFamilies" or "price" or "attributes.attr1".
#key=
def key=(value) -> ::String
Parameter
- value (::String) — The key for this facet. E.g., "colorFamilies" or "price" or "attributes.attr1".
Returns
- (::String) — The key for this facet. E.g., "colorFamilies" or "price" or "attributes.attr1".
#values
def values() -> ::Array<::Google::Cloud::Retail::V2::SearchResponse::Facet::FacetValue>
Returns
- (::Array<::Google::Cloud::Retail::V2::SearchResponse::Facet::FacetValue>) — The facet values for this field.
#values=
def values=(value) -> ::Array<::Google::Cloud::Retail::V2::SearchResponse::Facet::FacetValue>
Parameter
- value (::Array<::Google::Cloud::Retail::V2::SearchResponse::Facet::FacetValue>) — The facet values for this field.
Returns
- (::Array<::Google::Cloud::Retail::V2::SearchResponse::Facet::FacetValue>) — The facet values for this field.