public sealed class GetAlertPolicyRequest : IMessage<GetAlertPolicyRequest>, IEquatable<GetAlertPolicyRequest>, IDeepCloneable<GetAlertPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class GetAlertPolicyRequest.
[[["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-03-21 UTC."],[[["This page provides reference documentation for the `GetAlertPolicyRequest` class within the Google Cloud Monitoring v3 API, specifically for version 3.12.0."],["`GetAlertPolicyRequest` is a class used to define the protocol for retrieving an alert policy, and it inherits from `object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains constructors and properties, including `AlertPolicyName`, `Name`, and `ResourceName`, which are essential for specifying and accessing the desired alert policy."],["Multiple versions of the `GetAlertPolicyRequest` class are available, with the latest version being 3.15.0, and the provided list going back to version 2.3.0."],["The `Name` property specifies the specific alert policy to retrieve, using the format: `projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]`."]]],[]]