public interface RelatedAccountGroupMembershipOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
The unique stable account identifier of the member.
|
com.google.protobuf.ByteString |
getAccountIdBytes()
The unique stable account identifier of the member.
|
com.google.protobuf.ByteString |
getHashedAccountId()
Deprecated.
google.cloud.recaptchaenterprise.v1.RelatedAccountGroupMembership.hashed_account_id
is deprecated. See google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto;l=2084
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];
com.google.protobuf.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];
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;com.google.protobuf.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;@Deprecated com.google.protobuf.ByteString 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.
bytes hashed_account_id = 2 [deprecated = true];Copyright © 2025 Google LLC. All rights reserved.