public static final class RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1BlockingStub extends io.grpc.stub.AbstractBlockingStub<RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1BlockingStub>
Service to determine the likelihood an event is legitimate.
| Modifier and Type | Method and Description |
|---|---|
AnnotateAssessmentResponse |
annotateAssessment(AnnotateAssessmentRequest request)
Annotates a previously created Assessment to provide additional information
on whether the event turned out to be authentic or fradulent.
|
protected RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1BlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Assessment |
createAssessment(CreateAssessmentRequest request)
Creates an Assessment of the likelihood an event is legitimate.
|
protected RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1BlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1BlockingStub>public Assessment createAssessment(CreateAssessmentRequest request)
Creates an Assessment of the likelihood an event is legitimate.
public AnnotateAssessmentResponse annotateAssessment(AnnotateAssessmentRequest request)
Annotates a previously created Assessment to provide additional information on whether the event turned out to be authentic or fradulent.
Copyright © 2023 Google LLC. All rights reserved.