public static interface TransactionData.UserOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccountId()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
String |
The accountId. |
getAccountIdBytes()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for accountId. |
getCreationMs()
public abstract long getCreationMs()The epoch milliseconds of the user's account creation.
int64 creation_ms = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The creationMs. |
getEmail()
public abstract String getEmail()The email address of the user.
string email = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The email. |
getEmailBytes()
public abstract ByteString getEmailBytes()The email address of the user.
string email = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for email. |
getEmailVerified()
public abstract boolean getEmailVerified()Whether the email has been verified to be accessible by the user (OTP or similar).
bool email_verified = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
The emailVerified. |
getPhoneNumber()
public abstract String getPhoneNumber()The phone number of the user, with country code.
string phone_number = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The phoneNumber. |
getPhoneNumberBytes()
public abstract ByteString getPhoneNumberBytes()The phone number of the user, with country code.
string phone_number = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for phoneNumber. |
getPhoneVerified()
public abstract boolean getPhoneVerified()Whether the phone number has been verified to be accessible by the user (OTP or similar).
bool phone_verified = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
The phoneVerified. |