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 webpage provides documentation for the `SearchResponse.Types.Facet` class within the Google Cloud Retail V2 API, specifically for version 2.8.0."],["The `SearchResponse.Types.Facet` class represents a facet result, which is used for filtering search results."],["The documentation includes a list of available versions for the `SearchResponse.Types.Facet`, ranging from the latest version 2.12.0 down to 1.0.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class offers three main properties: `DynamicFacet` (a boolean indicating dynamic generation), `Key` (a string representing the facet's key), and `Values` (a `RepeatedField` containing the facet values)."]]],[]]