proto_docs/google/api/distribution.rb in google-cloud-monitoring-v3-0.10.0 vs proto_docs/google/api/distribution.rb in google-cloud-monitoring-v3-0.11.0
- old
+ new
@@ -131,10 +131,11 @@
#
# There are `num_finite_buckets + 2` (= N) buckets. Bucket `i` has the
# following boundaries:
#
# Upper bound (0 <= i < N-1): offset + (width * i).
+ #
# Lower bound (1 <= i < N): offset + (width * (i - 1)).
# @!attribute [rw] num_finite_buckets
# @return [::Integer]
# Must be greater than 0.
# @!attribute [rw] width
@@ -154,9 +155,10 @@
#
# There are `num_finite_buckets + 2` (= N) buckets. Bucket `i` has the
# following boundaries:
#
# Upper bound (0 <= i < N-1): scale * (growth_factor ^ i).
+ #
# Lower bound (1 <= i < N): scale * (growth_factor ^ (i - 1)).
# @!attribute [rw] num_finite_buckets
# @return [::Integer]
# Must be greater than 0.
# @!attribute [rw] growth_factor