Reference documentation and code samples for the Cloud Talent Solution V4 API class Google::Cloud::Talent::V4::HistogramQueryResult.
Histogram result that matches HistogramQuery specified in searches.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#histogram
def histogram() -> ::Google::Protobuf::Map{::String => ::Integer}- 
        (::Google::Protobuf::Map{::String => ::Integer}) — 
A map from the values of the facet associated with distinct values to the number of matching entries with corresponding value.
The key format is:
- (for string histogram) string values stored in the field.
 - (for named numeric bucket) name specified in 
bucket()function, like forbucket(0, MAX, "non-negative"), the key will benon-negative. - (for anonymous numeric bucket) range formatted as 
<low>-<high>, for example,0-1000,MIN-0, and0-MAX. 
 
#histogram=
def histogram=(value) -> ::Google::Protobuf::Map{::String => ::Integer}- 
        value (::Google::Protobuf::Map{::String => ::Integer}) — 
A map from the values of the facet associated with distinct values to the number of matching entries with corresponding value.
The key format is:
- (for string histogram) string values stored in the field.
 - (for named numeric bucket) name specified in 
bucket()function, like forbucket(0, MAX, "non-negative"), the key will benon-negative. - (for anonymous numeric bucket) range formatted as 
<low>-<high>, for example,0-1000,MIN-0, and0-MAX. 
 
- 
        (::Google::Protobuf::Map{::String => ::Integer}) — 
A map from the values of the facet associated with distinct values to the number of matching entries with corresponding value.
The key format is:
- (for string histogram) string values stored in the field.
 - (for named numeric bucket) name specified in 
bucket()function, like forbucket(0, MAX, "non-negative"), the key will benon-negative. - (for anonymous numeric bucket) range formatted as 
<low>-<high>, for example,0-1000,MIN-0, and0-MAX. 
 
#histogram_query
def histogram_query() -> ::String- (::String) — Requested histogram expression.
 
#histogram_query=
def histogram_query=(value) -> ::String- value (::String) — Requested histogram expression.
 
- (::String) — Requested histogram expression.