Class RecaptchaEnterpriseServiceV1Beta1.RecaptchaEnterpriseServiceV1Beta1Base (1.0.0-beta06)

[BindServiceMethod(typeof(RecaptchaEnterpriseServiceV1Beta1), "BindService")]
public abstract class RecaptchaEnterpriseServiceV1Beta1Base

Base class for server-side implementations of RecaptchaEnterpriseServiceV1Beta1

Inheritance

Object > RecaptchaEnterpriseServiceV1Beta1.RecaptchaEnterpriseServiceV1Beta1Base

Namespace

Google.Cloud.RecaptchaEnterprise.V1Beta1

Assembly

Google.Cloud.RecaptchaEnterprise.V1Beta1.dll

Methods

AnnotateAssessment(AnnotateAssessmentRequest, ServerCallContext)

public virtual Task<AnnotateAssessmentResponse> AnnotateAssessment(AnnotateAssessmentRequest request, ServerCallContext context)

Annotates a previously created Assessment to provide additional information on whether the event turned out to be authentic or fradulent.

Parameters
NameDescription
requestAnnotateAssessmentRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
Task<AnnotateAssessmentResponse>

The response to send back to the client (wrapped by a task).

CreateAssessment(CreateAssessmentRequest, ServerCallContext)

public virtual Task<Assessment> CreateAssessment(CreateAssessmentRequest request, ServerCallContext context)

Creates an Assessment of the likelihood an event is legitimate.

Parameters
NameDescription
requestCreateAssessmentRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
Task<Assessment>

The response to send back to the client (wrapped by a task).