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, which is used to define criteria for suppressing alerts from specific `AlertPolicy` instances."],["The `Snooze.Types.Criteria` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The latest available version of the documentation is 3.15.0, and there are numerous versions listed ranging from 3.15.0 down to 2.3.0, allowing users to access the documentation that applies to them."],["A `Criteria` object can be constructed either as an empty object or from another existing `Criteria` object, allowing for flexibility in how it is initialized."],["The `Policies` property of the `Criteria` class is a `RepeatedField` of strings, designed to hold up to 16 specific `AlertPolicy` names, formatted as `projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]`, that will be snoozed."]]],[]]