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.
Namespace
GoogleGoogle.CloudGoogle.Cloud.RecaptchaEnterpriseV1Assembly
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 |
serviceImpl | RecaptchaEnterpriseServiceRecaptchaEnterpriseServiceBase An object implementing the server-side handling logic. |