Interface MeterBucketValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MeterBucketValue,MeterBucketValue.Builder
public interface MeterBucketValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondoubleThe value represents the min value of the bucket, the upper boundary is determined by next MeterBucketValue$bucket, if it doesn't exist, the upper boundary is positive infinity.longgetCount()int64 count = 2;booleanIf is negative infinity, the value of the bucket is invalidMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBucket
double getBucket()The value represents the min value of the bucket, the upper boundary is determined by next MeterBucketValue$bucket, if it doesn't exist, the upper boundary is positive infinity.
double bucket = 1;- Returns:
- The bucket.
-
getCount
long getCount()int64 count = 2;- Returns:
- The count.
-
getIsNegativeInfinity
boolean getIsNegativeInfinity()If is negative infinity, the value of the bucket is invalid
bool isNegativeInfinity = 3;- Returns:
- The isNegativeInfinity.
-