public static final class RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1FutureStub extends io.grpc.stub.AbstractFutureStub<RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1FutureStub>
Service to determine the likelihood an event is legitimate.
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<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.RecaptchaEnterpriseServiceV1Beta1FutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Assessment> |
createAssessment(CreateAssessmentRequest request)
Creates an Assessment of the likelihood an event is legitimate.
|
protected RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1FutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<RecaptchaEnterpriseServiceV1Beta1Grpc.RecaptchaEnterpriseServiceV1Beta1FutureStub>public com.google.common.util.concurrent.ListenableFuture<Assessment> createAssessment(CreateAssessmentRequest request)
Creates an Assessment of the likelihood an event is legitimate.
public com.google.common.util.concurrent.ListenableFuture<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.