Uses of Interface
com.google.api.Distribution.BucketOptions.ExponentialOrBuilder
-
Packages that use Distribution.BucketOptions.ExponentialOrBuilder Package Description com.google.api -
-
Uses of Distribution.BucketOptions.ExponentialOrBuilder in com.google.api
Classes in com.google.api that implement Distribution.BucketOptions.ExponentialOrBuilder Modifier and Type Class Description static class
Distribution.BucketOptions.Exponential
Specifies an exponential sequence of buckets that have a width that is proportional to the value of the lower bound.static class
Distribution.BucketOptions.Exponential.Builder
Specifies an exponential sequence of buckets that have a width that is proportional to the value of the lower bound.Methods in com.google.api that return Distribution.BucketOptions.ExponentialOrBuilder Modifier and Type Method Description Distribution.BucketOptions.ExponentialOrBuilder
Distribution.BucketOptions.Builder. getExponentialBucketsOrBuilder()
The exponential buckets.Distribution.BucketOptions.ExponentialOrBuilder
Distribution.BucketOptions. getExponentialBucketsOrBuilder()
The exponential buckets.Distribution.BucketOptions.ExponentialOrBuilder
Distribution.BucketOptionsOrBuilder. getExponentialBucketsOrBuilder()
The exponential buckets.
-