public sealed class Criteria : IMessage<Snooze.Types.Criteria>, IEquatable<Snooze.Types.Criteria>, IDeepCloneable<Snooze.Types.Criteria>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class Snooze.Types.Criteria.
Criteria specific to the AlertPolicys that this Snooze applies to. The
Snooze will suppress alerts that come from one of the AlertPolicys
whose names are supplied.
[[["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 webpage provides documentation for the `Snooze.Types.Criteria` class within the Google Cloud Monitoring v3 API, specifically for .NET development."],["The `Criteria` class is used to define the conditions under which alerts from specified `AlertPolicy` names will be suppressed via a `Snooze`."],["It's possible to access documentation for different versions of the `Criteria` class, ranging from version 2.3.0 to 3.15.0, with 3.15.0 being the latest release."],["The `Criteria` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with protocol buffers and enabling deep cloning and equality checks."],["The `Criteria` class includes a `Policies` property, a `RepeatedField` that can hold up to 10 specific `AlertPolicy` names, and is used to specify which policies should be muted by the snooze."]]],[]]