public sealed class CreateRuntimeRequest : IMessage<CreateRuntimeRequest>, IEquatable<CreateRuntimeRequest>, IDeepCloneable<CreateRuntimeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class CreateRuntimeRequest.
[[["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 latest version of the \u003ccode\u003eCreateRuntimeRequest\u003c/code\u003e API class is 2.5.0, part of the Google.Cloud.Notebooks.V1 namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class is used to request the creation of a Managed Notebook Runtime and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCreateRuntimeRequest\u003c/code\u003e includes properties such as \u003ccode\u003eParent\u003c/code\u003e, \u003ccode\u003eRequestId\u003c/code\u003e, \u003ccode\u003eRuntime\u003c/code\u003e, and \u003ccode\u003eRuntimeId\u003c/code\u003e, which are essential for defining the runtime creation parameters.\u003c/p\u003e\n"],["\u003cp\u003eConstructors are available to create a new \u003ccode\u003eCreateRuntimeRequest\u003c/code\u003e object or to copy an existing one, allowing for flexible initialization.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property requires a string in the format \u003ccode\u003eprojects/{project_id}/locations/{location}\u003c/code\u003e, or a RuntimeName type to specify the project and location for runtime creation.\u003c/p\u003e\n"]]],[],null,["# AI Platform Notebooks v1 API - Class CreateRuntimeRequest (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.CreateRuntimeRequest)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.4.0/Google.Cloud.Notebooks.V1.CreateRuntimeRequest)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.3.0/Google.Cloud.Notebooks.V1.CreateRuntimeRequest)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.2.0/Google.Cloud.Notebooks.V1.CreateRuntimeRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.1.0/Google.Cloud.Notebooks.V1.CreateRuntimeRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/2.0.0/Google.Cloud.Notebooks.V1.CreateRuntimeRequest)\n- [1.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/1.0.0-beta04/Google.Cloud.Notebooks.V1.CreateRuntimeRequest) \n\n public sealed class CreateRuntimeRequest : IMessage\u003cCreateRuntimeRequest\u003e, IEquatable\u003cCreateRuntimeRequest\u003e, IDeepCloneable\u003cCreateRuntimeRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AI Platform Notebooks v1 API class CreateRuntimeRequest.\n\nRequest for creating a Managed Notebook Runtime. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CreateRuntimeRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CreateRuntimeRequest](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.CreateRuntimeRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CreateRuntimeRequest](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.CreateRuntimeRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CreateRuntimeRequest](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.CreateRuntimeRequest), [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### CreateRuntimeRequest()\n\n public CreateRuntimeRequest()\n\n### CreateRuntimeRequest(CreateRuntimeRequest)\n\n public CreateRuntimeRequest(CreateRuntimeRequest 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### ParentAsRuntimeName\n\n public RuntimeName ParentAsRuntimeName { get; set; }\n\n[RuntimeName](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.RuntimeName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Notebooks.V1/latest/Google.Cloud.Notebooks.V1.CreateRuntimeRequest#Google_Cloud_Notebooks_V1_CreateRuntimeRequest_Parent) resource name property.\n\n### RequestId\n\n public string RequestId { get; set; }\n\nIdempotent request UUID.\n\n### Runtime\n\n public Runtime Runtime { get; set; }\n\nRequired. The Runtime to be created.\n\n### RuntimeId\n\n public string RuntimeId { get; set; }\n\nRequired. User-defined unique ID of this Runtime."]]