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

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

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

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

↳ account_id string

The unique stable account identifier of the member. The identifier corresponds to an account_id provided in a previous CreateAssessment or AnnotateAssessment call.

↳ hashed_account_id string

Deprecated: use account_id instead. The unique stable hashed account identifier of the member. The identifier corresponds to a hashed_account_id provided in a previous CreateAssessment or AnnotateAssessment call.

getName

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

Returns
TypeDescription
string

setName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAccountId

The unique stable account identifier of the member. The identifier corresponds to an account_id provided in a previous CreateAssessment or AnnotateAssessment call.

Returns
TypeDescription
string

setAccountId

The unique stable account identifier of the member. The identifier corresponds to an account_id provided in a previous CreateAssessment or AnnotateAssessment call.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getHashedAccountId

Deprecated: use account_id instead.

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

Returns
TypeDescription
string

setHashedAccountId

Deprecated: use account_id instead.

The unique stable hashed account 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