Uses of Class
com.google.recaptchaenterprise.v1.ProjectName
-
Packages that use ProjectName Package Description com.google.cloud.recaptchaenterprise.v1 A client to reCAPTCHA Enterprise APIcom.google.recaptchaenterprise.v1 -
-
Uses of ProjectName in com.google.cloud.recaptchaenterprise.v1
Methods in com.google.cloud.recaptchaenterprise.v1 with parameters of type ProjectName Modifier and Type Method Description Assessment
RecaptchaEnterpriseServiceClient. createAssessment(ProjectName parent, Assessment assessment)
Creates an Assessment of the likelihood an event is legitimate.Key
RecaptchaEnterpriseServiceClient. createKey(ProjectName parent, Key key)
Creates a new reCAPTCHA Enterprise key.RecaptchaEnterpriseServiceClient.ListKeysPagedResponse
RecaptchaEnterpriseServiceClient. listKeys(ProjectName parent)
Returns the list of all keys that belong to a project.RecaptchaEnterpriseServiceClient.ListRelatedAccountGroupsPagedResponse
RecaptchaEnterpriseServiceClient. listRelatedAccountGroups(ProjectName parent)
List groups of related accounts. -
Uses of ProjectName in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return ProjectName Modifier and Type Method Description ProjectName
ProjectName.Builder. build()
static ProjectName
ProjectName. of(String project)
static ProjectName
ProjectName. parse(String formattedString)
Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type ProjectName Modifier and Type Method Description static List<ProjectName>
ProjectName. parseList(List<String> formattedStrings)
Method parameters in com.google.recaptchaenterprise.v1 with type arguments of type ProjectName Modifier and Type Method Description static List<String>
ProjectName. toStringList(List<ProjectName> values)
-