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

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
Name Description
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
Type Description
string

setHistogramQuery

Requested histogram expression.

Parameter
Name Description
var string
Returns
Type Description
$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
Type Description
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
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this