Package io.opencensus.proto.metrics.v1
Interface DistributionValue.BucketOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DistributionValue.BucketOptions,DistributionValue.BucketOptions.Builder
- Enclosing class:
- DistributionValue
public static interface DistributionValue.BucketOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DistributionValue.BucketOptions.ExplicitgetExplicit()Bucket with explicit bounds.DistributionValue.BucketOptions.ExplicitOrBuildergetExplicitOrBuilder()Bucket with explicit bounds.DistributionValue.BucketOptions.TypeCasegetTypeCase()booleanhasExplicit()Bucket with explicit bounds.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasExplicit
boolean hasExplicit()
Bucket with explicit bounds.
.opencensus.proto.metrics.v1.DistributionValue.BucketOptions.Explicit explicit = 1;- Returns:
- Whether the explicit field is set.
-
getExplicit
DistributionValue.BucketOptions.Explicit getExplicit()
Bucket with explicit bounds.
.opencensus.proto.metrics.v1.DistributionValue.BucketOptions.Explicit explicit = 1;- Returns:
- The explicit.
-
getExplicitOrBuilder
DistributionValue.BucketOptions.ExplicitOrBuilder getExplicitOrBuilder()
Bucket with explicit bounds.
.opencensus.proto.metrics.v1.DistributionValue.BucketOptions.Explicit explicit = 1;
-
getTypeCase
DistributionValue.BucketOptions.TypeCase getTypeCase()
-
-