public sealed class AlertStrategy : IMessage<AlertPolicy.Types.AlertStrategy>, IEquatable<AlertPolicy.Types.AlertStrategy>, IDeepCloneable<AlertPolicy.Types.AlertStrategy>, IBufferMessage, IMessage
Control over how the notification channels in notification_channels
are notified when this alert fires.
[[["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."],[[["The content focuses on the `AlertStrategy` class within the `Google.Cloud.Monitoring.V3` namespace, specifically detailing its structure, inheritance, implementation, and members across various versions."],["`AlertStrategy` controls how notification channels are notified when an alert fires, with features such as `AutoClose` for closing incidents without data and `NotificationRateLimit` which is required for `LogMatch` conditions."],["The latest version available is 3.15.0, but the page also includes documentation for various older versions of the library, down to 2.3.0."],["`AlertStrategy` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, showcasing its capabilities within the Google.Protobuf framework."],["The page provides information on the constructors, `AlertStrategy()` and `AlertStrategy(AlertPolicy.Types.AlertStrategy other)`, as well as the properties `AutoClose` and `NotificationRateLimit`."]]],[]]