Package io.redvox.apis
Interface RedvoxApiM.EncryptedRedvoxPacketM.HeaderOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RedvoxApiM.EncryptedRedvoxPacketM.Header,RedvoxApiM.EncryptedRedvoxPacketM.Header.Builder
- Enclosing class:
- RedvoxApiM.EncryptedRedvoxPacketM
public static interface RedvoxApiM.EncryptedRedvoxPacketM.HeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe station's auth emailcom.google.protobuf.ByteStringThe station's auth emailThe station's authorization tokencom.google.protobuf.ByteStringThe station's authorization tokenThe station's firebase tokencom.google.protobuf.ByteStringThe station's firebase tokenThe station idcom.google.protobuf.ByteStringThe station idThe station uuidcom.google.protobuf.ByteStringThe station uuidMethods 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
-
getStationId
String getStationId()The station id
string station_id = 1;- Returns:
- The stationId.
-
getStationIdBytes
com.google.protobuf.ByteString getStationIdBytes()The station id
string station_id = 1;- Returns:
- The bytes for stationId.
-
getStationUuid
String getStationUuid()The station uuid
string station_uuid = 2;- Returns:
- The stationUuid.
-
getStationUuidBytes
com.google.protobuf.ByteString getStationUuidBytes()The station uuid
string station_uuid = 2;- Returns:
- The bytes for stationUuid.
-
getAuthToken
String getAuthToken()The station's authorization token
string auth_token = 3;- Returns:
- The authToken.
-
getAuthTokenBytes
com.google.protobuf.ByteString getAuthTokenBytes()The station's authorization token
string auth_token = 3;- Returns:
- The bytes for authToken.
-
getFirebaseToken
String getFirebaseToken()The station's firebase token
string firebase_token = 4;- Returns:
- The firebaseToken.
-
getFirebaseTokenBytes
com.google.protobuf.ByteString getFirebaseTokenBytes()The station's firebase token
string firebase_token = 4;- Returns:
- The bytes for firebaseToken.
-
getAuthEmail
String getAuthEmail()The station's auth email
string auth_email = 5;- Returns:
- The authEmail.
-
getAuthEmailBytes
com.google.protobuf.ByteString getAuthEmailBytes()The station's auth email
string auth_email = 5;- Returns:
- The bytes for authEmail.
-