Classes
CloudControlsPartnerCoreClient
Service describing handlers for resources.
CloudControlsPartnerCoreConnection
The CloudControlsPartnerCoreConnection object for CloudControlsPartnerCoreClient.
CloudControlsPartnerCoreConnectionIdempotencyPolicy
CloudControlsPartnerCoreLimitedErrorCountRetryPolicy
A retry policy for CloudControlsPartnerCoreConnection based on counting errors.
CloudControlsPartnerCoreLimitedTimeRetryPolicy
A retry policy for CloudControlsPartnerCoreConnection based on elapsed time.
CloudControlsPartnerCoreRetryPolicy
The retry policy for CloudControlsPartnerCoreConnection.
CloudControlsPartnerMonitoringClient
Service describing handlers for resources.
CloudControlsPartnerMonitoringConnection
The CloudControlsPartnerMonitoringConnection object for CloudControlsPartnerMonitoringClient.
CloudControlsPartnerMonitoringConnectionIdempotencyPolicy
CloudControlsPartnerMonitoringLimitedErrorCountRetryPolicy
A retry policy for CloudControlsPartnerMonitoringConnection based on counting errors.
CloudControlsPartnerMonitoringLimitedTimeRetryPolicy
A retry policy for CloudControlsPartnerMonitoringConnection based on elapsed time.
CloudControlsPartnerMonitoringRetryPolicy
The retry policy for CloudControlsPartnerMonitoringConnection.
Structs
CloudControlsPartnerCoreBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
CloudControlsPartnerCoreConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
CloudControlsPartnerCoreRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
CloudControlsPartnerMonitoringBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
CloudControlsPartnerMonitoringConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
CloudControlsPartnerMonitoringRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeCloudControlsPartnerCoreConnection(Options)
A factory function to construct an object of type CloudControlsPartnerCoreConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of CloudControlsPartnerCoreClient.
The optional options argument may be used to configure aspects of the returned CloudControlsPartnerCoreConnection. 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< CloudControlsPartnerCoreConnection > |
|
MakeDefaultCloudControlsPartnerCoreConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< CloudControlsPartnerCoreConnectionIdempotencyPolicy > |
|
MakeCloudControlsPartnerMonitoringConnection(Options)
A factory function to construct an object of type CloudControlsPartnerMonitoringConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of CloudControlsPartnerMonitoringClient.
The optional options argument may be used to configure aspects of the returned CloudControlsPartnerMonitoringConnection. 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< CloudControlsPartnerMonitoringConnection > |
|
MakeDefaultCloudControlsPartnerMonitoringConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< CloudControlsPartnerMonitoringConnectionIdempotencyPolicy > |
|