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 webpage provides documentation for the `GetAlertPolicyRequest` class within the Google Cloud Monitoring v3 API, specifically for .NET developers."],["The `GetAlertPolicyRequest` class is used to structure requests for retrieving alert policies in Google Cloud Monitoring, and it implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page details the class's constructors, including a default constructor and a copy constructor that accepts another `GetAlertPolicyRequest` object."],["The class's properties are documented, such as `Name`, `AlertPolicyName`, and `ResourceName`, which are essential for specifying which alert policy to retrieve, and it requires a string representing the project and alert policy ID."],["The latest version for the API is 3.15.0, and the page provides navigation to multiple past versions of the API, ranging back to version 2.3.0."]]],[]]