lib/google/cloud/talent/v4/job_service/client.rb in google-cloud-talent-v4-0.6.3 vs lib/google/cloud/talent/v4/job_service/client.rb in google-cloud-talent-v4-0.6.4
- old
+ new
@@ -1060,10 +1060,12 @@
# * `count(string_histogram_facet)`: Count the number of matching entities,
# for each distinct attribute value.
# * `count(numeric_histogram_facet, list of buckets)`: Count the number of
# matching entities within each bucket.
#
+ # A maximum of 200 histogram buckets are supported.
+ #
# Data types:
#
# * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
# * String: string like "any string with backslash escape for quote(\")."
# * Number: whole number and floating point number like 10, -1 and -0.01.
@@ -1387,9 +1389,11 @@
# Available aggregation function calls are:
# * `count(string_histogram_facet)`: Count the number of matching entities,
# for each distinct attribute value.
# * `count(numeric_histogram_facet, list of buckets)`: Count the number of
# matching entities within each bucket.
+ #
+ # A maximum of 200 histogram buckets are supported.
#
# Data types:
#
# * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
# * String: string like "any string with backslash escape for quote(\")."