Class EmailCodeRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<EmailCodeRequest.Builder>
com.google.protobuf.GeneratedMessage.Builder<EmailCodeRequest.Builder>
com.soulfiremc.grpc.generated.EmailCodeRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, EmailCodeRequestOrBuilder, Cloneable
- Enclosing class:
EmailCodeRequest
public static final class EmailCodeRequest.Builder
extends com.google.protobuf.GeneratedMessage.Builder<EmailCodeRequest.Builder>
implements EmailCodeRequestOrBuilder
Request message for verifying an email verification code.Protobuf type
soulfire.v1.EmailCodeRequest-
Method Summary
Modifier and TypeMethodDescriptionbuild()clear()The authentication flow token received from the Login RPC response.The six-digit verification code that was sent to the user's email address.The authentication flow token received from the Login RPC response.com.google.protobuf.ByteStringThe authentication flow token received from the Login RPC response.getCode()The six-digit verification code that was sent to the user's email address.com.google.protobuf.ByteStringThe six-digit verification code that was sent to the user's email address.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptorprotected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeFrom(EmailCodeRequest other) setAuthFlowToken(String value) The authentication flow token received from the Login RPC response.setAuthFlowTokenBytes(com.google.protobuf.ByteString value) The authentication flow token received from the Login RPC response.The six-digit verification code that was sent to the user's email address.setCodeBytes(com.google.protobuf.ByteString value) The six-digit verification code that was sent to the user's email address.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<EmailCodeRequest.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<EmailCodeRequest.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<EmailCodeRequest.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<EmailCodeRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<EmailCodeRequest.Builder>
-
mergeFrom
public EmailCodeRequest.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<EmailCodeRequest.Builder>- Throws:
IOException
-
getAuthFlowToken
The authentication flow token received from the Login RPC response. This token links the code verification to the original login request. Must be a valid UUID string.
string auth_flow_token = 1;- Specified by:
getAuthFlowTokenin interfaceEmailCodeRequestOrBuilder- Returns:
- The authFlowToken.
-
getAuthFlowTokenBytes
public com.google.protobuf.ByteString getAuthFlowTokenBytes()The authentication flow token received from the Login RPC response. This token links the code verification to the original login request. Must be a valid UUID string.
string auth_flow_token = 1;- Specified by:
getAuthFlowTokenBytesin interfaceEmailCodeRequestOrBuilder- Returns:
- The bytes for authFlowToken.
-
setAuthFlowToken
The authentication flow token received from the Login RPC response. This token links the code verification to the original login request. Must be a valid UUID string.
string auth_flow_token = 1;- Parameters:
value- The authFlowToken to set.- Returns:
- This builder for chaining.
-
clearAuthFlowToken
The authentication flow token received from the Login RPC response. This token links the code verification to the original login request. Must be a valid UUID string.
string auth_flow_token = 1;- Returns:
- This builder for chaining.
-
setAuthFlowTokenBytes
The authentication flow token received from the Login RPC response. This token links the code verification to the original login request. Must be a valid UUID string.
string auth_flow_token = 1;- Parameters:
value- The bytes for authFlowToken to set.- Returns:
- This builder for chaining.
-
getCode
The six-digit verification code that was sent to the user's email address. Must exactly match the code that was emailed to the user.
string code = 2;- Specified by:
getCodein interfaceEmailCodeRequestOrBuilder- Returns:
- The code.
-
getCodeBytes
public com.google.protobuf.ByteString getCodeBytes()The six-digit verification code that was sent to the user's email address. Must exactly match the code that was emailed to the user.
string code = 2;- Specified by:
getCodeBytesin interfaceEmailCodeRequestOrBuilder- Returns:
- The bytes for code.
-
setCode
The six-digit verification code that was sent to the user's email address. Must exactly match the code that was emailed to the user.
string code = 2;- Parameters:
value- The code to set.- Returns:
- This builder for chaining.
-
clearCode
The six-digit verification code that was sent to the user's email address. Must exactly match the code that was emailed to the user.
string code = 2;- Returns:
- This builder for chaining.
-
setCodeBytes
The six-digit verification code that was sent to the user's email address. Must exactly match the code that was emailed to the user.
string code = 2;- Parameters:
value- The bytes for code to set.- Returns:
- This builder for chaining.
-