Classes
AuditManagerClient
Service describing handlers for resources.
AuditManagerConnection
The AuditManagerConnection object for AuditManagerClient.
AuditManagerConnectionIdempotencyPolicy
AuditManagerLimitedErrorCountRetryPolicy
A retry policy for AuditManagerConnection based on counting errors.
AuditManagerLimitedTimeRetryPolicy
A retry policy for AuditManagerConnection based on elapsed time.
AuditManagerRetryPolicy
The retry policy for AuditManagerConnection.
Structs
AuditManagerBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
AuditManagerConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
AuditManagerPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
AuditManagerRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeAuditManagerConnection(Options)
A factory function to construct an object of type AuditManagerConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of AuditManagerClient.
The optional options argument may be used to configure aspects of the returned AuditManagerConnection. 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< AuditManagerConnection > |
|
MakeDefaultAuditManagerConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< AuditManagerConnectionIdempotencyPolicy > |
|