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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Identifier. The resource name for this membership in the format |
↳ account_id |
string
The unique stable account identifier of the member. The identifier corresponds to an |
↳ hashed_account_id |
string
Deprecated: use |
getName
Required. Identifier. The resource name for this membership in the format
projects/{project}/relatedaccountgroups/{relatedaccountgroup}/memberships/{membership}
.
Returns | |
---|---|
Type | Description |
string |
setName
Required. Identifier. The resource name for this membership in the format
projects/{project}/relatedaccountgroups/{relatedaccountgroup}/memberships/{membership}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |