Class TransactionData.User

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, TransactionData.UserOrBuilder, Serializable
    Enclosing class:
    TransactionData

    public static final class TransactionData.User
    extends com.google.protobuf.GeneratedMessageV3
    implements TransactionData.UserOrBuilder
     Details about a user's account involved in the transaction.
     
    Protobuf type google.cloud.recaptchaenterprise.v1.TransactionData.User
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getAccountId

        public String getAccountId()
         Unique account identifier for this user. If using account defender,
         this should match the hashed_account_id field. Otherwise, a unique and
         persistent identifier for this account.
         
        string account_id = 6;
        Specified by:
        getAccountId in interface TransactionData.UserOrBuilder
        Returns:
        The accountId.
      • getAccountIdBytes

        public com.google.protobuf.ByteString getAccountIdBytes()
         Unique account identifier for this user. If using account defender,
         this should match the hashed_account_id field. Otherwise, a unique and
         persistent identifier for this account.
         
        string account_id = 6;
        Specified by:
        getAccountIdBytes in interface TransactionData.UserOrBuilder
        Returns:
        The bytes for accountId.
      • getCreationMs

        public long getCreationMs()
         The epoch milliseconds of the user's account creation.
         
        int64 creation_ms = 1;
        Specified by:
        getCreationMs in interface TransactionData.UserOrBuilder
        Returns:
        The creationMs.
      • getEmailBytes

        public com.google.protobuf.ByteString getEmailBytes()
         The email address of the user.
         
        string email = 2;
        Specified by:
        getEmailBytes in interface TransactionData.UserOrBuilder
        Returns:
        The bytes for email.
      • getEmailVerified

        public boolean getEmailVerified()
         Whether the email has been verified to be accessible by the user (OTP or
         similar).
         
        bool email_verified = 3;
        Specified by:
        getEmailVerified in interface TransactionData.UserOrBuilder
        Returns:
        The emailVerified.
      • getPhoneNumberBytes

        public com.google.protobuf.ByteString getPhoneNumberBytes()
         The phone number of the user, with country code.
         
        string phone_number = 4;
        Specified by:
        getPhoneNumberBytes in interface TransactionData.UserOrBuilder
        Returns:
        The bytes for phoneNumber.
      • getPhoneVerified

        public boolean getPhoneVerified()
         Whether the phone number has been verified to be accessible by the user
         (OTP or similar).
         
        bool phone_verified = 5;
        Specified by:
        getPhoneVerified in interface TransactionData.UserOrBuilder
        Returns:
        The phoneVerified.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static TransactionData.User parseFrom​(ByteBuffer data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransactionData.User parseFrom​(ByteBuffer data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransactionData.User parseFrom​(com.google.protobuf.ByteString data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransactionData.User parseFrom​(com.google.protobuf.ByteString data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransactionData.User parseFrom​(byte[] data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransactionData.User parseFrom​(byte[] data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public TransactionData.User.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public TransactionData.User.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected TransactionData.User.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<TransactionData.User> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public TransactionData.User getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder