Package io.redvox.apis
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 TypeMethodDescriptionbooleancontainsMetadata(String key) A map from string to string for including untyped metadatadoublegetCount()The total count of values included in the statisticsdoublegetMax()The maximum valuedoublegetMean()The mean of the valuesDeprecated.intA map from string to string for including untyped metadataA map from string to string for including untyped metadatagetMetadataOrDefault(String key, String defaultValue) A map from string to string for including untyped metadatagetMetadataOrThrow(String key) A map from string to string for including untyped metadatadoublegetMin()The minimum valuedoublegetRange()The range of the valuesdoubleThe standard deviation of the valuesMethods 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
-
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
A map from string to string for including untyped metadata
map<string, string> metadata = 7; -
getMetadata
Deprecated.UsegetMetadataMap()instead. -
getMetadataMap
A map from string to string for including untyped metadata
map<string, string> metadata = 7; -
getMetadataOrDefault
A map from string to string for including untyped metadata
map<string, string> metadata = 7; -
getMetadataOrThrow
A map from string to string for including untyped metadata
map<string, string> metadata = 7;
-