Interface RedvoxApiM.RedvoxPacketM.SamplePayloadOrBuilder

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

public static interface RedvoxApiM.RedvoxPacketM.SamplePayloadOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getUnitValue

      int getUnitValue()
       Unit of payload values
       
      .redvox_api_m.RedvoxPacketM.Unit unit = 1;
      Returns:
      The enum numeric value on the wire for unit.
    • getUnit

       Unit of payload values
       
      .redvox_api_m.RedvoxPacketM.Unit unit = 1;
      Returns:
      The unit.
    • getValuesList

      List<Float> getValuesList()
       Values in payload
       
      repeated float values = 2;
      Returns:
      A list containing the values.
    • getValuesCount

      int getValuesCount()
       Values in payload
       
      repeated float values = 2;
      Returns:
      The count of values.
    • getValues

      float getValues(int index)
       Values in payload
       
      repeated float values = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The values at the given index.
    • hasValueStatistics

      boolean hasValueStatistics()
       Statistics of stored values
       
      .redvox_api_m.RedvoxPacketM.SummaryStatistics value_statistics = 3;
      Returns:
      Whether the valueStatistics field is set.
    • getValueStatistics

       Statistics of stored values
       
      .redvox_api_m.RedvoxPacketM.SummaryStatistics value_statistics = 3;
      Returns:
      The valueStatistics.
    • getValueStatisticsOrBuilder

       Statistics of stored values
       
      .redvox_api_m.RedvoxPacketM.SummaryStatistics value_statistics = 3;
    • getMetadataCount

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

      boolean containsMetadata(String key)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 4;
    • 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 = 4;
    • getMetadataOrDefault

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

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