Namespace google::cloud::recaptchaenterprise_v1 (2.12.0)

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 RecaptchaEnterpriseServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< RecaptchaEnterpriseServiceConnection >

MakeDefaultRecaptchaEnterpriseServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< RecaptchaEnterpriseServiceConnectionIdempotencyPolicy >

Type Aliases

RecaptchaEnterpriseServiceRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< recaptchaenterprise_v1_internal::RecaptchaEnterpriseServiceRetryTraits >

RecaptchaEnterpriseServiceLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< recaptchaenterprise_v1_internal::RecaptchaEnterpriseServiceRetryTraits >

RecaptchaEnterpriseServiceLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< recaptchaenterprise_v1_internal::RecaptchaEnterpriseServiceRetryTraits >

RecaptchaEnterpriseServicePolicyOptionList

Alias Of: OptionList< RecaptchaEnterpriseServiceRetryPolicyOption, RecaptchaEnterpriseServiceBackoffPolicyOption, RecaptchaEnterpriseServiceConnectionIdempotencyPolicyOption >

The options applicable to RecaptchaEnterpriseService.