Class CredentialsAuthResponse.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<CredentialsAuthResponse.Builder>
com.google.protobuf.GeneratedMessage.Builder<CredentialsAuthResponse.Builder>
com.soulfiremc.grpc.generated.CredentialsAuthResponse.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, CredentialsAuthResponseOrBuilder, Cloneable
- Enclosing class:
CredentialsAuthResponse
public static final class CredentialsAuthResponse.Builder
extends com.google.protobuf.GeneratedMessage.Builder<CredentialsAuthResponse.Builder>
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-
Method Summary
Modifier and TypeMethodDescriptionbuild()clear()Final response containing all successfully authenticated accounts.Progress indicator: one account authentication failed.Progress indicator: one account was successfully authenticated.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorFinal response containing all successfully authenticated accounts.Final 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 authentication failed.Progress indicator: one account was successfully authenticated.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.protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeFrom(CredentialsAuthResponse other) Final response containing all successfully authenticated accounts.Progress indicator: one account authentication failed.Progress indicator: one account was successfully authenticated.Final response containing all successfully authenticated accounts.setFullList(CredentialsAuthFullList.Builder builderForValue) Final response containing all successfully authenticated accounts.Progress indicator: one account authentication failed.setOneFailure(CredentialsAuthOneFailure.Builder builderForValue) Progress indicator: one account authentication failed.Progress indicator: one account was successfully authenticated.setOneSuccess(CredentialsAuthOneSuccess.Builder builderForValue) Progress indicator: one account was successfully authenticated.Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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.Builder<CredentialsAuthResponse.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<CredentialsAuthResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<CredentialsAuthResponse.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CredentialsAuthResponse.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<CredentialsAuthResponse.Builder>
-
mergeFrom
public CredentialsAuthResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CredentialsAuthResponse.Builder>- Throws:
IOException
-
getDataCase
- Specified by:
getDataCasein interfaceCredentialsAuthResponseOrBuilder
-
clearData
-
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.
-
setFullList
Final response containing all successfully authenticated accounts. This is the last message in the stream.
.soulfire.v1.CredentialsAuthFullList full_list = 1; -
setFullList
Final response containing all successfully authenticated accounts. This is the last message in the stream.
.soulfire.v1.CredentialsAuthFullList full_list = 1; -
mergeFullList
Final response containing all successfully authenticated accounts. This is the last message in the stream.
.soulfire.v1.CredentialsAuthFullList full_list = 1; -
clearFullList
Final response containing all successfully authenticated accounts. This is the last message in the stream.
.soulfire.v1.CredentialsAuthFullList full_list = 1; -
getFullListBuilder
Final response containing all successfully authenticated accounts. This is the last message in the stream.
.soulfire.v1.CredentialsAuthFullList full_list = 1; -
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.
-
setOneSuccess
Progress indicator: one account was successfully authenticated. Sent for each successful authentication as they complete.
.soulfire.v1.CredentialsAuthOneSuccess one_success = 2; -
setOneSuccess
public CredentialsAuthResponse.Builder setOneSuccess(CredentialsAuthOneSuccess.Builder builderForValue) Progress indicator: one account was successfully authenticated. Sent for each successful authentication as they complete.
.soulfire.v1.CredentialsAuthOneSuccess one_success = 2; -
mergeOneSuccess
Progress indicator: one account was successfully authenticated. Sent for each successful authentication as they complete.
.soulfire.v1.CredentialsAuthOneSuccess one_success = 2; -
clearOneSuccess
Progress indicator: one account was successfully authenticated. Sent for each successful authentication as they complete.
.soulfire.v1.CredentialsAuthOneSuccess one_success = 2; -
getOneSuccessBuilder
Progress indicator: one account was successfully authenticated. Sent for each successful authentication as they complete.
.soulfire.v1.CredentialsAuthOneSuccess one_success = 2; -
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.
-
setOneFailure
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; -
setOneFailure
public CredentialsAuthResponse.Builder setOneFailure(CredentialsAuthOneFailure.Builder builderForValue) 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; -
mergeOneFailure
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; -
clearOneFailure
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; -
getOneFailureBuilder
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; -
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
-