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, which dictates the event required to start a new job."],["The latest version available for this `Trigger` class is 4.16.0, with numerous previous versions listed, such as 4.15.0 all the way down to 2.15.0."],["The `Trigger` class is sealed and inherits from `Object`, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Trigger` class has two key properties: `Manual`, which is used for hybrid jobs that require manual creation and finishing, and `Schedule`, which is for jobs that repeat based on elapsed time."],["There are two constructors available for the class; `Trigger()` and `Trigger(JobTrigger.Types.Trigger other)`, the second accepting a JobTrigger.Types.Trigger parameter."]]],[]]