Package io.redvox.apis
Interface RedvoxApiM.RedvoxPacketM.Sensors.XyzOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RedvoxApiM.RedvoxPacketM.Sensors.Xyz,RedvoxApiM.RedvoxPacketM.Sensors.Xyz.Builder
- Enclosing class:
- RedvoxApiM.RedvoxPacketM.Sensors
public static interface RedvoxApiM.RedvoxPacketM.Sensors.XyzOrBuilder
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 metadataThe name or description of the sensorcom.google.protobuf.ByteStringThe name or description of the sensorList of timestamps per sampleList of timestamps per sampleA list of samples for the X-channelA list of samples for the X-channelA list of samples for the Y-channelA list of samples for the Y-channelA list of samples for the Z-channelA list of samples for the Z-channelbooleanList of timestamps per samplebooleanA list of samples for the X-channelbooleanA list of samples for the Y-channelbooleanA list of samples for the Z-channelMethods 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
.redvox_api_m.RedvoxPacketM.TimingPayload timestamps = 2;- Returns:
- Whether the timestamps field is set.
-
getTimestamps
RedvoxApiM.RedvoxPacketM.TimingPayload getTimestamps()List of timestamps per sample
.redvox_api_m.RedvoxPacketM.TimingPayload timestamps = 2;- Returns:
- The timestamps.
-
getTimestampsOrBuilder
RedvoxApiM.RedvoxPacketM.TimingPayloadOrBuilder getTimestampsOrBuilder()List of timestamps per sample
.redvox_api_m.RedvoxPacketM.TimingPayload timestamps = 2; -
hasXSamples
boolean hasXSamples()A list of samples for the X-channel
.redvox_api_m.RedvoxPacketM.SamplePayload x_samples = 3;- Returns:
- Whether the xSamples field is set.
-
getXSamples
RedvoxApiM.RedvoxPacketM.SamplePayload getXSamples()A list of samples for the X-channel
.redvox_api_m.RedvoxPacketM.SamplePayload x_samples = 3;- Returns:
- The xSamples.
-
getXSamplesOrBuilder
RedvoxApiM.RedvoxPacketM.SamplePayloadOrBuilder getXSamplesOrBuilder()A list of samples for the X-channel
.redvox_api_m.RedvoxPacketM.SamplePayload x_samples = 3; -
hasYSamples
boolean hasYSamples()A list of samples for the Y-channel
.redvox_api_m.RedvoxPacketM.SamplePayload y_samples = 4;- Returns:
- Whether the ySamples field is set.
-
getYSamples
RedvoxApiM.RedvoxPacketM.SamplePayload getYSamples()A list of samples for the Y-channel
.redvox_api_m.RedvoxPacketM.SamplePayload y_samples = 4;- Returns:
- The ySamples.
-
getYSamplesOrBuilder
RedvoxApiM.RedvoxPacketM.SamplePayloadOrBuilder getYSamplesOrBuilder()A list of samples for the Y-channel
.redvox_api_m.RedvoxPacketM.SamplePayload y_samples = 4; -
hasZSamples
boolean hasZSamples()A list of samples for the Z-channel
.redvox_api_m.RedvoxPacketM.SamplePayload z_samples = 5;- Returns:
- Whether the zSamples field is set.
-
getZSamples
RedvoxApiM.RedvoxPacketM.SamplePayload getZSamples()A list of samples for the Z-channel
.redvox_api_m.RedvoxPacketM.SamplePayload z_samples = 5;- Returns:
- The zSamples.
-
getZSamplesOrBuilder
RedvoxApiM.RedvoxPacketM.SamplePayloadOrBuilder getZSamplesOrBuilder()A list of samples for the Z-channel
.redvox_api_m.RedvoxPacketM.SamplePayload z_samples = 5; -
getMetadataCount
int getMetadataCount()A map from string to string for including untyped metadata
map<string, string> metadata = 6; -
containsMetadata
A map from string to string for including untyped metadata
map<string, string> metadata = 6; -
getMetadata
Deprecated.UsegetMetadataMap()instead. -
getMetadataMap
A map from string to string for including untyped metadata
map<string, string> metadata = 6; -
getMetadataOrDefault
A map from string to string for including untyped metadata
map<string, string> metadata = 6; -
getMetadataOrThrow
A map from string to string for including untyped metadata
map<string, string> metadata = 6;
-