Classes
AlertPolicyServiceClient
The AlertPolicyService API is used to manage (list, create, delete, edit) alert policies in Cloud Monitoring.
AlertPolicyServiceConnection
The AlertPolicyServiceConnection
object for AlertPolicyServiceClient
.
AlertPolicyServiceConnectionIdempotencyPolicy
GroupServiceClient
The Group API lets you inspect and manage your groups.
GroupServiceConnection
The GroupServiceConnection
object for GroupServiceClient
.
GroupServiceConnectionIdempotencyPolicy
MetricServiceClient
Manages metric descriptors, monitored resource descriptors, and time series data.
MetricServiceConnection
The MetricServiceConnection
object for MetricServiceClient
.
MetricServiceConnectionIdempotencyPolicy
NotificationChannelServiceClient
The Notification Channel API provides access to configuration that controls how messages related to incidents are sent.
NotificationChannelServiceConnection
The NotificationChannelServiceConnection
object for NotificationChannelServiceClient
.
NotificationChannelServiceConnectionIdempotencyPolicy
QueryServiceClient
The QueryService API is used to manage time series data in Stackdriver Monitoring.
QueryServiceConnection
The QueryServiceConnection
object for QueryServiceClient
.
QueryServiceConnectionIdempotencyPolicy
ServiceMonitoringServiceClient
The Cloud Monitoring Service-Oriented Monitoring API has endpoints for managing and querying aspects of a workspace's services.
ServiceMonitoringServiceConnection
The ServiceMonitoringServiceConnection
object for ServiceMonitoringServiceClient
.
ServiceMonitoringServiceConnectionIdempotencyPolicy
UptimeCheckServiceClient
The UptimeCheckService API is used to manage (list, create, delete, edit) Uptime check configurations in the Cloud Monitoring product.
UptimeCheckServiceConnection
The UptimeCheckServiceConnection
object for UptimeCheckServiceClient
.
UptimeCheckServiceConnectionIdempotencyPolicy
Structs
AlertPolicyServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
AlertPolicyServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
AlertPolicyServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
GroupServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
GroupServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
GroupServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
MetricServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
MetricServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
MetricServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
NotificationChannelServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
NotificationChannelServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
NotificationChannelServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
QueryServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
QueryServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
QueryServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
ServiceMonitoringServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
ServiceMonitoringServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
ServiceMonitoringServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
UptimeCheckServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
UptimeCheckServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
UptimeCheckServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeAlertPolicyServiceConnection(Options)
A factory function to construct an object of type AlertPolicyServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of AlertPolicyServiceClient.
The optional options
argument may be used to configure aspects of the returned AlertPolicyServiceConnection
. 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< AlertPolicyServiceConnection > |
MakeDefaultAlertPolicyServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< AlertPolicyServiceConnectionIdempotencyPolicy > |
MakeGroupServiceConnection(Options)
A factory function to construct an object of type GroupServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of GroupServiceClient.
The optional options
argument may be used to configure aspects of the returned GroupServiceConnection
. 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< GroupServiceConnection > |
MakeDefaultGroupServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< GroupServiceConnectionIdempotencyPolicy > |
MakeMetricServiceConnection(Options)
A factory function to construct an object of type MetricServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of MetricServiceClient.
The optional options
argument may be used to configure aspects of the returned MetricServiceConnection
. 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< MetricServiceConnection > |
MakeDefaultMetricServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< MetricServiceConnectionIdempotencyPolicy > |
MakeNotificationChannelServiceConnection(Options)
A factory function to construct an object of type NotificationChannelServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of NotificationChannelServiceClient.
The optional options
argument may be used to configure aspects of the returned NotificationChannelServiceConnection
. 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< NotificationChannelServiceConnection > |
MakeDefaultNotificationChannelServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< NotificationChannelServiceConnectionIdempotencyPolicy > |
MakeQueryServiceConnection(Options)
A factory function to construct an object of type QueryServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of QueryServiceClient.
The optional options
argument may be used to configure aspects of the returned QueryServiceConnection
. 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< QueryServiceConnection > |
MakeDefaultQueryServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< QueryServiceConnectionIdempotencyPolicy > |
MakeServiceMonitoringServiceConnection(Options)
A factory function to construct an object of type ServiceMonitoringServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ServiceMonitoringServiceClient.
The optional options
argument may be used to configure aspects of the returned ServiceMonitoringServiceConnection
. 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< ServiceMonitoringServiceConnection > |
MakeDefaultServiceMonitoringServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< ServiceMonitoringServiceConnectionIdempotencyPolicy > |
MakeUptimeCheckServiceConnection(Options)
A factory function to construct an object of type UptimeCheckServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of UptimeCheckServiceClient.
The optional options
argument may be used to configure aspects of the returned UptimeCheckServiceConnection
. 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< UptimeCheckServiceConnection > |
MakeDefaultUptimeCheckServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< UptimeCheckServiceConnectionIdempotencyPolicy > |
Type Aliases
AlertPolicyServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< monitoring_v3_internal::AlertPolicyServiceRetryTraits >
AlertPolicyServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< monitoring_v3_internal::AlertPolicyServiceRetryTraits >
AlertPolicyServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< monitoring_v3_internal::AlertPolicyServiceRetryTraits >
AlertPolicyServicePolicyOptionList
OptionList< AlertPolicyServiceRetryPolicyOption, AlertPolicyServiceBackoffPolicyOption, AlertPolicyServiceConnectionIdempotencyPolicyOption >
The options applicable to AlertPolicyService.
GroupServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< monitoring_v3_internal::GroupServiceRetryTraits >
GroupServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< monitoring_v3_internal::GroupServiceRetryTraits >
GroupServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< monitoring_v3_internal::GroupServiceRetryTraits >
GroupServicePolicyOptionList
OptionList< GroupServiceRetryPolicyOption, GroupServiceBackoffPolicyOption, GroupServiceConnectionIdempotencyPolicyOption >
The options applicable to GroupService.
MetricServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< monitoring_v3_internal::MetricServiceRetryTraits >
MetricServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< monitoring_v3_internal::MetricServiceRetryTraits >
MetricServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< monitoring_v3_internal::MetricServiceRetryTraits >
MetricServicePolicyOptionList
OptionList< MetricServiceRetryPolicyOption, MetricServiceBackoffPolicyOption, MetricServiceConnectionIdempotencyPolicyOption >
The options applicable to MetricService.
NotificationChannelServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< monitoring_v3_internal::NotificationChannelServiceRetryTraits >
NotificationChannelServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< monitoring_v3_internal::NotificationChannelServiceRetryTraits >
NotificationChannelServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< monitoring_v3_internal::NotificationChannelServiceRetryTraits >
NotificationChannelServicePolicyOptionList
OptionList< NotificationChannelServiceRetryPolicyOption, NotificationChannelServiceBackoffPolicyOption, NotificationChannelServiceConnectionIdempotencyPolicyOption >
The options applicable to NotificationChannelService.
QueryServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< monitoring_v3_internal::QueryServiceRetryTraits >
QueryServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< monitoring_v3_internal::QueryServiceRetryTraits >
QueryServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< monitoring_v3_internal::QueryServiceRetryTraits >
QueryServicePolicyOptionList
OptionList< QueryServiceRetryPolicyOption, QueryServiceBackoffPolicyOption, QueryServiceConnectionIdempotencyPolicyOption >
The options applicable to QueryService.
ServiceMonitoringServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< monitoring_v3_internal::ServiceMonitoringServiceRetryTraits >
ServiceMonitoringServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< monitoring_v3_internal::ServiceMonitoringServiceRetryTraits >
ServiceMonitoringServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< monitoring_v3_internal::ServiceMonitoringServiceRetryTraits >
ServiceMonitoringServicePolicyOptionList
OptionList< ServiceMonitoringServiceRetryPolicyOption, ServiceMonitoringServiceBackoffPolicyOption, ServiceMonitoringServiceConnectionIdempotencyPolicyOption >
The options applicable to ServiceMonitoringService.
UptimeCheckServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< monitoring_v3_internal::UptimeCheckServiceRetryTraits >
UptimeCheckServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< monitoring_v3_internal::UptimeCheckServiceRetryTraits >
UptimeCheckServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< monitoring_v3_internal::UptimeCheckServiceRetryTraits >
UptimeCheckServicePolicyOptionList
OptionList< UptimeCheckServiceRetryPolicyOption, UptimeCheckServiceBackoffPolicyOption, UptimeCheckServiceConnectionIdempotencyPolicyOption >
The options applicable to UptimeCheckService.