Struct googapis::google::cloud::recaptchaenterprise::v1::recaptcha_enterprise_service_client::RecaptchaEnterpriseServiceClient[][src]

pub struct RecaptchaEnterpriseServiceClient<T> { /* fields omitted */ }
Expand description

Service to determine the likelihood an event is legitimate.

Implementations

Compress requests with gzip.

This requires the server to support it otherwise it might respond with an error.

Enable decompressing responses with gzip.

Creates an Assessment of the likelihood an event is legitimate.

Annotates a previously created Assessment to provide additional information on whether the event turned out to be authentic or fraudulent.

Creates a new reCAPTCHA Enterprise key.

Returns the list of all keys that belong to a project.

Returns the specified key.

Updates the specified key.

Deletes the specified key.

Migrates an existing key from reCAPTCHA to reCAPTCHA Enterprise. Once a key is migrated, it can be used from either product. SiteVerify requests are billed as CreateAssessment calls. You must be authenticated as one of the current owners of the reCAPTCHA Site Key, and your user must have the reCAPTCHA Enterprise Admin IAM role in the destination project.

Get some aggregated metrics for a Key. This data can be used to build dashboards.

List groups of related accounts.

Get the memberships in a group of related accounts.

Search group memberships related to a given account.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more