Cron-tab formatted schedule by which the job will execute.
Format: minute, hour, day of month, month, day of week,
e.g. 0 0 * * WED = every Wednesday
More examples: https://crontab.guru/examples.html
Note that some time zones include a provision for daylight savings time.
The rules for daylight saving time are determined by the chosen tz.
For UTC use the string "utc". If a time zone is not specified,
the default will be in UTC (also known as GMT).
[[["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-09-09 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSchedule\u003c/code\u003e class in the Google.Cloud.Notebooks.V1 namespace defines a schedule for executing jobs, including properties for creation time, cron-tab formatted execution schedule, description, and display name.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the AI Platform Notebooks v1 API, and it implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, ensuring compatibility and functionality within the .NET ecosystem.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSchedule\u003c/code\u003e class allows for setting an execution template (\u003ccode\u003eExecutionTemplate\u003c/code\u003e) and includes properties for tracking the most recent executions (\u003ccode\u003eRecentExecutions\u003c/code\u003e), as well as managing the schedule's state and timezone.\u003c/p\u003e\n"],["\u003cp\u003eThere are several versions available, ranging from the latest (2.5.0) to older ones, and one beta release (1.0.0-beta04), offering various access points for users.\u003c/p\u003e\n"],["\u003cp\u003eConstructors for this class include a default constructor \u003ccode\u003eSchedule()\u003c/code\u003e and one that accepts another schedule for cloning \u003ccode\u003eSchedule(Schedule other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# AI Platform Notebooks v1 API - Class Schedule (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.Schedule)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.4.0/Google.Cloud.Notebooks.V1.Schedule)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.3.0/Google.Cloud.Notebooks.V1.Schedule)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.2.0/Google.Cloud.Notebooks.V1.Schedule)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.1.0/Google.Cloud.Notebooks.V1.Schedule)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.0.0/Google.Cloud.Notebooks.V1.Schedule)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/1.0.0-beta04/Google.Cloud.Notebooks.V1.Schedule) \n\n public sealed class Schedule : IMessage\u003cSchedule\u003e, IEquatable\u003cSchedule\u003e, IDeepCloneable\u003cSchedule\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AI Platform Notebooks v1 API class Schedule.\n\nThe definition of a schedule. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Schedule \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Schedule](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.Schedule), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Schedule](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.Schedule), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Schedule](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.Schedule), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Notebooks.V1](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Notebooks.V1.dll\n\nConstructors\n------------\n\n### Schedule()\n\n public Schedule()\n\n### Schedule(Schedule)\n\n public Schedule(Schedule other)\n\nProperties\n----------\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. Time the schedule was created.\n\n### CronSchedule\n\n public string CronSchedule { get; set; }\n\nCron-tab formatted schedule by which the job will execute.\nFormat: minute, hour, day of month, month, day of week,\ne.g. `0 0 * * WED` = every Wednesday\nMore examples: \u003chttps://crontab.guru/examples.html\u003e\n\n### Description\n\n public string Description { get; set; }\n\nA brief description of this environment.\n\n### DisplayName\n\n public string DisplayName { get; set; }\n\nOutput only. Display name used for UI purposes.\nName can only contain alphanumeric characters, hyphens `-`,\nand underscores `_`.\n\n### ExecutionTemplate\n\n public ExecutionTemplate ExecutionTemplate { get; set; }\n\nNotebook Execution Template corresponding to this schedule.\n\n### Name\n\n public string Name { get; set; }\n\nOutput only. The name of this schedule. Format:\n`projects/{project_id}/locations/{location}/schedules/{schedule_id}`\n\n### RecentExecutions\n\n public RepeatedField\u003cExecution\u003e RecentExecutions { get; }\n\nOutput only. The most recent execution names triggered from this schedule and their\ncorresponding states.\n\n### ScheduleName\n\n public ScheduleName ScheduleName { get; set; }\n\n[ScheduleName](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.ScheduleName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.Schedule#Google_Cloud_Notebooks_V1_Schedule_Name) resource name property.\n\n### State\n\n public Schedule.Types.State State { get; set; }\n\n### TimeZone\n\n public string TimeZone { get; set; }\n\nTimezone on which the cron_schedule.\nThe value of this field must be a time zone name from the tz database.\nTZ Database: \u003chttps://en.wikipedia.org/wiki/List_of_tz_database_time_zones\u003e\n\nNote that some time zones include a provision for daylight savings time.\nThe rules for daylight saving time are determined by the chosen tz.\nFor UTC use the string \"utc\". If a time zone is not specified,\nthe default will be in UTC (also known as GMT).\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. Time the schedule was last updated."]]