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 Type
    Method
    Description
     
     
     
    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.ByteString
    The authentication flow token received from the Login RPC response.
    The six-digit verification code that was sent to the user's email address.
    com.google.protobuf.ByteString
    The six-digit verification code that was sent to the user's email address.
     
    static final com.google.protobuf.Descriptors.Descriptor
     
    com.google.protobuf.Descriptors.Descriptor
     
    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     
    final boolean
     
    mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    mergeFrom(com.google.protobuf.Message other)
     
     
    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.
    setCode(String value)
    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, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString

    Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

    addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException

    Methods inherited from class Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.Message.Builder

    mergeDelimitedFrom, mergeDelimitedFrom

    Methods inherited from interface com.google.protobuf.MessageLite.Builder

    mergeFrom

    Methods 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:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<EmailCodeRequest.Builder>
    • clear

      public EmailCodeRequest.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<EmailCodeRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<EmailCodeRequest.Builder>
    • getDefaultInstanceForType

      public EmailCodeRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public EmailCodeRequest build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public EmailCodeRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public EmailCodeRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<EmailCodeRequest.Builder>
    • mergeFrom

      public EmailCodeRequest.Builder mergeFrom(EmailCodeRequest other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.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:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<EmailCodeRequest.Builder>
      Throws:
      IOException
    • getAuthFlowToken

      public String 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:
      getAuthFlowToken in interface EmailCodeRequestOrBuilder
      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:
      getAuthFlowTokenBytes in interface EmailCodeRequestOrBuilder
      Returns:
      The bytes for authFlowToken.
    • setAuthFlowToken

      public EmailCodeRequest.Builder setAuthFlowToken(String value)
      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

      public EmailCodeRequest.Builder 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

      public EmailCodeRequest.Builder setAuthFlowTokenBytes(com.google.protobuf.ByteString value)
      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

      public String 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:
      getCode in interface EmailCodeRequestOrBuilder
      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:
      getCodeBytes in interface EmailCodeRequestOrBuilder
      Returns:
      The bytes for code.
    • setCode

      public EmailCodeRequest.Builder setCode(String value)
      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

      public EmailCodeRequest.Builder 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

      public EmailCodeRequest.Builder setCodeBytes(com.google.protobuf.ByteString value)
      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.