public static interface Distribution.BucketOptionsOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Distribution.BucketOptions.Explicit |
getExplicitBuckets()
The explicit buckets.
|
Distribution.BucketOptions.ExplicitOrBuilder |
getExplicitBucketsOrBuilder()
The explicit buckets.
|
Distribution.BucketOptions.Exponential |
getExponentialBuckets()
The exponential buckets.
|
Distribution.BucketOptions.ExponentialOrBuilder |
getExponentialBucketsOrBuilder()
The exponential buckets.
|
Distribution.BucketOptions.Linear |
getLinearBuckets()
The linear bucket.
|
Distribution.BucketOptions.LinearOrBuilder |
getLinearBucketsOrBuilder()
The linear bucket.
|
Distribution.BucketOptions.OptionsCase |
getOptionsCase() |
boolean |
hasExplicitBuckets()
The explicit buckets.
|
boolean |
hasExponentialBuckets()
The exponential buckets.
|
boolean |
hasLinearBuckets()
The linear bucket.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasLinearBuckets()
The linear bucket.
.google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
Distribution.BucketOptions.Linear getLinearBuckets()
The linear bucket.
.google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
Distribution.BucketOptions.LinearOrBuilder getLinearBucketsOrBuilder()
The linear bucket.
.google.api.Distribution.BucketOptions.Linear linear_buckets = 1;
boolean hasExponentialBuckets()
The exponential buckets.
.google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
Distribution.BucketOptions.Exponential getExponentialBuckets()
The exponential buckets.
.google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
Distribution.BucketOptions.ExponentialOrBuilder getExponentialBucketsOrBuilder()
The exponential buckets.
.google.api.Distribution.BucketOptions.Exponential exponential_buckets = 2;
boolean hasExplicitBuckets()
The explicit buckets.
.google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
Distribution.BucketOptions.Explicit getExplicitBuckets()
The explicit buckets.
.google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
Distribution.BucketOptions.ExplicitOrBuilder getExplicitBucketsOrBuilder()
The explicit buckets.
.google.api.Distribution.BucketOptions.Explicit explicit_buckets = 3;
Distribution.BucketOptions.OptionsCase getOptionsCase()