Package io.redvox.apis
Interface RedvoxApiM.RedvoxPacketM.StationInformationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RedvoxApiM.RedvoxPacketM.StationInformation,RedvoxApiM.RedvoxPacketM.StationInformation.Builder
- Enclosing class:
- RedvoxApiM.RedvoxPacketM
public static interface RedvoxApiM.RedvoxPacketM.StationInformationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsMetadata(String key) A map from string to string for including untyped metadataA copy of the App's settingsA copy of the App's settingsApp version on the stationcom.google.protobuf.ByteStringApp version on the stationAuthentication ID (user's email)com.google.protobuf.ByteStringAuthentication ID (user's email)Human friendly description of station (i.e.com.google.protobuf.ByteStringHuman friendly description of station (i.e.getId()The user selectable station idcom.google.protobuf.ByteStringThe user selectable station idbooleanIf the station was set to record privately when this packet was recordedgetMake()Make of the stationcom.google.protobuf.ByteStringMake of the stationDeprecated.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 metadatagetModel()Model of the stationcom.google.protobuf.ByteStringModel of the stationgetOs()OS of the stationintOS of the stationOS version of the stationcom.google.protobuf.ByteStringOS version of the stationURLs of remote services utilized by this stationURLs of remote services utilized by this stationDetail station performance metricsDetail station performance metricsgetUuid()The software provided UUIDcom.google.protobuf.ByteStringThe software provided UUIDbooleanA copy of the App's settingsbooleanURLs of remote services utilized by this stationbooleanDetail station performance metricsMethods 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
-
getId
String getId()The user selectable station id
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()The user selectable station id
string id = 1;- Returns:
- The bytes for id.
-
getUuid
String getUuid()The software provided UUID
string uuid = 2;- Returns:
- The uuid.
-
getUuidBytes
com.google.protobuf.ByteString getUuidBytes()The software provided UUID
string uuid = 2;- Returns:
- The bytes for uuid.
-
getDescription
String getDescription()Human friendly description of station (i.e. ISLA_0)
string description = 3;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()Human friendly description of station (i.e. ISLA_0)
string description = 3;- Returns:
- The bytes for description.
-
getAuthId
String getAuthId()Authentication ID (user's email)
string auth_id = 4;- Returns:
- The authId.
-
getAuthIdBytes
com.google.protobuf.ByteString getAuthIdBytes()Authentication ID (user's email)
string auth_id = 4;- Returns:
- The bytes for authId.
-
getMake
String getMake()Make of the station
string make = 5;- Returns:
- The make.
-
getMakeBytes
com.google.protobuf.ByteString getMakeBytes()Make of the station
string make = 5;- Returns:
- The bytes for make.
-
getModel
String getModel()Model of the station
string model = 6;- Returns:
- The model.
-
getModelBytes
com.google.protobuf.ByteString getModelBytes()Model of the station
string model = 6;- Returns:
- The bytes for model.
-
getOsValue
int getOsValue()OS of the station
.redvox_api_m.RedvoxPacketM.StationInformation.OsType os = 7;- Returns:
- The enum numeric value on the wire for os.
-
getOs
OS of the station
.redvox_api_m.RedvoxPacketM.StationInformation.OsType os = 7;- Returns:
- The os.
-
getOsVersion
String getOsVersion()OS version of the station
string os_version = 8;- Returns:
- The osVersion.
-
getOsVersionBytes
com.google.protobuf.ByteString getOsVersionBytes()OS version of the station
string os_version = 8;- Returns:
- The bytes for osVersion.
-
getAppVersion
String getAppVersion()App version on the station
string app_version = 9;- Returns:
- The appVersion.
-
getAppVersionBytes
com.google.protobuf.ByteString getAppVersionBytes()App version on the station
string app_version = 9;- Returns:
- The bytes for appVersion.
-
getIsPrivate
boolean getIsPrivate()If the station was set to record privately when this packet was recorded
bool is_private = 10;- Returns:
- The isPrivate.
-
hasAppSettings
boolean hasAppSettings()A copy of the App's settings
.redvox_api_m.RedvoxPacketM.StationInformation.AppSettings app_settings = 11;- Returns:
- Whether the appSettings field is set.
-
getAppSettings
RedvoxApiM.RedvoxPacketM.StationInformation.AppSettings getAppSettings()A copy of the App's settings
.redvox_api_m.RedvoxPacketM.StationInformation.AppSettings app_settings = 11;- Returns:
- The appSettings.
-
getAppSettingsOrBuilder
RedvoxApiM.RedvoxPacketM.StationInformation.AppSettingsOrBuilder getAppSettingsOrBuilder()A copy of the App's settings
.redvox_api_m.RedvoxPacketM.StationInformation.AppSettings app_settings = 11; -
hasStationMetrics
boolean hasStationMetrics()Detail station performance metrics
.redvox_api_m.RedvoxPacketM.StationInformation.StationMetrics station_metrics = 12;- Returns:
- Whether the stationMetrics field is set.
-
getStationMetrics
RedvoxApiM.RedvoxPacketM.StationInformation.StationMetrics getStationMetrics()Detail station performance metrics
.redvox_api_m.RedvoxPacketM.StationInformation.StationMetrics station_metrics = 12;- Returns:
- The stationMetrics.
-
getStationMetricsOrBuilder
RedvoxApiM.RedvoxPacketM.StationInformation.StationMetricsOrBuilder getStationMetricsOrBuilder()Detail station performance metrics
.redvox_api_m.RedvoxPacketM.StationInformation.StationMetrics station_metrics = 12; -
hasServiceUrls
boolean hasServiceUrls()URLs of remote services utilized by this station
.redvox_api_m.RedvoxPacketM.StationInformation.ServiceUrls service_urls = 13;- Returns:
- Whether the serviceUrls field is set.
-
getServiceUrls
RedvoxApiM.RedvoxPacketM.StationInformation.ServiceUrls getServiceUrls()URLs of remote services utilized by this station
.redvox_api_m.RedvoxPacketM.StationInformation.ServiceUrls service_urls = 13;- Returns:
- The serviceUrls.
-
getServiceUrlsOrBuilder
RedvoxApiM.RedvoxPacketM.StationInformation.ServiceUrlsOrBuilder getServiceUrlsOrBuilder()URLs of remote services utilized by this station
.redvox_api_m.RedvoxPacketM.StationInformation.ServiceUrls service_urls = 13; -
getMetadataCount
int getMetadataCount()A map from string to string for including untyped metadata
map<string, string> metadata = 14; -
containsMetadata
A map from string to string for including untyped metadata
map<string, string> metadata = 14; -
getMetadata
Deprecated.UsegetMetadataMap()instead. -
getMetadataMap
A map from string to string for including untyped metadata
map<string, string> metadata = 14; -
getMetadataOrDefault
A map from string to string for including untyped metadata
map<string, string> metadata = 14; -
getMetadataOrThrow
A map from string to string for including untyped metadata
map<string, string> metadata = 14;
-