Retail v2 API - Class SearchResponse.Types.Facet (2.8.0)

public sealed class SearchResponse.Types.Facet : IMessage<SearchResponse.Types.Facet>, IEquatable<SearchResponse.Types.Facet>, IDeepCloneable<SearchResponse.Types.Facet>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class SearchResponse.Types.Facet.

A facet result.

Inheritance

object > SearchResponse.Types.Facet

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

Facet()

public Facet()

Facet(Facet)

public Facet(SearchResponse.Types.Facet other)
Parameter
NameDescription
otherSearchResponseTypesFacet

Properties

DynamicFacet

public bool DynamicFacet { get; set; }

Whether the facet is dynamically generated.

Property Value
TypeDescription
bool

Key

public string Key { get; set; }

The key for this facet. E.g., "colorFamilies" or "price" or "attributes.attr1".

Property Value
TypeDescription
string

Values

public RepeatedField<SearchResponse.Types.Facet.Types.FacetValue> Values { get; }

The facet values for this field.

Property Value
TypeDescription
RepeatedFieldSearchResponseTypesFacetTypesFacetValue