proto_docs/google/api/distribution.rb in google-cloud-logging-v2-0.8.1 vs proto_docs/google/api/distribution.rb in google-cloud-logging-v2-0.9.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