Google Cloud Recaptcha Enterprise V1 Client - Class RelatedAccountGroupMembership (1.2.6)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class RelatedAccountGroupMembership.

A membership in a group of related accounts.

Generated from protobuf message google.cloud.recaptchaenterprise.v1.RelatedAccountGroupMembership

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name for this membership in the format projects/{project}/relatedaccountgroups/{relatedaccountgroup}/memberships/{membership}.

↳ hashed_account_id string

The unique stable hashed user identifier of the member. The identifier corresponds to a hashed_account_id provided in a previous CreateAssessment or AnnotateAssessment call.

getName

Required. The resource name for this membership in the format projects/{project}/relatedaccountgroups/{relatedaccountgroup}/memberships/{membership}.

Returns
TypeDescription
string

setName

Required. The resource name for this membership in the format projects/{project}/relatedaccountgroups/{relatedaccountgroup}/memberships/{membership}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getHashedAccountId

The unique stable hashed user identifier of the member. The identifier corresponds to a hashed_account_id provided in a previous CreateAssessment or AnnotateAssessment call.

Returns
TypeDescription
string

setHashedAccountId

The unique stable hashed user identifier of the member. The identifier corresponds to a hashed_account_id provided in a previous CreateAssessment or AnnotateAssessment call.

Parameter
NameDescription
var string
Returns
TypeDescription
$this