Namespace google::cloud::monitoring_metricsscope_v1 (2.23.0-rc)

Classes

MetricsScopesClient

Manages Cloud Monitoring Metrics Scopes, and the monitoring of Google Cloud projects and AWS accounts.

MetricsScopesConnection

The MetricsScopesConnection object for MetricsScopesClient.

MetricsScopesConnectionIdempotencyPolicy

MetricsScopesLimitedErrorCountRetryPolicy

A retry policy for MetricsScopesConnection based on counting errors.

MetricsScopesLimitedTimeRetryPolicy

A retry policy for MetricsScopesConnection based on elapsed time.

MetricsScopesRetryPolicy

The retry policy for MetricsScopesConnection.

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
NameDescription
options

(optional) Configure the MetricsScopesConnection created by this function.

Returns
TypeDescription
std::shared_ptr< MetricsScopesConnection >

MakeDefaultMetricsScopesConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< MetricsScopesConnectionIdempotencyPolicy >

Type Aliases

MetricsScopesPolicyOptionList

Alias Of: OptionList< MetricsScopesRetryPolicyOption, MetricsScopesBackoffPolicyOption, MetricsScopesPollingPolicyOption, MetricsScopesConnectionIdempotencyPolicyOption >

The options applicable to MetricsScopes.