Classes
WebRiskServiceClient
Web Risk API defines an interface to detect malicious URLs on your website and in client applications.
WebRiskServiceConnection
The WebRiskServiceConnection object for WebRiskServiceClient.
WebRiskServiceConnectionIdempotencyPolicy
Structs
WebRiskServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
WebRiskServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
WebRiskServicePollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
WebRiskServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeWebRiskServiceConnection(Options)
A factory function to construct an object of type WebRiskServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of WebRiskServiceClient.
The optional options argument may be used to configure aspects of the returned WebRiskServiceConnection. 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< WebRiskServiceConnection > |
|
MakeDefaultWebRiskServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< WebRiskServiceConnectionIdempotencyPolicy > |
|
Type Aliases
WebRiskServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< webrisk_v1_internal::WebRiskServiceRetryTraits >
WebRiskServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< webrisk_v1_internal::WebRiskServiceRetryTraits >
WebRiskServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< webrisk_v1_internal::WebRiskServiceRetryTraits >
WebRiskServicePolicyOptionList
OptionList< WebRiskServiceRetryPolicyOption, WebRiskServiceBackoffPolicyOption, WebRiskServicePollingPolicyOption, WebRiskServiceConnectionIdempotencyPolicyOption >
The options applicable to WebRiskService.