Uses of Class
com.google.recaptchaenterprise.v1.AssessmentName
-
Packages that use AssessmentName Package Description com.google.cloud.recaptchaenterprise.v1 A client to reCAPTCHA Enterprise APIcom.google.recaptchaenterprise.v1 -
-
Uses of AssessmentName in com.google.cloud.recaptchaenterprise.v1
Methods in com.google.cloud.recaptchaenterprise.v1 with parameters of type AssessmentName Modifier and Type Method Description AnnotateAssessmentResponse
RecaptchaEnterpriseServiceClient. annotateAssessment(AssessmentName name, AnnotateAssessmentRequest.Annotation annotation)
Annotates a previously created Assessment to provide additional information on whether the event turned out to be authentic or fraudulent. -
Uses of AssessmentName in com.google.recaptchaenterprise.v1
Methods in com.google.recaptchaenterprise.v1 that return AssessmentName Modifier and Type Method Description AssessmentName
AssessmentName.Builder. build()
static AssessmentName
AssessmentName. of(String project, String assessment)
static AssessmentName
AssessmentName. parse(String formattedString)
Methods in com.google.recaptchaenterprise.v1 that return types with arguments of type AssessmentName Modifier and Type Method Description static List<AssessmentName>
AssessmentName. parseList(List<String> formattedStrings)
Method parameters in com.google.recaptchaenterprise.v1 with type arguments of type AssessmentName Modifier and Type Method Description static List<String>
AssessmentName. toStringList(List<AssessmentName> values)
-