public interface MeterBucketValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
long |
getCount()
int64 count = 2; |
boolean |
getIsNegativeInfinity()
If is negative infinity, the value of the bucket is invalid
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble 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;long getCount()
int64 count = 2;boolean getIsNegativeInfinity()
If is negative infinity, the value of the bucket is invalid
bool isNegativeInfinity = 3;Copyright © 2022 The Apache Software Foundation. All rights reserved.