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-03-24 UTC."],[[["This page details the `JobTrigger.Types.Trigger` class within the `Google.Cloud.Dlp.V2` namespace, used to define what event starts a new job, with the latest version being 4.16.0."],["The `Trigger` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionalities such as deep cloning and equality comparison."],["The class has two constructors: a default one, and another that allows creating a new instance based on an existing `JobTrigger.Types.Trigger`."],["The `Trigger` class contains properties for defining job triggers, either manually via the `Manual` property, or on a schedule through the `Schedule` property."],["The version history of the `JobTrigger.Types.Trigger` is listed, ranging from version 4.16.0 (latest) down to version 2.15.0, with links to documentation for each version."]]],[]]