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 Summary
Modifier and TypeMethodDescriptionFinal response containing all successfully authenticated accounts.Final response containing all successfully authenticated accounts.Progress indicator: one account authentication failed.Progress indicator: one account authentication failed.Progress indicator: one account was successfully authenticated.Progress indicator: one account was successfully authenticated.booleanFinal response containing all successfully authenticated accounts.booleanProgress indicator: one account authentication failed.booleanProgress indicator: one account was successfully authenticated.Methods 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
-
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
CredentialsAuthFullList 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
CredentialsAuthResponse.DataCase getDataCase()
-