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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["This page provides documentation for the `SearchResponse.Types.Facet` class within the Google Cloud Retail v2 API, covering versions from 1.0.0 to the latest 2.12.0."],["The `SearchResponse.Types.Facet` class, used as a facet result, inherits from the base object class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, `Facet()` and `Facet(SearchResponse.Types.Facet other)`, and defines properties such as `DynamicFacet`, `Key`, and `Values` to manage facet data."],["The `Values` property of the Facet class is of type RepeatedField that holds facet values, and is referenced as such: `RepeatedField\u003cSearchResponse.Types.Facet.Types.FacetValue\u003e`."],["This page contains links to the reference for each version of the class `SearchResponse.Types.Facet`, allowing developers to examine the specific features and changes within each version."]]],[]]