Class CredentialsAuthResponse
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.soulfiremc.grpc.generated.CredentialsAuthResponse
- All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, CredentialsAuthResponseOrBuilder, Serializable
@Generated
public final class CredentialsAuthResponse
extends com.google.protobuf.GeneratedMessage
implements CredentialsAuthResponseOrBuilder
Streaming response message for credentials-based authentication. The stream sends progress updates (one_success/one_failure) for each payload being processed, followed by a final full_list with all successfully authenticated accounts.Protobuf type
soulfire.v1.CredentialsAuthResponse- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classStreaming response message for credentials-based authentication.static enumNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT, T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParentNested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, loggedPre22TypeNames, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic CredentialsAuthResponsestatic final com.google.protobuf.Descriptors.DescriptorFinal 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.com.google.protobuf.Parser<CredentialsAuthResponse> intbooleanFinal response containing all successfully authenticated accounts.inthashCode()booleanProgress indicator: one account authentication failed.booleanProgress indicator: one account was successfully authenticated.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleannewBuilder(CredentialsAuthResponse prototype) protected CredentialsAuthResponse.BuildernewBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) static CredentialsAuthResponseparseDelimitedFrom(InputStream input) static CredentialsAuthResponseparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CredentialsAuthResponseparseFrom(byte[] data) static CredentialsAuthResponseparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CredentialsAuthResponseparseFrom(com.google.protobuf.ByteString data) static CredentialsAuthResponseparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CredentialsAuthResponseparseFrom(com.google.protobuf.CodedInputStream input) static CredentialsAuthResponseparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CredentialsAuthResponseparseFrom(InputStream input) static CredentialsAuthResponseparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CredentialsAuthResponseparseFrom(ByteBuffer data) static CredentialsAuthResponseparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<CredentialsAuthResponse> parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
FULL_LIST_FIELD_NUMBER
public static final int FULL_LIST_FIELD_NUMBER- See Also:
-
ONE_SUCCESS_FIELD_NUMBER
public static final int ONE_SUCCESS_FIELD_NUMBER- See Also:
-
ONE_FAILURE_FIELD_NUMBER
public static final int ONE_FAILURE_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
getDataCase
- Specified by:
getDataCasein interfaceCredentialsAuthResponseOrBuilder
-
hasFullList
public boolean hasFullList()Final response containing all successfully authenticated accounts. This is the last message in the stream.
.soulfire.v1.CredentialsAuthFullList full_list = 1;- Specified by:
hasFullListin interfaceCredentialsAuthResponseOrBuilder- 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;- Specified by:
getFullListin interfaceCredentialsAuthResponseOrBuilder- Returns:
- The fullList.
-
getFullListOrBuilder
Final response containing all successfully authenticated accounts. This is the last message in the stream.
.soulfire.v1.CredentialsAuthFullList full_list = 1;- Specified by:
getFullListOrBuilderin interfaceCredentialsAuthResponseOrBuilder
-
hasOneSuccess
public boolean hasOneSuccess()Progress indicator: one account was successfully authenticated. Sent for each successful authentication as they complete.
.soulfire.v1.CredentialsAuthOneSuccess one_success = 2;- Specified by:
hasOneSuccessin interfaceCredentialsAuthResponseOrBuilder- Returns:
- Whether the oneSuccess field is set.
-
getOneSuccess
Progress indicator: one account was successfully authenticated. Sent for each successful authentication as they complete.
.soulfire.v1.CredentialsAuthOneSuccess one_success = 2;- Specified by:
getOneSuccessin interfaceCredentialsAuthResponseOrBuilder- Returns:
- The oneSuccess.
-
getOneSuccessOrBuilder
Progress indicator: one account was successfully authenticated. Sent for each successful authentication as they complete.
.soulfire.v1.CredentialsAuthOneSuccess one_success = 2;- Specified by:
getOneSuccessOrBuilderin interfaceCredentialsAuthResponseOrBuilder
-
hasOneFailure
public 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;- Specified by:
hasOneFailurein interfaceCredentialsAuthResponseOrBuilder- Returns:
- Whether the oneFailure field is set.
-
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;- Specified by:
getOneFailurein interfaceCredentialsAuthResponseOrBuilder- Returns:
- The oneFailure.
-
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;- Specified by:
getOneFailureOrBuilderin interfaceCredentialsAuthResponseOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static CredentialsAuthResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CredentialsAuthResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CredentialsAuthResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CredentialsAuthResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CredentialsAuthResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static CredentialsAuthResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static CredentialsAuthResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static CredentialsAuthResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static CredentialsAuthResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static CredentialsAuthResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected CredentialsAuthResponse.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForTypein classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-