Interface ReportSummary.UtilizationChartDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getFree()
      Aggregate value which falls into the "Free" bucket.
      long getUsed()
      Aggregate value which falls into the "Used" bucket.
      • 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 Detail

      • getUsed

        long getUsed()
         Aggregate value which falls into the "Used" bucket.
         
        int64 used = 1;
        Returns:
        The used.
      • getFree

        long getFree()
         Aggregate value which falls into the "Free" bucket.
         
        int64 free = 2;
        Returns:
        The free.