public sealed class DeleteAlertPolicyRequest : IMessage<DeleteAlertPolicyRequest>, IEquatable<DeleteAlertPolicyRequest>, IDeepCloneable<DeleteAlertPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class DeleteAlertPolicyRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This page provides reference documentation for the `DeleteAlertPolicyRequest` class within the Google Cloud Monitoring v3 API, specifically detailing its structure, constructors, and properties."],["The `DeleteAlertPolicyRequest` class is a protocol for requests to delete an alert policy, inheriting from the base object class and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The API supports various versions of `DeleteAlertPolicyRequest`, ranging from version 2.3.0 up to the latest 3.15.0, with the current version detailed on this specific page being 3.14.0."],["The class requires the `Name` property to be set, which is a string representing the resource path of the alerting policy to be deleted, formatted as `projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]`."],["The `AlertPolicyName`, and `ResourceName` properties are available as typed views, for the `Name` property which are of types `AlertPolicyName` and `IResourceName` respectively."]]],[]]