Classes
DashboardsServiceClient
Manages Stackdriver dashboards.
DashboardsServiceConnection
The DashboardsServiceConnection object for DashboardsServiceClient.
DashboardsServiceConnectionIdempotencyPolicy
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 > |
|
Type Aliases
DashboardsServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< monitoring_dashboard_v1_internal::DashboardsServiceRetryTraits >
DashboardsServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< monitoring_dashboard_v1_internal::DashboardsServiceRetryTraits >
DashboardsServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< monitoring_dashboard_v1_internal::DashboardsServiceRetryTraits >
DashboardsServicePolicyOptionList
OptionList< DashboardsServiceRetryPolicyOption, DashboardsServiceBackoffPolicyOption, DashboardsServiceConnectionIdempotencyPolicyOption >
The options applicable to DashboardsService.