Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class HistogramQueryResult.
Histogram result that matches HistogramQuery specified in searches.
Generated from protobuf message google.cloud.talent.v4.HistogramQueryResult
Namespace
Google \ Cloud \ Talent \ V4Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ histogram_query
string
Requested histogram expression.
↳ histogram
array| Google\Protobuf\Internal\MapField
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 for bucket(0, MAX, "non-negative")
, the key will be non-negative
. * * (for anonymous numeric bucket) range formatted as <low>-<high>
, for example, 0-1000
, MIN-0
, and 0-MAX
.
getHistogramQuery
Requested histogram expression.
string
setHistogramQuery
Requested histogram expression.
var
string
$this
getHistogram
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.
setHistogram
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.
$this

