Interface TransactionData.UserOrBuilder (3.31.0)

public static interface TransactionData.UserOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAccountId()

public abstract String getAccountId()

Optional. 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 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The accountId.

getAccountIdBytes()

public abstract ByteString getAccountIdBytes()

Optional. 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 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for accountId.

getCreationMs()

public abstract long getCreationMs()

Optional. The epoch milliseconds of the user's account creation.

int64 creation_ms = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
long

The creationMs.

getEmail()

public abstract String getEmail()

Optional. The email address of the user.

string email = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The email.

getEmailBytes()

public abstract ByteString getEmailBytes()

Optional. The email address of the user.

string email = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for email.

getEmailVerified()

public abstract boolean getEmailVerified()

Optional. Whether the email has been verified to be accessible by the user (OTP or similar).

bool email_verified = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The emailVerified.

getPhoneNumber()

public abstract String getPhoneNumber()

Optional. The phone number of the user, with country code.

string phone_number = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The phoneNumber.

getPhoneNumberBytes()

public abstract ByteString getPhoneNumberBytes()

Optional. The phone number of the user, with country code.

string phone_number = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for phoneNumber.

getPhoneVerified()

public abstract boolean getPhoneVerified()

Optional. Whether the phone number has been verified to be accessible by the user (OTP or similar).

bool phone_verified = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The phoneVerified.