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.ListRelatedAccountGroupMembershipsPagedResponseRecaptchaEnterpriseServiceClient. listRelatedAccountGroupMemberships(RelatedAccountGroupName parent)Get memberships in a group of related accounts.RecaptchaEnterpriseServiceClient.SearchRelatedAccountGroupMembershipsPagedResponseRecaptchaEnterpriseServiceClient. 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 RelatedAccountGroupNameRelatedAccountGroupName.Builder. build()static RelatedAccountGroupNameRelatedAccountGroupName. of(String project, String relatedaccountgroup)static RelatedAccountGroupNameRelatedAccountGroupName. 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)
-