Class RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1BlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1BlockingStub>
-
- com.google.recaptchaenterprise.v1beta1.RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1BlockingStub
-
- Enclosing class:
- RecaptchaEnterpriseServiceV1Beta1Grpc
public static final class RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1BlockingStub extends io.grpc.stub.AbstractBlockingStub<RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1BlockingStub>
A stub to allow clients to do synchronous rpc calls to service RecaptchaEnterpriseServiceV1Beta1.Service to determine the likelihood an event is legitimate.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
build
protected RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1BlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1BlockingStub>
-
createAssessment
public Assessment createAssessment(CreateAssessmentRequest request)
Creates an Assessment of the likelihood an event is legitimate.
-
annotateAssessment
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.
-
-