Uses of Class
com.google.recaptchaenterprise.v1beta1.AssessmentName
-
Packages that use AssessmentName Package Description com.google.cloud.recaptchaenterprise.v1beta1 A client to reCAPTCHA Enterprise APIcom.google.recaptchaenterprise.v1beta1 -
-
Uses of AssessmentName in com.google.cloud.recaptchaenterprise.v1beta1
Methods in com.google.cloud.recaptchaenterprise.v1beta1 with parameters of type AssessmentName Modifier and Type Method Description AnnotateAssessmentResponse
RecaptchaEnterpriseServiceV1Beta1Client. 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 fradulent. -
Uses of AssessmentName in com.google.recaptchaenterprise.v1beta1
Methods in com.google.recaptchaenterprise.v1beta1 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.v1beta1 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.v1beta1 with type arguments of type AssessmentName Modifier and Type Method Description static List<String>
AssessmentName. toStringList(List<AssessmentName> values)
-