Uses of Class
com.google.recaptchaenterprise.v1.RelatedAccountGroupName
-
Packages that use RelatedAccountGroupName Package Description com.google.cloud.recaptchaenterprise.v1 A client to reCAPTCHA Enterprise APIcom.google.recaptchaenterprise.v1 -
-
Uses of RelatedAccountGroupName in com.google.cloud.recaptchaenterprise.v1
Methods in com.google.cloud.recaptchaenterprise.v1 with parameters of type RelatedAccountGroupName Modifier and Type Method Description RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupMembershipsPagedResponse
RecaptchaEnterpriseServiceClient. listRelatedAccountGroupMemberships(RelatedAccountGroupName parent)
Get memberships in a group of related accounts.RecaptchaEnterpriseServiceClient.SearchRelatedAccountGroupMembershipsPagedResponse
RecaptchaEnterpriseServiceClient. searchRelatedAccountGroupMemberships(RelatedAccountGroupName project, com.google.protobuf.ByteString hashedAccountId)
Search group memberships related to a given account. -
Uses of RelatedAccountGroupName in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return RelatedAccountGroupName Modifier and Type Method Description RelatedAccountGroupName
RelatedAccountGroupName.Builder. build()
static RelatedAccountGroupName
RelatedAccountGroupName. of(String project, String relatedaccountgroup)
static RelatedAccountGroupName
RelatedAccountGroupName. parse(String formattedString)
Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type RelatedAccountGroupName Modifier and Type Method Description static List<RelatedAccountGroupName>
RelatedAccountGroupName. parseList(List<String> formattedStrings)
Method parameters in com.google.recaptchaenterprise.v1 with type arguments of type RelatedAccountGroupName Modifier and Type Method Description static List<String>
RelatedAccountGroupName. toStringList(List<RelatedAccountGroupName> values)
-