Interface AuthResponse.AuthResponseMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getGetstream()
      string getstream = 3 [json_name = "getstream"];
      com.google.protobuf.ByteString getGetstreamBytes()
      string getstream = 3 [json_name = "getstream"];
      java.lang.String getJwt()
      string jwt = 1 [json_name = "jwt"];
      com.google.protobuf.ByteString getJwtBytes()
      string jwt = 1 [json_name = "jwt"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getJwt

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

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

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

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