Class: Google::Cloud::Monitoring::Dashboard::V1::AlertChart
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::Dashboard::V1::AlertChart
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/dashboard/v1/alertchart.rb
Overview
A chart that displays alert policy data.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the alert policy. The format is:
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID].
31 32 33 34 |
# File 'proto_docs/google/monitoring/dashboard/v1/alertchart.rb', line 31 class AlertChart include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |