[[["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 reference information for the \u003ccode\u003eCreateNodeRequest\u003c/code\u003e class within the Google Cloud TPU v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateNodeRequest\u003c/code\u003e class is used to request the creation of a node, as defined by the \u003ccode\u003egoogle.cloud.tpu.v1.Tpu.CreateNode\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThis class 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, supporting functionalities such as message handling, equality checks, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eIt has properties such as \u003ccode\u003eNode\u003c/code\u003e, \u003ccode\u003eNodeId\u003c/code\u003e, \u003ccode\u003eParent\u003c/code\u003e, and \u003ccode\u003eParentAsLocationName\u003c/code\u003e, which are used to define the details of the node and the context for the create request.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation covers multiple versions of \u003ccode\u003eCreateNodeRequest\u003c/code\u003e, from version 1.0.0 to the latest version 2.4.0.\u003c/p\u003e\n"]]],[],null,["# Cloud TPU v1 API - Class CreateNodeRequest (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Tpu.V1/latest/Google.Cloud.Tpu.V1.CreateNodeRequest)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Tpu.V1/2.3.0/Google.Cloud.Tpu.V1.CreateNodeRequest)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Tpu.V1/2.2.0/Google.Cloud.Tpu.V1.CreateNodeRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Tpu.V1/2.1.0/Google.Cloud.Tpu.V1.CreateNodeRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Tpu.V1/2.0.0/Google.Cloud.Tpu.V1.CreateNodeRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Tpu.V1/1.1.0/Google.Cloud.Tpu.V1.CreateNodeRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Tpu.V1/1.0.0/Google.Cloud.Tpu.V1.CreateNodeRequest) \n\n public sealed class CreateNodeRequest : IMessage\u003cCreateNodeRequest\u003e, IEquatable\u003cCreateNodeRequest\u003e, IDeepCloneable\u003cCreateNodeRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud TPU v1 API class CreateNodeRequest.\n\nRequest for \\[CreateNode\\]\\[google.cloud.tpu.v1.Tpu.CreateNode\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CreateNodeRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CreateNodeRequest](/dotnet/docs/reference/Google.Cloud.Tpu.V1/latest/Google.Cloud.Tpu.V1.CreateNodeRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CreateNodeRequest](/dotnet/docs/reference/Google.Cloud.Tpu.V1/latest/Google.Cloud.Tpu.V1.CreateNodeRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CreateNodeRequest](/dotnet/docs/reference/Google.Cloud.Tpu.V1/latest/Google.Cloud.Tpu.V1.CreateNodeRequest), [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.Tpu.V1](/dotnet/docs/reference/Google.Cloud.Tpu.V1/latest/Google.Cloud.Tpu.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Tpu.V1.dll\n\nConstructors\n------------\n\n### CreateNodeRequest()\n\n public CreateNodeRequest()\n\n### CreateNodeRequest(CreateNodeRequest)\n\n public CreateNodeRequest(CreateNodeRequest other)\n\nProperties\n----------\n\n### Node\n\n public Node Node { get; set; }\n\nRequired. The node.\n\n### NodeId\n\n public string NodeId { get; set; }\n\nThe unqualified resource name.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The parent resource name.\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.LocationName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Tpu.V1/latest/Google.Cloud.Tpu.V1.CreateNodeRequest#Google_Cloud_Tpu_V1_CreateNodeRequest_Parent) resource name property."]]