Interface CredentialsAuthResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CredentialsAuthResponse, CredentialsAuthResponse.Builder

@Generated public interface CredentialsAuthResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasFullList

      boolean hasFullList()
      Final response containing all successfully authenticated accounts.
      This is the last message in the stream.
      
      .soulfire.v1.CredentialsAuthFullList full_list = 1;
      Returns:
      Whether the fullList field is set.
    • getFullList

      Final response containing all successfully authenticated accounts.
      This is the last message in the stream.
      
      .soulfire.v1.CredentialsAuthFullList full_list = 1;
      Returns:
      The fullList.
    • getFullListOrBuilder

      CredentialsAuthFullListOrBuilder getFullListOrBuilder()
      Final response containing all successfully authenticated accounts.
      This is the last message in the stream.
      
      .soulfire.v1.CredentialsAuthFullList full_list = 1;
    • hasOneSuccess

      boolean hasOneSuccess()
      Progress indicator: one account was successfully authenticated.
      Sent for each successful authentication as they complete.
      
      .soulfire.v1.CredentialsAuthOneSuccess one_success = 2;
      Returns:
      Whether the oneSuccess field is set.
    • getOneSuccess

      CredentialsAuthOneSuccess getOneSuccess()
      Progress indicator: one account was successfully authenticated.
      Sent for each successful authentication as they complete.
      
      .soulfire.v1.CredentialsAuthOneSuccess one_success = 2;
      Returns:
      The oneSuccess.
    • getOneSuccessOrBuilder

      CredentialsAuthOneSuccessOrBuilder getOneSuccessOrBuilder()
      Progress indicator: one account was successfully authenticated.
      Sent for each successful authentication as they complete.
      
      .soulfire.v1.CredentialsAuthOneSuccess one_success = 2;
    • hasOneFailure

      boolean hasOneFailure()
      Progress indicator: one account authentication failed.
      Sent for each failed authentication as they complete.
      Errors are logged server-side (e.g., invalid credentials, network issues).
      
      .soulfire.v1.CredentialsAuthOneFailure one_failure = 3;
      Returns:
      Whether the oneFailure field is set.
    • getOneFailure

      CredentialsAuthOneFailure getOneFailure()
      Progress indicator: one account authentication failed.
      Sent for each failed authentication as they complete.
      Errors are logged server-side (e.g., invalid credentials, network issues).
      
      .soulfire.v1.CredentialsAuthOneFailure one_failure = 3;
      Returns:
      The oneFailure.
    • getOneFailureOrBuilder

      CredentialsAuthOneFailureOrBuilder getOneFailureOrBuilder()
      Progress indicator: one account authentication failed.
      Sent for each failed authentication as they complete.
      Errors are logged server-side (e.g., invalid credentials, network issues).
      
      .soulfire.v1.CredentialsAuthOneFailure one_failure = 3;
    • getDataCase