Classes
MetricsScopesClient
Manages Cloud Monitoring Metrics Scopes, and the monitoring of Google Cloud projects and AWS accounts.
MetricsScopesConnection
The MetricsScopesConnection
object for MetricsScopesClient
.
MetricsScopesConnectionIdempotencyPolicy
Structs
MetricsScopesBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
MetricsScopesConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
MetricsScopesPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
MetricsScopesRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeMetricsScopesConnection(Options)
A factory function to construct an object of type MetricsScopesConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of MetricsScopesClient.
The optional options
argument may be used to configure aspects of the returned MetricsScopesConnection
. 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< MetricsScopesConnection > |
MakeDefaultMetricsScopesConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< MetricsScopesConnectionIdempotencyPolicy > |
Type Aliases
MetricsScopesRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< monitoring_metricsscope_v1_internal::MetricsScopesRetryTraits >
MetricsScopesLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< monitoring_metricsscope_v1_internal::MetricsScopesRetryTraits >
MetricsScopesLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< monitoring_metricsscope_v1_internal::MetricsScopesRetryTraits >
MetricsScopesPolicyOptionList
OptionList< MetricsScopesRetryPolicyOption, MetricsScopesBackoffPolicyOption, MetricsScopesPollingPolicyOption, MetricsScopesConnectionIdempotencyPolicyOption >
The options applicable to MetricsScopes.