Package io.redvox.apis
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 Summary
Modifier and TypeMethodDescriptionbooleancontainsMetadata(String key) A map from string to string for including untyped metadataDeprecated.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 metadataList of samples and associated statsList of samples and associated statsThe name or description of the sensorcom.google.protobuf.ByteStringThe name or description of the sensorList of timestamps per sample and associated statsList of timestamps per sample and associated statsbooleanList of samples and associated statsbooleanList of timestamps per sample and associated statsMethods 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
-
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
RedvoxApiM.RedvoxPacketM.TimingPayload getTimestamps()List of timestamps per sample and associated stats
.redvox_api_m.RedvoxPacketM.TimingPayload timestamps = 2;- Returns:
- The timestamps.
-
getTimestampsOrBuilder
RedvoxApiM.RedvoxPacketM.TimingPayloadOrBuilder 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
RedvoxApiM.RedvoxPacketM.SamplePayload getSamples()List of samples and associated stats
.redvox_api_m.RedvoxPacketM.SamplePayload samples = 3;- Returns:
- The samples.
-
getSamplesOrBuilder
RedvoxApiM.RedvoxPacketM.SamplePayloadOrBuilder 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
A map from string to string for including untyped metadata
map<string, string> metadata = 4; -
getMetadata
Deprecated.UsegetMetadataMap()instead. -
getMetadataMap
A map from string to string for including untyped metadata
map<string, string> metadata = 4; -
getMetadataOrDefault
A map from string to string for including untyped metadata
map<string, string> metadata = 4; -
getMetadataOrThrow
A map from string to string for including untyped metadata
map<string, string> metadata = 4;
-