Cloud Talent Solution V4 API - Class Google::Cloud::Talent::V4::HistogramQueryResult (v0.6.4)

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}
Returns
  • (::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 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.

#histogram=

def histogram=(value) -> ::Google::Protobuf::Map{::String => ::Integer}
Parameter
  • 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 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
  • (::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 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.

#histogram_query

def histogram_query() -> ::String
Returns
  • (::String) — Requested histogram expression.

#histogram_query=

def histogram_query=(value) -> ::String
Parameter
  • value (::String) — Requested histogram expression.
Returns
  • (::String) — Requested histogram expression.