Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::DeleteAlertPolicyRequest (v0.16.0)

Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::DeleteAlertPolicyRequest.

The protocol for the DeleteAlertPolicy request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
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.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — 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.