public sealed class Trigger.Types.Schedule : IMessage<Trigger.Types.Schedule>, IEquatable<Trigger.Types.Schedule>, IDeepCloneable<Trigger.Types.Schedule>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Trigger.Types.Schedule.
Required. Cron schedule for running
scans periodically.
To explicitly set a timezone in the cron tab, apply a prefix in the
cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}".
The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone
database
(wikipedia).
For example, CRON_TZ=America/New_York 1 * * * *, or
TZ=America/New_York 1 * * * *.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides reference documentation for the \u003ccode\u003eTrigger.Types.Schedule\u003c/code\u003e class within the Google Cloud Dataplex v1 API, specifically in the .NET context.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API documentation is version 3.6.0, with a variety of previous versions from 3.5.0 down to 1.0.0 also available for viewing.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTrigger.Types.Schedule\u003c/code\u003e is a class that defines how scans are periodically scheduled, as defined by the cron syntax.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and contains a constructor \u003ccode\u003eSchedule\u003c/code\u003e that takes in either nothing, or a \u003ccode\u003eTrigger.Types.Schedule\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eA key property within \u003ccode\u003eTrigger.Types.Schedule\u003c/code\u003e is \u003ccode\u003eCron\u003c/code\u003e, which accepts a string that specifies the cron schedule for running scans and also provides how to include a timezone.\u003c/p\u003e\n"]]],[],null,[]]