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-03-24 UTC."],[[["This webpage details the `Trigger` class within the `Google.Cloud.Dlp.V2` namespace, specifically in version 3.4.0, which determines the event that initiates a new job."],["The `Trigger` class, which inherits from `Object`, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this `Trigger` class documentation is version 4.16.0, with multiple previous versions also documented, going back to 2.15.0."],["The `Trigger` class has two key properties: `Manual`, which is used for hybrid jobs that need manual creation and finishing, and `Schedule`, which is for jobs that repeat based on time elapsed."],["`TriggerCase` is a property of the `Trigger` class, of type `JobTrigger.Types.Trigger.TriggerOneofCase` that is used for job triggers."]]],[]]