Classes
RecaptchaEnterpriseServiceClient
Service to determine the likelihood an event is legitimate.
RecaptchaEnterpriseServiceConnection
The RecaptchaEnterpriseServiceConnection object for RecaptchaEnterpriseServiceClient.
RecaptchaEnterpriseServiceConnectionIdempotencyPolicy
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 |
(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< RecaptchaEnterpriseServiceConnection > |
|
MakeDefaultRecaptchaEnterpriseServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< RecaptchaEnterpriseServiceConnectionIdempotencyPolicy > |
|
Type Aliases
RecaptchaEnterpriseServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< recaptchaenterprise_v1_internal::RecaptchaEnterpriseServiceRetryTraits >
RecaptchaEnterpriseServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< recaptchaenterprise_v1_internal::RecaptchaEnterpriseServiceRetryTraits >
RecaptchaEnterpriseServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< recaptchaenterprise_v1_internal::RecaptchaEnterpriseServiceRetryTraits >
RecaptchaEnterpriseServicePolicyOptionList
OptionList< RecaptchaEnterpriseServiceRetryPolicyOption, RecaptchaEnterpriseServiceBackoffPolicyOption, RecaptchaEnterpriseServiceConnectionIdempotencyPolicyOption >
The options applicable to RecaptchaEnterpriseService.