Namespace google::cloud::securitycentermanagement_v1 (2.23.0-rc)

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
NameDescription
options

(optional) Configure the SecurityCenterManagementConnection created by this function.

Returns
TypeDescription
std::shared_ptr< SecurityCenterManagementConnection >

MakeDefaultSecurityCenterManagementConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< SecurityCenterManagementConnectionIdempotencyPolicy >

Type Aliases

SecurityCenterManagementPolicyOptionList

Alias Of: OptionList< SecurityCenterManagementRetryPolicyOption, SecurityCenterManagementBackoffPolicyOption, SecurityCenterManagementConnectionIdempotencyPolicyOption >

The options applicable to SecurityCenterManagement.