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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `Trigger` class, part of the `Google.Cloud.Monitoring.V3` namespace, determines how many time series must fail a predicate to activate a condition within an alert policy."],["Version history of this class is documented from version 2.3.0 up to the latest version 3.15.0, with direct links to each version for quick access."],["The `Trigger` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its comprehensive integration within the Google Cloud Monitoring framework."],["The class has two properties, `Count` and `Percent`, to control the triggering criteria based on absolute numbers or percentages of failing time series, respectively."],["The default behavior for the `Trigger` is a count of 1, meaning that just one failing time series is enough to trigger the alert if no specific number is set."]]],[]]