public sealed class Trigger : IMessage<JobTrigger.Types.Trigger>, IEquatable<JobTrigger.Types.Trigger>, IDeepCloneable<JobTrigger.Types.Trigger>, IBufferMessage, IMessage
What event needs to occur for a new job to be started.
[[["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-09 UTC."],[[["This webpage details the `Trigger` class within the `Google.Cloud.Dlp.V2` namespace, specifically related to the `JobTrigger.Types` component for .NET applications."],["The latest version documented is 4.16.0, with a historical overview that includes versions back to 2.15.0."],["The `Trigger` class, which inherits from `Object` and implements multiple interfaces, defines the events that start a new job."],["The `Trigger` class offers two primary methods for starting a job: manually via the `Manual` property, or on a recurring basis using the `Schedule` property."],["The class contains the property `TriggerCase` that defines if the job will be started manually or on a schedule, defined by `TriggerOneofCase`."]]],[]]