Interface RedvoxApiM.RedvoxPacketM.SummaryStatisticsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RedvoxApiM.RedvoxPacketM.SummaryStatistics, RedvoxApiM.RedvoxPacketM.SummaryStatistics.Builder
Enclosing class:
RedvoxApiM.RedvoxPacketM

public static interface RedvoxApiM.RedvoxPacketM.SummaryStatisticsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    A map from string to string for including untyped metadata
    double
    The total count of values included in the statistics
    double
    The maximum value
    double
    The mean of the values
    Deprecated.
    int
    A map from string to string for including untyped metadata
    A map from string to string for including untyped metadata
    getMetadataOrDefault(String key, String defaultValue)
    A map from string to string for including untyped metadata
    A map from string to string for including untyped metadata
    double
    The minimum value
    double
    The range of the values
    double
    The standard deviation of the values

    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

    • getCount

      double getCount()
       The total count of values included in the statistics
       
      double count = 1;
      Returns:
      The count.
    • getMean

      double getMean()
       The mean of the values
       
      double mean = 2;
      Returns:
      The mean.
    • getStandardDeviation

      double getStandardDeviation()
       The standard deviation of the values
       
      double standard_deviation = 3;
      Returns:
      The standardDeviation.
    • getMin

      double getMin()
       The minimum value
       
      double min = 4;
      Returns:
      The min.
    • getMax

      double getMax()
       The maximum value
       
      double max = 5;
      Returns:
      The max.
    • getRange

      double getRange()
       The range of the values
       
      double range = 6;
      Returns:
      The range.
    • getMetadataCount

      int getMetadataCount()
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 7;
    • containsMetadata

      boolean containsMetadata(String key)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 7;
    • getMetadata

      @Deprecated Map<String,String> getMetadata()
      Deprecated.
      Use getMetadataMap() instead.
    • getMetadataMap

      Map<String,String> getMetadataMap()
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 7;
    • getMetadataOrDefault

      String getMetadataOrDefault(String key, String defaultValue)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 7;
    • getMetadataOrThrow

      String getMetadataOrThrow(String key)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 7;