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 Type
    Method
    Description
    The station's auth email
    com.google.protobuf.ByteString
    The station's auth email
    The station's authorization token
    com.google.protobuf.ByteString
    The station's authorization token
    The station's firebase token
    com.google.protobuf.ByteString
    The station's firebase token
    The station id
    com.google.protobuf.ByteString
    The station id
    The station uuid
    com.google.protobuf.ByteString
    The station uuid

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.