public static interface TransactionData.UserOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
Unique account identifier for this user.
|
com.google.protobuf.ByteString |
getAccountIdBytes()
Unique account identifier for this user.
|
long |
getCreationMs()
The epoch milliseconds of the user's account creation.
|
String |
getEmail()
The email address of the user.
|
com.google.protobuf.ByteString |
getEmailBytes()
The email address of the user.
|
boolean |
getEmailVerified()
Whether the email has been verified to be accessible by the user (OTP or
similar).
|
String |
getPhoneNumber()
The phone number of the user, with country code.
|
com.google.protobuf.ByteString |
getPhoneNumberBytes()
The phone number of the user, with country code.
|
boolean |
getPhoneVerified()
Whether the phone number has been verified to be accessible by the user
(OTP or similar).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;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;long getCreationMs()
The epoch milliseconds of the user's account creation.
int64 creation_ms = 1;String getEmail()
The email address of the user.
string email = 2;com.google.protobuf.ByteString getEmailBytes()
The email address of the user.
string email = 2;boolean getEmailVerified()
Whether the email has been verified to be accessible by the user (OTP or similar).
bool email_verified = 3;String getPhoneNumber()
The phone number of the user, with country code.
string phone_number = 4;com.google.protobuf.ByteString getPhoneNumberBytes()
The phone number of the user, with country code.
string phone_number = 4;boolean getPhoneVerified()
Whether the phone number has been verified to be accessible by the user (OTP or similar).
bool phone_verified = 5;Copyright © 2023 Google LLC. All rights reserved.