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 documentation for the `GetAlertPolicyRequest` class within the Google Cloud Monitoring v3 API for .NET, detailing its usage and properties."],["The `GetAlertPolicyRequest` class is a sealed class that implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object comparison."],["The latest version documented is 3.15.0, with a range of versions from 2.3.0 to 3.15.0 available for review, all pertaining to the `GetAlertPolicyRequest` functionality."],["The class has two constructors, a default one and another which accepts a `GetAlertPolicyRequest` object as a parameter, presumably used for copying or cloning instances."],["Key properties of the `GetAlertPolicyRequest` include `AlertPolicyName`, `Name`, and `ResourceName`, where `Name` is a string representing the required alerting policy's resource path and `AlertPolicyName` and `ResourceName` providing type-safe views of the same resource `Name` respectively."]]],[]]