public sealed class JobTrigger.Types.Trigger : IMessage<JobTrigger.Types.Trigger>, IEquatable<JobTrigger.Types.Trigger>, IDeepCloneable<JobTrigger.Types.Trigger>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class JobTrigger.Types.Trigger.
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 provides documentation for the `JobTrigger.Types.Trigger` class within the Google Cloud Data Loss Prevention v2 API, specifically version 4.13.0, which outlines the conditions that trigger the start of a new job."],["The `JobTrigger.Types.Trigger` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are all part of the .NET ecosystem and Google Cloud Protocol Buffer functionality."],["The class offers two primary properties for defining how jobs are triggered: `Manual`, for jobs that are started and stopped manually, and `Schedule`, for jobs that are created on a recurring, time-based basis."],["The documentation includes links to reference material for various previous versions, spanning from 2.15.0 to the latest 4.16.0, allowing users to reference different versions as required."],["It also contains information about the `Trigger` class constructor that accepts another `Trigger` object as a parameter."]]],[]]