public static interface Api900.RedvoxPacketOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAcquisitionServer()
Server information
|
com.google.protobuf.ByteString |
getAcquisitionServerBytes()
Server information
|
int |
getApi()
Identity information
|
long |
getAppFileStartTimestampEpochMicrosecondsUtc()
Timestamps
|
long |
getAppFileStartTimestampMachine()
Internal machine time of packet creation
|
java.lang.String |
getAppVersion()
App version
|
com.google.protobuf.ByteString |
getAppVersionBytes()
App version
|
java.lang.String |
getAuthenticatedEmail()
If the client has authenticated, store authenticated email
|
com.google.protobuf.ByteString |
getAuthenticatedEmailBytes()
If the client has authenticated, store authenticated email
|
java.lang.String |
getAuthenticationServer()
Full protocol, url, port, and endpoint.
|
com.google.protobuf.ByteString |
getAuthenticationServerBytes()
Full protocol, url, port, and endpoint.
|
java.lang.String |
getAuthenticationToken()
JWT obtained from authentication
|
com.google.protobuf.ByteString |
getAuthenticationTokenBytes()
JWT obtained from authentication
|
float |
getBatteryLevelPercent()
Battery level of device (0.0%-100.0%)
|
java.lang.String |
getDeviceMake()
Device information
|
com.google.protobuf.ByteString |
getDeviceMakeBytes()
Device information
|
java.lang.String |
getDeviceModel()
e.g.
|
com.google.protobuf.ByteString |
getDeviceModelBytes()
e.g.
|
java.lang.String |
getDeviceOs()
e.g.
|
com.google.protobuf.ByteString |
getDeviceOsBytes()
e.g.
|
java.lang.String |
getDeviceOsVersion()
Operating system version
|
com.google.protobuf.ByteString |
getDeviceOsVersionBytes()
Operating system version
|
float |
getDeviceTemperatureC()
Temperature of device in Celsius
|
Api900.EvenlySampledChannel |
getEvenlySampledChannels(int index)
Data payloads
|
int |
getEvenlySampledChannelsCount()
Data payloads
|
java.util.List<Api900.EvenlySampledChannel> |
getEvenlySampledChannelsList()
Data payloads
|
Api900.EvenlySampledChannelOrBuilder |
getEvenlySampledChannelsOrBuilder(int index)
Data payloads
|
java.util.List<? extends Api900.EvenlySampledChannelOrBuilder> |
getEvenlySampledChannelsOrBuilderList()
Data payloads
|
java.lang.String |
getFirebaseToken()
Token obtained from Google's Firebase
|
com.google.protobuf.ByteString |
getFirebaseTokenBytes()
Token obtained from Google's Firebase
|
boolean |
getIsBackfilled()
Packet information
|
boolean |
getIsPrivate()
Is this data private or public?
|
boolean |
getIsScrambled()
Is the audio channel scrambled?
|
java.lang.String |
getMetadata(int index)
Any extra misc metadata that needs associated with this packet
|
com.google.protobuf.ByteString |
getMetadataBytes(int index)
Any extra misc metadata that needs associated with this packet
|
int |
getMetadataCount()
Any extra misc metadata that needs associated with this packet
|
java.util.List<java.lang.String> |
getMetadataList()
Any extra misc metadata that needs associated with this packet
|
java.lang.String |
getRedvoxId()
Device id of the client, user configurable.
|
com.google.protobuf.ByteString |
getRedvoxIdBytes()
Device id of the client, user configurable.
|
long |
getServerTimestampEpochMicrosecondsUtc()
Time at which this packet arrives at the server (filled in by the server)
|
java.lang.String |
getTimeSynchronizationServer()
Full protocol, url, port, and endpoint.
|
com.google.protobuf.ByteString |
getTimeSynchronizationServerBytes()
Full protocol, url, port, and endpoint.
|
Api900.UnevenlySampledChannel |
getUnevenlySampledChannels(int index)
List of unevenly sampled channels.
|
int |
getUnevenlySampledChannelsCount()
List of unevenly sampled channels.
|
java.util.List<Api900.UnevenlySampledChannel> |
getUnevenlySampledChannelsList()
List of unevenly sampled channels.
|
Api900.UnevenlySampledChannelOrBuilder |
getUnevenlySampledChannelsOrBuilder(int index)
List of unevenly sampled channels.
|
java.util.List<? extends Api900.UnevenlySampledChannelOrBuilder> |
getUnevenlySampledChannelsOrBuilderList()
List of unevenly sampled channels.
|
java.lang.String |
getUuid()
A unique identifier assigned by the client and not user configurable
|
com.google.protobuf.ByteString |
getUuidBytes()
A unique identifier assigned by the client and not user configurable
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getApi()
Identity information
uint32 api = 1;
java.lang.String getUuid()
A unique identifier assigned by the client and not user configurable
string uuid = 2;
com.google.protobuf.ByteString getUuidBytes()
A unique identifier assigned by the client and not user configurable
string uuid = 2;
java.lang.String getRedvoxId()
Device id of the client, user configurable. Alpha-numeric + underscores "_" only.
string redvox_id = 3;
com.google.protobuf.ByteString getRedvoxIdBytes()
Device id of the client, user configurable. Alpha-numeric + underscores "_" only.
string redvox_id = 3;
java.lang.String getAuthenticatedEmail()
If the client has authenticated, store authenticated email
string authenticated_email = 4;
com.google.protobuf.ByteString getAuthenticatedEmailBytes()
If the client has authenticated, store authenticated email
string authenticated_email = 4;
java.lang.String getAuthenticationToken()
JWT obtained from authentication
string authentication_token = 5;
com.google.protobuf.ByteString getAuthenticationTokenBytes()
JWT obtained from authentication
string authentication_token = 5;
java.lang.String getFirebaseToken()
Token obtained from Google's Firebase
string firebase_token = 23;
com.google.protobuf.ByteString getFirebaseTokenBytes()
Token obtained from Google's Firebase
string firebase_token = 23;
boolean getIsBackfilled()
Packet information
bool is_backfilled = 6;
boolean getIsPrivate()
Is this data private or public?
bool is_private = 7;
boolean getIsScrambled()
Is the audio channel scrambled?
bool is_scrambled = 8;
java.lang.String getDeviceMake()
Device information
string device_make = 9;
com.google.protobuf.ByteString getDeviceMakeBytes()
Device information
string device_make = 9;
java.lang.String getDeviceModel()
e.g. PixelXL, 6s, etc
string device_model = 10;
com.google.protobuf.ByteString getDeviceModelBytes()
e.g. PixelXL, 6s, etc
string device_model = 10;
java.lang.String getDeviceOs()
e.g. iOS, Android
string device_os = 11;
com.google.protobuf.ByteString getDeviceOsBytes()
e.g. iOS, Android
string device_os = 11;
java.lang.String getDeviceOsVersion()
Operating system version
string device_os_version = 12;
com.google.protobuf.ByteString getDeviceOsVersionBytes()
Operating system version
string device_os_version = 12;
java.lang.String getAppVersion()
App version
string app_version = 13;
com.google.protobuf.ByteString getAppVersionBytes()
App version
string app_version = 13;
float getBatteryLevelPercent()
Battery level of device (0.0%-100.0%)
float battery_level_percent = 24;
float getDeviceTemperatureC()
Temperature of device in Celsius
float device_temperature_c = 25;
java.lang.String getAcquisitionServer()
Server information
string acquisition_server = 14;
com.google.protobuf.ByteString getAcquisitionServerBytes()
Server information
string acquisition_server = 14;
java.lang.String getTimeSynchronizationServer()
Full protocol, url, port, and endpoint.
string time_synchronization_server = 15;
com.google.protobuf.ByteString getTimeSynchronizationServerBytes()
Full protocol, url, port, and endpoint.
string time_synchronization_server = 15;
java.lang.String getAuthenticationServer()
Full protocol, url, port, and endpoint.
string authentication_server = 16;
com.google.protobuf.ByteString getAuthenticationServerBytes()
Full protocol, url, port, and endpoint.
string authentication_server = 16;
long getAppFileStartTimestampEpochMicrosecondsUtc()
Timestamps
int64 app_file_start_timestamp_epoch_microseconds_utc = 17;
long getAppFileStartTimestampMachine()
Internal machine time of packet creation
int64 app_file_start_timestamp_machine = 18;
long getServerTimestampEpochMicrosecondsUtc()
Time at which this packet arrives at the server (filled in by the server)
int64 server_timestamp_epoch_microseconds_utc = 19;
java.util.List<Api900.EvenlySampledChannel> getEvenlySampledChannelsList()
Data payloads
repeated .EvenlySampledChannel evenly_sampled_channels = 20;
Api900.EvenlySampledChannel getEvenlySampledChannels(int index)
Data payloads
repeated .EvenlySampledChannel evenly_sampled_channels = 20;
int getEvenlySampledChannelsCount()
Data payloads
repeated .EvenlySampledChannel evenly_sampled_channels = 20;
java.util.List<? extends Api900.EvenlySampledChannelOrBuilder> getEvenlySampledChannelsOrBuilderList()
Data payloads
repeated .EvenlySampledChannel evenly_sampled_channels = 20;
Api900.EvenlySampledChannelOrBuilder getEvenlySampledChannelsOrBuilder(int index)
Data payloads
repeated .EvenlySampledChannel evenly_sampled_channels = 20;
java.util.List<Api900.UnevenlySampledChannel> getUnevenlySampledChannelsList()
List of unevenly sampled channels. i.e. those without a stable sample rate such as barometer or GPS
repeated .UnevenlySampledChannel unevenly_sampled_channels = 21;
Api900.UnevenlySampledChannel getUnevenlySampledChannels(int index)
List of unevenly sampled channels. i.e. those without a stable sample rate such as barometer or GPS
repeated .UnevenlySampledChannel unevenly_sampled_channels = 21;
int getUnevenlySampledChannelsCount()
List of unevenly sampled channels. i.e. those without a stable sample rate such as barometer or GPS
repeated .UnevenlySampledChannel unevenly_sampled_channels = 21;
java.util.List<? extends Api900.UnevenlySampledChannelOrBuilder> getUnevenlySampledChannelsOrBuilderList()
List of unevenly sampled channels. i.e. those without a stable sample rate such as barometer or GPS
repeated .UnevenlySampledChannel unevenly_sampled_channels = 21;
Api900.UnevenlySampledChannelOrBuilder getUnevenlySampledChannelsOrBuilder(int index)
List of unevenly sampled channels. i.e. those without a stable sample rate such as barometer or GPS
repeated .UnevenlySampledChannel unevenly_sampled_channels = 21;
java.util.List<java.lang.String> getMetadataList()
Any extra misc metadata that needs associated with this packet
repeated string metadata = 22;
int getMetadataCount()
Any extra misc metadata that needs associated with this packet
repeated string metadata = 22;
java.lang.String getMetadata(int index)
Any extra misc metadata that needs associated with this packet
repeated string metadata = 22;
com.google.protobuf.ByteString getMetadataBytes(int index)
Any extra misc metadata that needs associated with this packet
repeated string metadata = 22;