lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/histogram.rb in google-cloud-talent-0.3.0 vs lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/histogram.rb in google-cloud-talent-0.4.0
- old
+ new
@@ -23,25 +23,31 @@
# @!attribute [rw] histogram_query
# @return [String]
# An expression specifies a histogram request against matching resources
# (for example, jobs, profiles) for searches.
#
- # See {Google::Cloud::Talent::V4beta1::SearchJobsRequest#histogram_queries SearchJobsRequest#histogram_queries} and
- # {Google::Cloud::Talent::V4beta1::SearchProfilesRequest#histogram_queries SearchProfilesRequest#histogram_queries} for details about syntax.
+ # See
+ # {Google::Cloud::Talent::V4beta1::SearchJobsRequest#histogram_queries SearchJobsRequest#histogram_queries}
+ # and
+ # {Google::Cloud::Talent::V4beta1::SearchProfilesRequest#histogram_queries SearchProfilesRequest#histogram_queries}
+ # for details about syntax.
class HistogramQuery; end
# Output only.
#
- # Histogram result that matches {HistogramSpec} specified in searches.
+ # Histogram result that matches
+ # {Google::Cloud::Talent::V4beta1::HistogramQuery HistogramQuery} specified in
+ # searches.
# @!attribute [rw] histogram_query
# @return [String]
# Requested histogram expression.
# @!attribute [rw] histogram
# @return [Hash{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`.
\ No newline at end of file