Details about a user's account involved in the transaction.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.TransactionData.User
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public 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. Generated from protobuf field string account_id = 6 [(.google.api.field_behavior) = OPTIONAL];
|
| public getCreationMs() Optional. The epoch milliseconds of the user's account creation. Generated from protobuf field int64 creation_ms = 1 [(.google.api.field_behavior) = OPTIONAL];
|
| public getEmail() Optional. The email address of the user. Generated from protobuf field string email = 2 [(.google.api.field_behavior) = OPTIONAL];
|
| public getEmailVerified() Optional. Whether the email has been verified to be accessible by the user (OTP or similar). Generated from protobuf field bool email_verified = 3 [(.google.api.field_behavior) = OPTIONAL];
|
| public getPhoneNumber() Optional. The phone number of the user, with country code. Generated from protobuf field string phone_number = 4 [(.google.api.field_behavior) = OPTIONAL];
|
| public getPhoneVerified() Optional. Whether the phone number has been verified to be accessible by the user (OTP or similar). Generated from protobuf field bool phone_verified = 5 [(.google.api.field_behavior) = OPTIONAL];
|
| public setAccountId( $var) 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. Generated from protobuf field string account_id = 6 [(.google.api.field_behavior) = OPTIONAL];
|
| public setCreationMs( $var) Optional. The epoch milliseconds of the user's account creation. Generated from protobuf field int64 creation_ms = 1 [(.google.api.field_behavior) = OPTIONAL];
|
| public setEmail( $var) Optional. The email address of the user. Generated from protobuf field string email = 2 [(.google.api.field_behavior) = OPTIONAL];
|
| public setEmailVerified( $var) Optional. Whether the email has been verified to be accessible by the user (OTP or similar). Generated from protobuf field bool email_verified = 3 [(.google.api.field_behavior) = OPTIONAL];
|
| public setPhoneNumber( $var) Optional. The phone number of the user, with country code. Generated from protobuf field string phone_number = 4 [(.google.api.field_behavior) = OPTIONAL];
|
| public setPhoneVerified( $var) Optional. Whether the phone number has been verified to be accessible by the user (OTP or similar). Generated from protobuf field bool phone_verified = 5 [(.google.api.field_behavior) = OPTIONAL];
|
| Properties |
| protected $account_id = '' 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. Generated from protobuf field string account_id = 6 [(.google.api.field_behavior) = OPTIONAL]; |
| protected $creation_ms = 0 Optional. The epoch milliseconds of the user's account creation. Generated from protobuf field int64 creation_ms = 1 [(.google.api.field_behavior) = OPTIONAL]; |
| protected $email = '' Optional. The email address of the user. Generated from protobuf field string email = 2 [(.google.api.field_behavior) = OPTIONAL]; |
| protected $email_verified = false Optional. Whether the email has been verified to be accessible by the user (OTP or similar). Generated from protobuf field bool email_verified = 3 [(.google.api.field_behavior) = OPTIONAL]; |
| protected $phone_number = '' Optional. The phone number of the user, with country code. Generated from protobuf field string phone_number = 4 [(.google.api.field_behavior) = OPTIONAL]; |
| protected $phone_verified = false Optional. Whether the phone number has been verified to be accessible by the user (OTP or similar). Generated from protobuf field bool phone_verified = 5 [(.google.api.field_behavior) = OPTIONAL]; |
| Methods |