Class RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceImplBase
- java.lang.Object
-
- com.google.recaptchaenterprise.v1.RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceImplBase
-
- All Implemented Interfaces:
RecaptchaEnterpriseServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- RecaptchaEnterpriseServiceGrpc
public abstract static class RecaptchaEnterpriseServiceGrpc.RecaptchaEnterpriseServiceImplBase extends Object implements io.grpc.BindableService, RecaptchaEnterpriseServiceGrpc.AsyncService
Base class for the server implementation of the service RecaptchaEnterpriseService.Service to determine the likelihood an event is legitimate.
-
-
Constructor Summary
Constructors Constructor Description RecaptchaEnterpriseServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.recaptchaenterprise.v1.RecaptchaEnterpriseServiceGrpc.AsyncService
annotateAssessment, createAssessment, createKey, deleteKey, getKey, getMetrics, listKeys, listRelatedAccountGroupMemberships, listRelatedAccountGroups, migrateKey, retrieveLegacySecretKey, searchRelatedAccountGroupMemberships, updateKey
-
-