Namespace google::cloud::monitoring_dashboard_v1 (2.12.0)

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 DashboardsServiceConnection created by this function.

Returns
Type Description
std::shared_ptr< DashboardsServiceConnection >

MakeDefaultDashboardsServiceConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< DashboardsServiceConnectionIdempotencyPolicy >

Type Aliases

DashboardsServiceRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< monitoring_dashboard_v1_internal::DashboardsServiceRetryTraits >

DashboardsServiceLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< monitoring_dashboard_v1_internal::DashboardsServiceRetryTraits >

DashboardsServiceLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< monitoring_dashboard_v1_internal::DashboardsServiceRetryTraits >

DashboardsServicePolicyOptionList

Alias Of: OptionList< DashboardsServiceRetryPolicyOption, DashboardsServiceBackoffPolicyOption, DashboardsServiceConnectionIdempotencyPolicyOption >

The options applicable to DashboardsService.