Class: Google::Cloud::Monitoring::V3::GetAlertPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::GetAlertPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/alert_service.rb
Overview
The protocol for the GetAlertPolicy
request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The alerting policy to retrieve. The format is:
projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID].
56 57 58 59 |
# File 'proto_docs/google/monitoring/v3/alert_service.rb', line 56 class GetAlertPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |