Google Cloud reCAPTCHA Enterprise v1 API - Class RecaptchaEnterpriseService (2.13.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
Name Description
serviceImpl RecaptchaEnterpriseServiceRecaptchaEnterpriseServiceBase

An object implementing the server-side handling logic.

Returns
Type Description
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
Name Description
serviceBinder ServiceBinderBase

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

serviceImpl RecaptchaEnterpriseServiceRecaptchaEnterpriseServiceBase

An object implementing the server-side handling logic.