public sealed class CreateScheduleRequest : IMessage<CreateScheduleRequest>, IEquatable<CreateScheduleRequest>, IDeepCloneable<CreateScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class CreateScheduleRequest.
[[["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\u003eCreateScheduleRequest\u003c/code\u003e class is part of the AI Platform Notebooks v1 API, specifically within the \u003ccode\u003eGoogle.Cloud.Notebooks.V1\u003c/code\u003e namespace in the .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThis class represents a request to create a scheduled notebook and inherits from \u003ccode\u003eobject\u003c/code\u003e while implementing \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<CreateScheduleRequest>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<CreateScheduleRequest>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateScheduleRequest\u003c/code\u003e class has constructors for creating a new instance, either empty or by copying an existing one, and includes properties like \u003ccode\u003eParent\u003c/code\u003e, \u003ccode\u003eParentAsScheduleName\u003c/code\u003e, \u003ccode\u003eSchedule\u003c/code\u003e, and \u003ccode\u003eScheduleId\u003c/code\u003e for defining the schedule's details.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation offers different versions of the \u003ccode\u003eCreateScheduleRequest\u003c/code\u003e, with the latest being 2.5.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property within the \u003ccode\u003eCreateScheduleRequest\u003c/code\u003e class is required, formatted as \u003ccode\u003eparent=projects/{project_id}/locations/{location}\u003c/code\u003e, with a string type, and the \u003ccode\u003eSchedule\u003c/code\u003e property represents the schedule to be created.\u003c/p\u003e\n"]]],[],null,["# AI Platform Notebooks v1 API - Class CreateScheduleRequest (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.CreateScheduleRequest)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.4.0/Google.Cloud.Notebooks.V1.CreateScheduleRequest)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.3.0/Google.Cloud.Notebooks.V1.CreateScheduleRequest)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.2.0/Google.Cloud.Notebooks.V1.CreateScheduleRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.1.0/Google.Cloud.Notebooks.V1.CreateScheduleRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.0.0/Google.Cloud.Notebooks.V1.CreateScheduleRequest)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/1.0.0-beta04/Google.Cloud.Notebooks.V1.CreateScheduleRequest) \n\n public sealed class CreateScheduleRequest : IMessage\u003cCreateScheduleRequest\u003e, IEquatable\u003cCreateScheduleRequest\u003e, IDeepCloneable\u003cCreateScheduleRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AI Platform Notebooks v1 API class CreateScheduleRequest.\n\nRequest for created scheduled notebooks \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CreateScheduleRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CreateScheduleRequest](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.CreateScheduleRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CreateScheduleRequest](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.CreateScheduleRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CreateScheduleRequest](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.CreateScheduleRequest), [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### CreateScheduleRequest()\n\n public CreateScheduleRequest()\n\n### CreateScheduleRequest(CreateScheduleRequest)\n\n public CreateScheduleRequest(CreateScheduleRequest other)\n\nProperties\n----------\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. Format:\n`parent=projects/{project_id}/locations/{location}`\n\n### ParentAsScheduleName\n\n public ScheduleName ParentAsScheduleName { get; set; }\n\n[ScheduleName](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.ScheduleName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.CreateScheduleRequest#Google_Cloud_Notebooks_V1_CreateScheduleRequest_Parent) resource name property.\n\n### Schedule\n\n public Schedule Schedule { get; set; }\n\nRequired. The schedule to be created.\n\n### ScheduleId\n\n public string ScheduleId { get; set; }\n\nRequired. User-defined unique ID of this schedule."]]