public sealed class HistogramQueryResult : IMessage<HistogramQueryResult>, IEquatable<HistogramQueryResult>, IDeepCloneable<HistogramQueryResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class HistogramQueryResult.
Histogram result that matches
[HistogramQuery][google.cloud.talent.v4beta1.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-03-21 UTC."],[[["This page provides documentation for the `HistogramQueryResult` class within the Google Cloud Talent Solution v4beta1 API, specifically for version 3.0.0-beta05."],["`HistogramQueryResult` is a class that represents the result of a histogram query, matching the `HistogramQuery` specified in searches."],["The class includes properties such as `Histogram`, a map that associates distinct values with the number of matching entries, and `HistogramQuery`, the requested histogram expression."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data comparison."],["The class also includes the ability to construct an object either with no paramaters or with another `HistogramQueryResult` object."]]],[]]