Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class UserId.
An identifier associated with a user.
Generated from protobuf messagegoogle.cloud.recaptchaenterprise.v1.UserId
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ email
string
Optional. An email address.
↳ phone_number
string
Optional. A phone number. Should use the E.164 format.
↳ username
string
Optional. A unique username, if different from all the other identifiers andaccount_idthat are provided. Can be a unique login handle or display name for a user.
getEmail
Optional. An email address.
Returns
Type
Description
string
hasEmail
setEmail
Optional. An email address.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPhoneNumber
Optional. A phone number. Should use the E.164 format.
Returns
Type
Description
string
hasPhoneNumber
setPhoneNumber
Optional. A phone number. Should use the E.164 format.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getUsername
Optional. A unique username, if different from all the other identifiers
andaccount_idthat are provided. Can be a unique login handle or
display name for a user.
Returns
Type
Description
string
hasUsername
setUsername
Optional. A unique username, if different from all the other identifiers
andaccount_idthat are provided. Can be a unique login handle or
display name for a user.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Recaptcha Enterprise V1 Client - Class UserId (2.1.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.3 (latest)](/php/docs/reference/cloud-recaptcha-enterprise/latest/V1.UserId)\n- [2.1.2](/php/docs/reference/cloud-recaptcha-enterprise/2.1.2/V1.UserId)\n- [2.0.1](/php/docs/reference/cloud-recaptcha-enterprise/2.0.1/V1.UserId)\n- [1.17.2](/php/docs/reference/cloud-recaptcha-enterprise/1.17.2/V1.UserId)\n- [1.16.1](/php/docs/reference/cloud-recaptcha-enterprise/1.16.1/V1.UserId)\n- [1.15.0](/php/docs/reference/cloud-recaptcha-enterprise/1.15.0/V1.UserId)\n- [1.14.0](/php/docs/reference/cloud-recaptcha-enterprise/1.14.0/V1.UserId)\n- [1.13.0](/php/docs/reference/cloud-recaptcha-enterprise/1.13.0/V1.UserId)\n- [1.12.2](/php/docs/reference/cloud-recaptcha-enterprise/1.12.2/V1.UserId)\n- [1.8.0](/php/docs/reference/cloud-recaptcha-enterprise/1.8.0/V1.UserId)\n- [1.7.0](/php/docs/reference/cloud-recaptcha-enterprise/1.7.0/V1.UserId)\n- [1.6.0](/php/docs/reference/cloud-recaptcha-enterprise/1.6.0/V1.UserId)\n- [1.5.2](/php/docs/reference/cloud-recaptcha-enterprise/1.5.2/V1.UserId)\n- [1.4.2](/php/docs/reference/cloud-recaptcha-enterprise/1.4.2/V1.UserId)\n- [1.3.2](/php/docs/reference/cloud-recaptcha-enterprise/1.3.2/V1.UserId)\n- [1.2.6](/php/docs/reference/cloud-recaptcha-enterprise/1.2.6/V1.UserId) \nReference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class UserId.\n\nAn identifier associated with a user.\n\nGenerated from protobuf message `google.cloud.recaptchaenterprise.v1.UserId`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ RecaptchaEnterprise \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getEmail\n\nOptional. An email address.\n\n### hasEmail\n\n### setEmail\n\nOptional. An email address.\n\n### getPhoneNumber\n\nOptional. A phone number. Should use the E.164 format.\n\n### hasPhoneNumber\n\n### setPhoneNumber\n\nOptional. A phone number. Should use the E.164 format.\n\n### getUsername\n\nOptional. A unique username, if different from all the other identifiers\nand `account_id` that are provided. Can be a unique login handle or\ndisplay name for a user.\n\n### hasUsername\n\n### setUsername\n\nOptional. A unique username, if different from all the other identifiers\nand `account_id` that are provided. Can be a unique login handle or\ndisplay name for a user.\n\n### getIdOneof"]]