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 TypeMethodDescriptiongetEnd()End-of-stream marker indicating all authentications are complete.End-of-stream marker indicating all authentications are complete.A single failed authentication result.A single failed authentication result.A single successful authentication result.A single successful authentication result.booleanhasEnd()End-of-stream marker indicating all authentications are complete.booleanA single failed authentication result.booleanA single successful authentication result.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
-
hasOneSuccess
boolean hasOneSuccess()A single successful authentication result. Multiple of these will be streamed as each account authentication completes, allowing the client to process results incrementally.
.soulfire.v1.CredentialsAuthOneSuccess one_success = 2;- Returns:
- Whether the oneSuccess field is set.
-
getOneSuccess
CredentialsAuthOneSuccess getOneSuccess()A single successful authentication result. Multiple of these will be streamed as each account authentication completes, allowing the client to process results incrementally.
.soulfire.v1.CredentialsAuthOneSuccess one_success = 2;- Returns:
- The oneSuccess.
-
getOneSuccessOrBuilder
CredentialsAuthOneSuccessOrBuilder getOneSuccessOrBuilder()A single successful authentication result. Multiple of these will be streamed as each account authentication completes, allowing the client to process results incrementally.
.soulfire.v1.CredentialsAuthOneSuccess one_success = 2; -
hasOneFailure
boolean hasOneFailure()A single failed authentication result. Streamed as each failed authentication completes. 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()A single failed authentication result. Streamed as each failed authentication completes. Errors are logged server-side (e.g., invalid credentials, network issues).
.soulfire.v1.CredentialsAuthOneFailure one_failure = 3;- Returns:
- The oneFailure.
-
getOneFailureOrBuilder
CredentialsAuthOneFailureOrBuilder getOneFailureOrBuilder()A single failed authentication result. Streamed as each failed authentication completes. Errors are logged server-side (e.g., invalid credentials, network issues).
.soulfire.v1.CredentialsAuthOneFailure one_failure = 3; -
hasEnd
boolean hasEnd()End-of-stream marker indicating all authentications are complete. This is always the last message in the stream before it closes.
.soulfire.v1.CredentialsAuthEnd end = 4;- Returns:
- Whether the end field is set.
-
getEnd
CredentialsAuthEnd getEnd()End-of-stream marker indicating all authentications are complete. This is always the last message in the stream before it closes.
.soulfire.v1.CredentialsAuthEnd end = 4;- Returns:
- The end.
-
getEndOrBuilder
CredentialsAuthEndOrBuilder getEndOrBuilder()End-of-stream marker indicating all authentications are complete. This is always the last message in the stream before it closes.
.soulfire.v1.CredentialsAuthEnd end = 4; -
getDataCase
CredentialsAuthResponse.DataCase getDataCase()
-