Classes
RecaptchaEnterpriseServiceClient
Service to determine the likelihood an event is legitimate.
RecaptchaEnterpriseServiceConnection
The RecaptchaEnterpriseServiceConnection object for RecaptchaEnterpriseServiceClient.
RecaptchaEnterpriseServiceConnectionIdempotencyPolicy
RecaptchaEnterpriseServiceLimitedErrorCountRetryPolicy
A retry policy for RecaptchaEnterpriseServiceConnection based on counting errors.
RecaptchaEnterpriseServiceLimitedTimeRetryPolicy
A retry policy for RecaptchaEnterpriseServiceConnection based on elapsed time.
RecaptchaEnterpriseServiceRetryPolicy
The retry policy for RecaptchaEnterpriseServiceConnection.
Structs
RecaptchaEnterpriseServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
RecaptchaEnterpriseServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
RecaptchaEnterpriseServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeRecaptchaEnterpriseServiceConnection(Options)
A factory function to construct an object of type RecaptchaEnterpriseServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of RecaptchaEnterpriseServiceClient.
The optional options argument may be used to configure aspects of the returned RecaptchaEnterpriseServiceConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< RecaptchaEnterpriseServiceConnection > |
|
MakeDefaultRecaptchaEnterpriseServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< RecaptchaEnterpriseServiceConnectionIdempotencyPolicy > |
|