public sealed class Schedule : IMessage<ScanConfig.Types.Schedule>, IEquatable<ScanConfig.Types.Schedule>, IDeepCloneable<ScanConfig.Types.Schedule>, IBufferMessage, IMessage
Required. The duration of time between executions in days.
Property Value
Type
Description
System.Int32
ScheduleTime
public Timestamp ScheduleTime { get; set; }
A timestamp indicates when the next run will be scheduled. The value is
refreshed by the server after each run. If unspecified, it will default
to current server time, which means the scan will be scheduled to start
immediately.
[[["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 document provides information about the \u003ccode\u003eSchedule\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.WebSecurityScanner.V1\u003c/code\u003e namespace, which is used for configuring scan schedules.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSchedule\u003c/code\u003e class, which is sealed, implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing for message handling, equality checks, deep cloning, and buffer message operations.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for creating \u003ccode\u003eSchedule\u003c/code\u003e objects: a default constructor and one that takes another \u003ccode\u003eSchedule\u003c/code\u003e object as a parameter for copying its properties.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSchedule\u003c/code\u003e class has properties \u003ccode\u003eIntervalDurationDays\u003c/code\u003e, which defines the frequency of scan executions in days, and \u003ccode\u003eScheduleTime\u003c/code\u003e, which sets the timestamp for the next scheduled scan.\u003c/p\u003e\n"],["\u003cp\u003eThe document also lists various versions of the \u003ccode\u003eSchedule\u003c/code\u003e class, ranging from version 1.0.0 to 2.5.0, indicating that it has undergone several updates and changes over time.\u003c/p\u003e\n"]]],[],null,[]]