Google Cloud reCAPTCHA Enterprise v1 API - Class RecaptchaEnterpriseService (2.12.0)

public static class RecaptchaEnterpriseService

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class RecaptchaEnterpriseService.

Service to determine the likelihood an event is legitimate.

Inheritance

object > RecaptchaEnterpriseService

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Methods

BindService(RecaptchaEnterpriseServiceBase)

public static ServerServiceDefinition BindService(RecaptchaEnterpriseService.RecaptchaEnterpriseServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplRecaptchaEnterpriseServiceRecaptchaEnterpriseServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, RecaptchaEnterpriseServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, RecaptchaEnterpriseService.RecaptchaEnterpriseServiceBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplRecaptchaEnterpriseServiceRecaptchaEnterpriseServiceBase

An object implementing the server-side handling logic.