Classes
DashboardsServiceClient
Manages Stackdriver dashboards.
DashboardsServiceConnection
The DashboardsServiceConnection
object for DashboardsServiceClient
.
DashboardsServiceConnectionIdempotencyPolicy
DashboardsServiceLimitedErrorCountRetryPolicy
A retry policy for DashboardsServiceConnection
based on counting errors.
DashboardsServiceLimitedTimeRetryPolicy
A retry policy for DashboardsServiceConnection
based on elapsed time.
DashboardsServiceRetryPolicy
The retry policy for DashboardsServiceConnection
.
Structs
DashboardsServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
DashboardsServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
DashboardsServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeDashboardsServiceConnection(Options)
A factory function to construct an object of type DashboardsServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DashboardsServiceClient.
The optional options
argument may be used to configure aspects of the returned DashboardsServiceConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< DashboardsServiceConnection > |
MakeDefaultDashboardsServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< DashboardsServiceConnectionIdempotencyPolicy > |