public interface RelatedAccountGroupMembershipOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccountId()
public abstract String getAccountId() The unique stable account identifier of the member. The identifier
corresponds to an account_id provided in a previous CreateAssessment or
AnnotateAssessment call.
string account_id = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The accountId. |
getAccountIdBytes()
public abstract ByteString getAccountIdBytes() The unique stable account identifier of the member. The identifier
corresponds to an account_id provided in a previous CreateAssessment or
AnnotateAssessment call.
string account_id = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for accountId. |
getHashedAccountId() (deprecated)
public abstract ByteString getHashedAccountId()Deprecated. google.cloud.recaptchaenterprise.v1.RelatedAccountGroupMembership.hashed_account_id is deprecated. See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=2241
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.
bytes hashed_account_id = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The hashedAccountId. |
getName()
public abstract String getName() Required. Identifier. The resource name for this membership in the format
projects/{project}/relatedaccountgroups/{relatedaccountgroup}/memberships/{membership}.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Required. Identifier. The resource name for this membership in the format
projects/{project}/relatedaccountgroups/{relatedaccountgroup}/memberships/{membership}.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |