Interface BypassAuthResponse.AuthResponseMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getGetstream()
      string getstream = 4 [json_name = "getstream"];
      com.google.protobuf.ByteString getGetstreamBytes()
      string getstream = 4 [json_name = "getstream"];
      java.lang.String getInviterKey()
      optional string inviter_key = 5 [json_name = "inviterKey"];
      com.google.protobuf.ByteString getInviterKeyBytes()
      optional string inviter_key = 5 [json_name = "inviterKey"];
      java.lang.String getJwt()
      optional string jwt = 1 [json_name = "jwt"];
      com.google.protobuf.ByteString getJwtBytes()
      optional string jwt = 1 [json_name = "jwt"];
      java.lang.String getToken()
      optional string token = 3 [json_name = "token"];
      com.google.protobuf.ByteString getTokenBytes()
      optional string token = 3 [json_name = "token"];
      boolean hasInviterKey()
      optional string inviter_key = 5 [json_name = "inviterKey"];
      boolean hasJwt()
      optional string jwt = 1 [json_name = "jwt"];
      boolean hasToken()
      optional string token = 3 [json_name = "token"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasJwt

        boolean hasJwt()
        optional string jwt = 1 [json_name = "jwt"];
        Returns:
        Whether the jwt field is set.
      • getJwt

        java.lang.String getJwt()
        optional string jwt = 1 [json_name = "jwt"];
        Returns:
        The jwt.
      • getJwtBytes

        com.google.protobuf.ByteString getJwtBytes()
        optional string jwt = 1 [json_name = "jwt"];
        Returns:
        The bytes for jwt.
      • hasToken

        boolean hasToken()
        optional string token = 3 [json_name = "token"];
        Returns:
        Whether the token field is set.
      • getToken

        java.lang.String getToken()
        optional string token = 3 [json_name = "token"];
        Returns:
        The token.
      • getTokenBytes

        com.google.protobuf.ByteString getTokenBytes()
        optional string token = 3 [json_name = "token"];
        Returns:
        The bytes for token.
      • getGetstream

        java.lang.String getGetstream()
        string getstream = 4 [json_name = "getstream"];
        Returns:
        The getstream.
      • getGetstreamBytes

        com.google.protobuf.ByteString getGetstreamBytes()
        string getstream = 4 [json_name = "getstream"];
        Returns:
        The bytes for getstream.
      • hasInviterKey

        boolean hasInviterKey()
        optional string inviter_key = 5 [json_name = "inviterKey"];
        Returns:
        Whether the inviterKey field is set.
      • getInviterKey

        java.lang.String getInviterKey()
        optional string inviter_key = 5 [json_name = "inviterKey"];
        Returns:
        The inviterKey.
      • getInviterKeyBytes

        com.google.protobuf.ByteString getInviterKeyBytes()
        optional string inviter_key = 5 [json_name = "inviterKey"];
        Returns:
        The bytes for inviterKey.