From 67df6d0d3a75a267ebc7701a7ebc1d42f87c9fc4 Mon Sep 17 00:00:00 2001 From: Megan Bang Date: Mon, 9 Dec 2019 09:50:57 -0600 Subject: [PATCH] change exponential_buckets growth_factor from integer to double --- products/logging/api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/logging/api.yaml b/products/logging/api.yaml index 0c1a119da06e..e09c2b46aa29 100644 --- a/products/logging/api.yaml +++ b/products/logging/api.yaml @@ -210,7 +210,7 @@ objects: - bucket_options.0.exponential_buckets.0.scale description: | Must be greater than 0. - - !ruby/object:Api::Type::Integer + - !ruby/object:Api::Type::Double name: growthFactor at_least_one_of: - bucket_options.0.exponential_buckets.0.num_finite_buckets