Class: Google::Cloud::Monitoring::V3::DeleteAlertPolicyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/alert_service.rb

Overview

The protocol for the DeleteAlertPolicy request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The alerting policy to delete. The format is:

projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]

For more information, see AlertPolicy.

Returns:

  • (::String)

    Required. The alerting policy to delete. The format is:

    projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
    

    For more information, see AlertPolicy.



160
161
162
163
# File 'proto_docs/google/monitoring/v3/alert_service.rb', line 160

class DeleteAlertPolicyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end