public sealed class Schedule : IMessage<Schedule>, IEquatable<Schedule>, IDeepCloneable<Schedule>, IBufferMessage, IMessage
The schedule of a recurring or one time event. The event's time span is
specified by start_time and end_time. If the scheduled event's timespan is
larger than the cron_spec + cron_job_duration, the event will be recurring.
If only cron_spec + cron_job_duration are specified, the event is effective
starting at the local time specified by cron_spec, and is recurring.
[[["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 page details the \u003ccode\u003eSchedule\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Gaming.V1Beta\u003c/code\u003e namespace, version 1.0.0-beta09, which is designed to define recurring or one-time events.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSchedule\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces including \u003ccode\u003eIMessage<Schedule>\u003c/code\u003e, \u003ccode\u003eIEquatable<Schedule>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<Schedule>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e, allowing it to be used for protocol buffer messaging.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eSchedule\u003c/code\u003e class include \u003ccode\u003eCronJobDuration\u003c/code\u003e, \u003ccode\u003eCronSpec\u003c/code\u003e, \u003ccode\u003eEndTime\u003c/code\u003e, and \u003ccode\u003eStartTime\u003c/code\u003e, which define the duration, cron specification, and the start and end times of the scheduled event, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor, \u003ccode\u003eSchedule()\u003c/code\u003e, and a copy constructor, \u003ccode\u003eSchedule(Schedule other)\u003c/code\u003e, which allows for creating a new \u003ccode\u003eSchedule\u003c/code\u003e instance based on an existing one.\u003c/p\u003e\n"]]],[],null,[]]