public sealed class HistogramQueryResult : IMessage<HistogramQueryResult>, IEquatable<HistogramQueryResult>, IDeepCloneable<HistogramQueryResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class HistogramQueryResult.
Histogram result that matches [HistogramQuery][google.cloud.talent.v4.HistogramQuery] specified in searches.
[[["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-04-09 UTC."],[[["The `HistogramQueryResult` class represents the result of a histogram query in the Google Cloud Talent Solution v4 API, providing data on matching entries for specified histogram expressions."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management."],["It contains two key properties: `Histogram`, which is a map field associating distinct facet values with the count of matching entries, and `HistogramQuery`, which stores the requested histogram expression."],["The class has two constructors, one default and one allowing for the copying of another `HistogramQueryResult` object."],["The documentation shows the different versions available from 1.0.0 up to the current latest 2.7.0 version."]]],[]]