Struct google_safebrowsing4::FindFullHashesRequest[][src]

pub struct FindFullHashesRequest {
    pub client: Option<ClientInfo>,
    pub api_client: Option<ClientInfo>,
    pub threat_info: Option<ThreatInfo>,
    pub client_states: Option<Vec<String>>,
}

Request to return full hashes matched by the provided hash prefixes.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The client metadata.

Client metadata associated with callers of higher-level APIs built on top of the client's implementation.

The lists and hashes to be checked.

The current client states for each of the client's local threat lists.

Trait Implementations

impl Default for FindFullHashesRequest
[src]

Returns the "default value" for a type. Read more

impl Clone for FindFullHashesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FindFullHashesRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for FindFullHashesRequest
[src]

Auto Trait Implementations