Google Cloud Talent Solution V4beta1 Client - Class HistogramQueryResult (1.2.2)

Reference documentation and code samples for the Google Cloud Talent Solution V4beta1 Client class HistogramQueryResult.

Histogram result that matches HistogramQuery specified in searches.

Generated from protobuf message google.cloud.talent.v4beta1.HistogramQueryResult

Namespace

Google \ Cloud \ Talent \ V4beta1

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
string

setHistogramQuery

Requested histogram expression.

Parameter
NameDescription
var string
Returns
TypeDescription
$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 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.
Returns
TypeDescription
Google\Protobuf\Internal\MapField

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 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.
Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this