public sealed class Snooze.Types.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-03-21 UTC."],[[["This webpage provides documentation for the `Snooze.Types.Criteria` class within the Google Cloud Monitoring v3 API, specifically for the .NET environment, with the latest version being 3.15.0."],["The `Snooze.Types.Criteria` class is used to define the specific criteria for `AlertPolicy` suppression, allowing users to temporarily mute alerts from designated policies."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for message handling, equality comparison, deep cloning, and buffer message operations."],["The `Criteria` class offers a `Policies` property, allowing the user to define the alert policies to be snoozed, having to follow the format `projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]` and being limited to a max of 16 policies per snooze."],["The page has various versions of the `Snooze.Types.Criteria` class available for the user to review, ranging from version 3.15.0 down to 2.3.0, alongside detailed documentation on its methods, constructors, properties and inheritances."]]],[]]