Classes
WebSecurityScannerClient
Web Security Scanner Service identifies security vulnerabilities in web applications hosted on Google Cloud.
WebSecurityScannerConnection
The WebSecurityScannerConnection object for WebSecurityScannerClient.
WebSecurityScannerConnectionIdempotencyPolicy
WebSecurityScannerLimitedErrorCountRetryPolicy
A retry policy for WebSecurityScannerConnection based on counting errors.
WebSecurityScannerLimitedTimeRetryPolicy
A retry policy for WebSecurityScannerConnection based on elapsed time.
WebSecurityScannerRetryPolicy
The retry policy for WebSecurityScannerConnection.
Structs
WebSecurityScannerBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
WebSecurityScannerConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
WebSecurityScannerRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeWebSecurityScannerConnection(Options)
A factory function to construct an object of type WebSecurityScannerConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of WebSecurityScannerClient.
The optional options argument may be used to configure aspects of the returned WebSecurityScannerConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< WebSecurityScannerConnection > |
|
MakeDefaultWebSecurityScannerConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< WebSecurityScannerConnectionIdempotencyPolicy > |
|