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. Each message contains either a single authentication result or an end marker.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.Descriptorcom.google.protobuf.Descriptors.DescriptorgetEnd()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.com.google.protobuf.Parser<CredentialsAuthResponse> intbooleanhasEnd()End-of-stream marker indicating all authentications are complete.inthashCode()booleanA single failed authentication result.booleanA single successful authentication result.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
computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, 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, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
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:
-
END_FIELD_NUMBER
public static final int END_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
getDataCase
- Specified by:
getDataCasein interfaceCredentialsAuthResponseOrBuilder
-
hasOneSuccess
public 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;- Specified by:
hasOneSuccessin interfaceCredentialsAuthResponseOrBuilder- Returns:
- Whether the oneSuccess field is set.
-
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;- Specified by:
getOneSuccessin interfaceCredentialsAuthResponseOrBuilder- Returns:
- The oneSuccess.
-
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;- Specified by:
getOneSuccessOrBuilderin interfaceCredentialsAuthResponseOrBuilder
-
hasOneFailure
public 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;- Specified by:
hasOneFailurein interfaceCredentialsAuthResponseOrBuilder- Returns:
- Whether the oneFailure field is set.
-
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;- Specified by:
getOneFailurein interfaceCredentialsAuthResponseOrBuilder- Returns:
- The oneFailure.
-
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;- Specified by:
getOneFailureOrBuilderin interfaceCredentialsAuthResponseOrBuilder
-
hasEnd
public 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;- Specified by:
hasEndin interfaceCredentialsAuthResponseOrBuilder- Returns:
- Whether the end field is set.
-
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;- Specified by:
getEndin interfaceCredentialsAuthResponseOrBuilder- Returns:
- The end.
-
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;- Specified by:
getEndOrBuilderin 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
-