public static interface TransactionData.UserOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
Optional.
|
com.google.protobuf.ByteString |
getAccountIdBytes()
Optional.
|
long |
getCreationMs()
Optional.
|
String |
getEmail()
Optional.
|
com.google.protobuf.ByteString |
getEmailBytes()
Optional.
|
boolean |
getEmailVerified()
Optional.
|
String |
getPhoneNumber()
Optional.
|
com.google.protobuf.ByteString |
getPhoneNumberBytes()
Optional.
|
boolean |
getPhoneVerified()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];com.google.protobuf.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];long getCreationMs()
Optional. The epoch milliseconds of the user's account creation.
int64 creation_ms = 1 [(.google.api.field_behavior) = OPTIONAL];String getEmail()
Optional. The email address of the user.
string email = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getEmailBytes()
Optional. The email address of the user.
string email = 2 [(.google.api.field_behavior) = OPTIONAL];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];String getPhoneNumber()
Optional. The phone number of the user, with country code.
string phone_number = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getPhoneNumberBytes()
Optional. The phone number of the user, with country code.
string phone_number = 4 [(.google.api.field_behavior) = OPTIONAL];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];Copyright © 2025 Google LLC. All rights reserved.