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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eHistogramQueryResult\u003c/code\u003e class in the Google Cloud Talent Solution v4beta1 API is used to represent histogram results that match a specified \u003ccode\u003eHistogramQuery\u003c/code\u003e during searches.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eHistogramQueryResult\u003c/code\u003e class is 3.0.0-beta06, with previous versions including 3.0.0-beta05 and 2.0.0-beta07.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eHistogramQueryResult\u003c/code\u003e includes properties like \u003ccode\u003eHistogram\u003c/code\u003e, which is a map of string values to counts, and \u003ccode\u003eHistogramQuery\u003c/code\u003e, which holds the requested histogram expression.\u003c/p\u003e\n"],["\u003cp\u003eThe class has a default and an overloaded constructor to create new instances of the \u003ccode\u003eHistogramQueryResult\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class HistogramQueryResult (3.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.HistogramQueryResult)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.HistogramQueryResult)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.HistogramQueryResult) \n\n public sealed class HistogramQueryResult : IMessage\u003cHistogramQueryResult\u003e, IEquatable\u003cHistogramQueryResult\u003e, IDeepCloneable\u003cHistogramQueryResult\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class HistogramQueryResult.\n\nHistogram result that matches\n\\[HistogramQuery\\]\\[google.cloud.talent.v4beta1.HistogramQuery\\] specified in\nsearches. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e HistogramQueryResult \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[HistogramQueryResult](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.HistogramQueryResult), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[HistogramQueryResult](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.HistogramQueryResult), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[HistogramQueryResult](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.HistogramQueryResult), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Talent.V4Beta1](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Talent.V4Beta1.dll\n\nConstructors\n------------\n\n### HistogramQueryResult()\n\n public HistogramQueryResult()\n\n### HistogramQueryResult(HistogramQueryResult)\n\n public HistogramQueryResult(HistogramQueryResult other)\n\nProperties\n----------\n\n### Histogram\n\n public MapField\u003cstring, long\u003e Histogram { get; }\n\nA map from the values of the facet associated with distinct values to the\nnumber of matching entries with corresponding value.\n\nThe key format is:\n\n- (for string histogram) string values stored in the field.\n- (for named numeric bucket) name specified in `bucket()` function, like for `bucket(0, MAX, \"non-negative\")`, the key will be `non-negative`.\n- (for anonymous numeric bucket) range formatted as `\u003clow\u003e-\u003chigh\u003e`, for example, `0-1000`, `MIN-0`, and `0-MAX`.\n\n### HistogramQuery\n\n public string HistogramQuery { get; set; }\n\nRequested histogram expression."]]