Package io.redvox.apis
Interface RedvoxApiM.RedvoxPacketM.SensorsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RedvoxApiM.RedvoxPacketM.Sensors,RedvoxApiM.RedvoxPacketM.Sensors.Builder
- Enclosing class:
- RedvoxApiM.RedvoxPacketM
public static interface RedvoxApiM.RedvoxPacketM.SensorsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsMetadata(String key) A map from string to string for including untyped metadatameters/second^2meters/second^2degrees Celsiusdegrees CelsiusgetAudio()normalized countsnormalized countsbytes (codec specific)bytes (codec specific)meters/second^2meters/second^2radians/secondradians/secondgetImage()bytes (codec specific)bytes (codec specific)getLight()luxluxmeters/second^2meters/second^2See standardSee standardmicroteslamicroteslaDeprecated.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 metadataradiansradianskilopascalkilopascalon, off, cmon, off, cmpercentagepercentageUnitlessUnitlessm/sm/sbooleanmeters/second^2booleandegrees CelsiusbooleanhasAudio()normalized countsbooleanbytes (codec specific)booleanmeters/second^2booleanradians/secondbooleanhasImage()bytes (codec specific)booleanhasLight()luxbooleanmeters/second^2booleanSee standardbooleanmicroteslabooleanradiansbooleankilopascalbooleanon, off, cmbooleanpercentagebooleanUnitlessbooleanm/sMethods 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
-
hasAccelerometer
boolean hasAccelerometer()meters/second^2
.redvox_api_m.RedvoxPacketM.Sensors.Xyz accelerometer = 1;- Returns:
- Whether the accelerometer field is set.
-
getAccelerometer
RedvoxApiM.RedvoxPacketM.Sensors.Xyz getAccelerometer()meters/second^2
.redvox_api_m.RedvoxPacketM.Sensors.Xyz accelerometer = 1;- Returns:
- The accelerometer.
-
getAccelerometerOrBuilder
RedvoxApiM.RedvoxPacketM.Sensors.XyzOrBuilder getAccelerometerOrBuilder()meters/second^2
.redvox_api_m.RedvoxPacketM.Sensors.Xyz accelerometer = 1; -
hasAmbientTemperature
boolean hasAmbientTemperature()degrees Celsius
.redvox_api_m.RedvoxPacketM.Sensors.Single ambient_temperature = 2;- Returns:
- Whether the ambientTemperature field is set.
-
getAmbientTemperature
RedvoxApiM.RedvoxPacketM.Sensors.Single getAmbientTemperature()degrees Celsius
.redvox_api_m.RedvoxPacketM.Sensors.Single ambient_temperature = 2;- Returns:
- The ambientTemperature.
-
getAmbientTemperatureOrBuilder
RedvoxApiM.RedvoxPacketM.Sensors.SingleOrBuilder getAmbientTemperatureOrBuilder()degrees Celsius
.redvox_api_m.RedvoxPacketM.Sensors.Single ambient_temperature = 2; -
hasAudio
boolean hasAudio()normalized counts
.redvox_api_m.RedvoxPacketM.Sensors.Audio audio = 3;- Returns:
- Whether the audio field is set.
-
getAudio
RedvoxApiM.RedvoxPacketM.Sensors.Audio getAudio()normalized counts
.redvox_api_m.RedvoxPacketM.Sensors.Audio audio = 3;- Returns:
- The audio.
-
getAudioOrBuilder
RedvoxApiM.RedvoxPacketM.Sensors.AudioOrBuilder getAudioOrBuilder()normalized counts
.redvox_api_m.RedvoxPacketM.Sensors.Audio audio = 3; -
hasCompressedAudio
boolean hasCompressedAudio()bytes (codec specific)
.redvox_api_m.RedvoxPacketM.Sensors.CompressedAudio compressed_audio = 4;- Returns:
- Whether the compressedAudio field is set.
-
getCompressedAudio
RedvoxApiM.RedvoxPacketM.Sensors.CompressedAudio getCompressedAudio()bytes (codec specific)
.redvox_api_m.RedvoxPacketM.Sensors.CompressedAudio compressed_audio = 4;- Returns:
- The compressedAudio.
-
getCompressedAudioOrBuilder
RedvoxApiM.RedvoxPacketM.Sensors.CompressedAudioOrBuilder getCompressedAudioOrBuilder()bytes (codec specific)
.redvox_api_m.RedvoxPacketM.Sensors.CompressedAudio compressed_audio = 4; -
hasGravity
boolean hasGravity()meters/second^2
.redvox_api_m.RedvoxPacketM.Sensors.Xyz gravity = 5;- Returns:
- Whether the gravity field is set.
-
getGravity
RedvoxApiM.RedvoxPacketM.Sensors.Xyz getGravity()meters/second^2
.redvox_api_m.RedvoxPacketM.Sensors.Xyz gravity = 5;- Returns:
- The gravity.
-
getGravityOrBuilder
RedvoxApiM.RedvoxPacketM.Sensors.XyzOrBuilder getGravityOrBuilder()meters/second^2
.redvox_api_m.RedvoxPacketM.Sensors.Xyz gravity = 5; -
hasGyroscope
boolean hasGyroscope()radians/second
.redvox_api_m.RedvoxPacketM.Sensors.Xyz gyroscope = 6;- Returns:
- Whether the gyroscope field is set.
-
getGyroscope
RedvoxApiM.RedvoxPacketM.Sensors.Xyz getGyroscope()radians/second
.redvox_api_m.RedvoxPacketM.Sensors.Xyz gyroscope = 6;- Returns:
- The gyroscope.
-
getGyroscopeOrBuilder
RedvoxApiM.RedvoxPacketM.Sensors.XyzOrBuilder getGyroscopeOrBuilder()radians/second
.redvox_api_m.RedvoxPacketM.Sensors.Xyz gyroscope = 6; -
hasImage
boolean hasImage()bytes (codec specific)
.redvox_api_m.RedvoxPacketM.Sensors.Image image = 7;- Returns:
- Whether the image field is set.
-
getImage
RedvoxApiM.RedvoxPacketM.Sensors.Image getImage()bytes (codec specific)
.redvox_api_m.RedvoxPacketM.Sensors.Image image = 7;- Returns:
- The image.
-
getImageOrBuilder
RedvoxApiM.RedvoxPacketM.Sensors.ImageOrBuilder getImageOrBuilder()bytes (codec specific)
.redvox_api_m.RedvoxPacketM.Sensors.Image image = 7; -
hasLight
boolean hasLight()lux
.redvox_api_m.RedvoxPacketM.Sensors.Single light = 8;- Returns:
- Whether the light field is set.
-
getLight
RedvoxApiM.RedvoxPacketM.Sensors.Single getLight()lux
.redvox_api_m.RedvoxPacketM.Sensors.Single light = 8;- Returns:
- The light.
-
getLightOrBuilder
RedvoxApiM.RedvoxPacketM.Sensors.SingleOrBuilder getLightOrBuilder()lux
.redvox_api_m.RedvoxPacketM.Sensors.Single light = 8; -
hasLinearAcceleration
boolean hasLinearAcceleration()meters/second^2
.redvox_api_m.RedvoxPacketM.Sensors.Xyz linear_acceleration = 9;- Returns:
- Whether the linearAcceleration field is set.
-
getLinearAcceleration
RedvoxApiM.RedvoxPacketM.Sensors.Xyz getLinearAcceleration()meters/second^2
.redvox_api_m.RedvoxPacketM.Sensors.Xyz linear_acceleration = 9;- Returns:
- The linearAcceleration.
-
getLinearAccelerationOrBuilder
RedvoxApiM.RedvoxPacketM.Sensors.XyzOrBuilder getLinearAccelerationOrBuilder()meters/second^2
.redvox_api_m.RedvoxPacketM.Sensors.Xyz linear_acceleration = 9; -
hasLocation
boolean hasLocation()See standard
.redvox_api_m.RedvoxPacketM.Sensors.Location location = 10;- Returns:
- Whether the location field is set.
-
getLocation
RedvoxApiM.RedvoxPacketM.Sensors.Location getLocation()See standard
.redvox_api_m.RedvoxPacketM.Sensors.Location location = 10;- Returns:
- The location.
-
getLocationOrBuilder
RedvoxApiM.RedvoxPacketM.Sensors.LocationOrBuilder getLocationOrBuilder()See standard
.redvox_api_m.RedvoxPacketM.Sensors.Location location = 10; -
hasMagnetometer
boolean hasMagnetometer()microtesla
.redvox_api_m.RedvoxPacketM.Sensors.Xyz magnetometer = 11;- Returns:
- Whether the magnetometer field is set.
-
getMagnetometer
RedvoxApiM.RedvoxPacketM.Sensors.Xyz getMagnetometer()microtesla
.redvox_api_m.RedvoxPacketM.Sensors.Xyz magnetometer = 11;- Returns:
- The magnetometer.
-
getMagnetometerOrBuilder
RedvoxApiM.RedvoxPacketM.Sensors.XyzOrBuilder getMagnetometerOrBuilder()microtesla
.redvox_api_m.RedvoxPacketM.Sensors.Xyz magnetometer = 11; -
hasOrientation
boolean hasOrientation()radians
.redvox_api_m.RedvoxPacketM.Sensors.Xyz orientation = 12;- Returns:
- Whether the orientation field is set.
-
getOrientation
RedvoxApiM.RedvoxPacketM.Sensors.Xyz getOrientation()radians
.redvox_api_m.RedvoxPacketM.Sensors.Xyz orientation = 12;- Returns:
- The orientation.
-
getOrientationOrBuilder
RedvoxApiM.RedvoxPacketM.Sensors.XyzOrBuilder getOrientationOrBuilder()radians
.redvox_api_m.RedvoxPacketM.Sensors.Xyz orientation = 12; -
hasPressure
boolean hasPressure()kilopascal
.redvox_api_m.RedvoxPacketM.Sensors.Single pressure = 13;- Returns:
- Whether the pressure field is set.
-
getPressure
RedvoxApiM.RedvoxPacketM.Sensors.Single getPressure()kilopascal
.redvox_api_m.RedvoxPacketM.Sensors.Single pressure = 13;- Returns:
- The pressure.
-
getPressureOrBuilder
RedvoxApiM.RedvoxPacketM.Sensors.SingleOrBuilder getPressureOrBuilder()kilopascal
.redvox_api_m.RedvoxPacketM.Sensors.Single pressure = 13; -
hasProximity
boolean hasProximity()on, off, cm
.redvox_api_m.RedvoxPacketM.Sensors.Single proximity = 14;- Returns:
- Whether the proximity field is set.
-
getProximity
RedvoxApiM.RedvoxPacketM.Sensors.Single getProximity()on, off, cm
.redvox_api_m.RedvoxPacketM.Sensors.Single proximity = 14;- Returns:
- The proximity.
-
getProximityOrBuilder
RedvoxApiM.RedvoxPacketM.Sensors.SingleOrBuilder getProximityOrBuilder()on, off, cm
.redvox_api_m.RedvoxPacketM.Sensors.Single proximity = 14; -
hasRelativeHumidity
boolean hasRelativeHumidity()percentage
.redvox_api_m.RedvoxPacketM.Sensors.Single relative_humidity = 15;- Returns:
- Whether the relativeHumidity field is set.
-
getRelativeHumidity
RedvoxApiM.RedvoxPacketM.Sensors.Single getRelativeHumidity()percentage
.redvox_api_m.RedvoxPacketM.Sensors.Single relative_humidity = 15;- Returns:
- The relativeHumidity.
-
getRelativeHumidityOrBuilder
RedvoxApiM.RedvoxPacketM.Sensors.SingleOrBuilder getRelativeHumidityOrBuilder()percentage
.redvox_api_m.RedvoxPacketM.Sensors.Single relative_humidity = 15; -
hasRotationVector
boolean hasRotationVector()Unitless
.redvox_api_m.RedvoxPacketM.Sensors.Xyz rotation_vector = 16;- Returns:
- Whether the rotationVector field is set.
-
getRotationVector
RedvoxApiM.RedvoxPacketM.Sensors.Xyz getRotationVector()Unitless
.redvox_api_m.RedvoxPacketM.Sensors.Xyz rotation_vector = 16;- Returns:
- The rotationVector.
-
getRotationVectorOrBuilder
RedvoxApiM.RedvoxPacketM.Sensors.XyzOrBuilder getRotationVectorOrBuilder()Unitless
.redvox_api_m.RedvoxPacketM.Sensors.Xyz rotation_vector = 16; -
hasVelocity
boolean hasVelocity()m/s
.redvox_api_m.RedvoxPacketM.Sensors.Xyz velocity = 17;- Returns:
- Whether the velocity field is set.
-
getVelocity
RedvoxApiM.RedvoxPacketM.Sensors.Xyz getVelocity()m/s
.redvox_api_m.RedvoxPacketM.Sensors.Xyz velocity = 17;- Returns:
- The velocity.
-
getVelocityOrBuilder
RedvoxApiM.RedvoxPacketM.Sensors.XyzOrBuilder getVelocityOrBuilder()m/s
.redvox_api_m.RedvoxPacketM.Sensors.Xyz velocity = 17; -
getMetadataCount
int getMetadataCount()A map from string to string for including untyped metadata
map<string, string> metadata = 18; -
containsMetadata
A map from string to string for including untyped metadata
map<string, string> metadata = 18; -
getMetadata
Deprecated.UsegetMetadataMap()instead. -
getMetadataMap
A map from string to string for including untyped metadata
map<string, string> metadata = 18; -
getMetadataOrDefault
A map from string to string for including untyped metadata
map<string, string> metadata = 18; -
getMetadataOrThrow
A map from string to string for including untyped metadata
map<string, string> metadata = 18;
-