Classes
ConfigClient
Config Service manages compliance frameworks, cloud controls, and their configurations.
ConfigConnection
The ConfigConnection object for ConfigClient.
ConfigConnectionIdempotencyPolicy
ConfigLimitedErrorCountRetryPolicy
A retry policy for ConfigConnection based on counting errors.
ConfigLimitedTimeRetryPolicy
A retry policy for ConfigConnection based on elapsed time.
ConfigRetryPolicy
The retry policy for ConfigConnection.
DeploymentClient
Deployment service allows users to manage deployments of Frameworks and Cloud Controls on a target resource.
DeploymentConnection
The DeploymentConnection object for DeploymentClient.
DeploymentConnectionIdempotencyPolicy
DeploymentLimitedErrorCountRetryPolicy
A retry policy for DeploymentConnection based on counting errors.
DeploymentLimitedTimeRetryPolicy
A retry policy for DeploymentConnection based on elapsed time.
DeploymentRetryPolicy
The retry policy for DeploymentConnection.
Structs
ConfigBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
ConfigConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
ConfigRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
DeploymentBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
DeploymentConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
DeploymentPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
DeploymentRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeConfigConnection(Options)
A factory function to construct an object of type ConfigConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ConfigClient.
The optional options argument may be used to configure aspects of the returned ConfigConnection. 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< ConfigConnection > |
|
MakeDefaultConfigConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< ConfigConnectionIdempotencyPolicy > |
|
MakeDeploymentConnection(Options)
A factory function to construct an object of type DeploymentConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DeploymentClient.
The optional options argument may be used to configure aspects of the returned DeploymentConnection. 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< DeploymentConnection > |
|
MakeDefaultDeploymentConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< DeploymentConnectionIdempotencyPolicy > |
|