Interface RedvoxApiM.RedvoxPacketM.Sensors.SingleOrBuilder

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

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

    • getSensorDescription

      String getSensorDescription()
       The name or description of the sensor
       
      string sensor_description = 1;
      Returns:
      The sensorDescription.
    • getSensorDescriptionBytes

      com.google.protobuf.ByteString getSensorDescriptionBytes()
       The name or description of the sensor
       
      string sensor_description = 1;
      Returns:
      The bytes for sensorDescription.
    • hasTimestamps

      boolean hasTimestamps()
       List of timestamps per sample and associated stats
       
      .redvox_api_m.RedvoxPacketM.TimingPayload timestamps = 2;
      Returns:
      Whether the timestamps field is set.
    • getTimestamps

       List of timestamps per sample and associated stats
       
      .redvox_api_m.RedvoxPacketM.TimingPayload timestamps = 2;
      Returns:
      The timestamps.
    • getTimestampsOrBuilder

       List of timestamps per sample and associated stats
       
      .redvox_api_m.RedvoxPacketM.TimingPayload timestamps = 2;
    • hasSamples

      boolean hasSamples()
       List of samples and associated stats
       
      .redvox_api_m.RedvoxPacketM.SamplePayload samples = 3;
      Returns:
      Whether the samples field is set.
    • getSamples

       List of samples and associated stats
       
      .redvox_api_m.RedvoxPacketM.SamplePayload samples = 3;
      Returns:
      The samples.
    • getSamplesOrBuilder

       List of samples and associated stats
       
      .redvox_api_m.RedvoxPacketM.SamplePayload samples = 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;