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.
For use with hybrid jobs. Jobs must be manually created and finished.
Early access feature is in a pre-release state and might change or have
limited support. For more information, see
https://cloud.google.com/products#product-launch-stages.
[[["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 `JobTrigger.Types.Trigger` class within the `Google.Cloud.Dlp.V2` namespace for .NET, focusing on job trigger configurations."],["The latest version of this resource is 4.16.0, and the page offers access to documentation for versions ranging from 2.15.0 to 4.16.0, all the way down to version 3.3.0 being displayed on the page."],["The `Trigger` class, which inherits from `Object` and implements multiple interfaces, defines the conditions for initiating a new job."],["The `Trigger` class offers two constructors, one being a parameterless `Trigger()`, and the other being `Trigger(JobTrigger.Types.Trigger)` which takes in an existing JobTrigger.Types.Trigger."],["Jobs can be set to trigger manually or on a repeating schedule, based on time elapsed, through the `Manual` and `Schedule` properties respectively."]]],[]]