Classes
SecurityCenterManagementClient
Service describing handlers for resources.
SecurityCenterManagementConnection
The SecurityCenterManagementConnection object for SecurityCenterManagementClient.
SecurityCenterManagementConnectionIdempotencyPolicy
SecurityCenterManagementLimitedErrorCountRetryPolicy
A retry policy for SecurityCenterManagementConnection based on counting errors.
SecurityCenterManagementLimitedTimeRetryPolicy
A retry policy for SecurityCenterManagementConnection based on elapsed time.
SecurityCenterManagementRetryPolicy
The retry policy for SecurityCenterManagementConnection.
Structs
SecurityCenterManagementBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
SecurityCenterManagementConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
SecurityCenterManagementRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeSecurityCenterManagementConnection(Options)
A factory function to construct an object of type SecurityCenterManagementConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of SecurityCenterManagementClient.
The optional options argument may be used to configure aspects of the returned SecurityCenterManagementConnection. 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< SecurityCenterManagementConnection > |
|
MakeDefaultSecurityCenterManagementConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< SecurityCenterManagementConnectionIdempotencyPolicy > |
|