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 (https://en.wikipedia.org/wiki/Cron) for running
scans periodically.
To explicitly set a timezone to 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. For example, "CRON_TZ=America/New_York 1 * * * *", or
"TZ=America/New_York 1 * * * *".
This field is required for Schedule scans.
[[["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-25 UTC."],[[["This document provides reference information for the `Trigger.Types.Schedule` class within the Google Cloud Dataplex v1 API, detailing its functionality for scheduling scans."],["The `Trigger.Types.Schedule` class allows for the periodic execution of scans, as mentioned through the text: \"The scan is scheduled to run periodically\"."],["The latest version of the Google.Cloud.Dataplex.V1 API, as shown by the available versions in the document, is 3.6.0, and the document lists numerous previous versions for this API."],["The `Cron` property within the `Schedule` class is used to define the periodic schedule for scans, using standard cron syntax, which is a required field for scheduled scans."],["The class `Trigger.Types.Schedule` inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]