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 Type
    Method
    Description
    double
    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
    int64 count = 2;
    boolean
    If is negative infinity, the value of the bucket is invalid

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.