public sealed class Trigger : IMessage<AlertPolicy.Types.Condition.Types.Trigger>, IEquatable<AlertPolicy.Types.Condition.Types.Trigger>, IDeepCloneable<AlertPolicy.Types.Condition.Types.Trigger>, IBufferMessage, IMessage
Specifies how many time series must fail a predicate to trigger a
condition. If not specified, then a {count: 1} trigger is used.
[[["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 details the `Trigger` class within the `Google.Cloud.Monitoring.V3` namespace, specifically for use in .NET."],["The `Trigger` class defines how many time series must meet failure criteria to activate an alert condition, defaulting to a count of one if not specified."],["The `Trigger` class has a constructor that can be called, and also one that is passed another `Trigger` object as a parameter."],["Key properties of the `Trigger` class include `Count`, which represents the absolute number of failed time series, and `Percent`, which allows you to specify a failure percentage instead."],["The latest version of this reference is `3.15.0`, with older versions available, and the class inherits from `Object` while implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]