public sealed class CreateWorkstationConfigRequest : IMessage<CreateWorkstationConfigRequest>, IEquatable<CreateWorkstationConfigRequest>, IDeepCloneable<CreateWorkstationConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Workstations v1 API class CreateWorkstationConfigRequest.
[[["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 documentation for the \u003ccode\u003eCreateWorkstationConfigRequest\u003c/code\u003e class within the Cloud Workstations v1 API, detailing its purpose as a message for creating a \u003ccode\u003eCreateWorkstationConfig\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateWorkstationConfigRequest\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e 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, providing functionality for message handling, equality checks, deep cloning, and buffer-based message operations.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, one default and one that takes another \u003ccode\u003eCreateWorkstationConfigRequest\u003c/code\u003e object as a parameter, allowing for object creation and copying.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eCreateWorkstationConfigRequest\u003c/code\u003e include \u003ccode\u003eParent\u003c/code\u003e (required string representing the parent resource name), \u003ccode\u003eParentAsWorkstationClusterName\u003c/code\u003e (a typed view of the parent), \u003ccode\u003eValidateOnly\u003c/code\u003e (optional boolean to validate the request without applying), \u003ccode\u003eWorkstationConfig\u003c/code\u003e (required configuration to create), and \u003ccode\u003eWorkstationConfigId\u003c/code\u003e (required ID for the workstation configuration).\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eCreateWorkstationConfigRequest\u003c/code\u003e class is 1.3.0, with previous versions 1.2.0, 1.1.0 and 1.0.0 also accessible in the given documentation.\u003c/p\u003e\n"]]],[],null,["# Cloud Workstations v1 API - Class CreateWorkstationConfigRequest (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1.CreateWorkstationConfigRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Workstations.V1/1.2.0/Google.Cloud.Workstations.V1.CreateWorkstationConfigRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Workstations.V1/1.1.0/Google.Cloud.Workstations.V1.CreateWorkstationConfigRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Workstations.V1/1.0.0/Google.Cloud.Workstations.V1.CreateWorkstationConfigRequest) \n\n public sealed class CreateWorkstationConfigRequest : IMessage\u003cCreateWorkstationConfigRequest\u003e, IEquatable\u003cCreateWorkstationConfigRequest\u003e, IDeepCloneable\u003cCreateWorkstationConfigRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Workstations v1 API class CreateWorkstationConfigRequest.\n\nMessage for creating a CreateWorkstationConfig. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CreateWorkstationConfigRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CreateWorkstationConfigRequest](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1.CreateWorkstationConfigRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CreateWorkstationConfigRequest](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1.CreateWorkstationConfigRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CreateWorkstationConfigRequest](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1.CreateWorkstationConfigRequest), [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.Workstations.V1](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Workstations.V1.dll\n\nConstructors\n------------\n\n### CreateWorkstationConfigRequest()\n\n public CreateWorkstationConfigRequest()\n\n### CreateWorkstationConfigRequest(CreateWorkstationConfigRequest)\n\n public CreateWorkstationConfigRequest(CreateWorkstationConfigRequest other)\n\nProperties\n----------\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. Parent resource name.\n\n### ParentAsWorkstationClusterName\n\n public WorkstationClusterName ParentAsWorkstationClusterName { get; set; }\n\n[WorkstationClusterName](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1.WorkstationClusterName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1.CreateWorkstationConfigRequest#Google_Cloud_Workstations_V1_CreateWorkstationConfigRequest_Parent) resource name property.\n\n### ValidateOnly\n\n public bool ValidateOnly { get; set; }\n\nOptional. If set, validate the request and preview the review, but do not\nactually apply it.\n\n### WorkstationConfig\n\n public WorkstationConfig WorkstationConfig { get; set; }\n\nRequired. Config to create.\n\n### WorkstationConfigId\n\n public string WorkstationConfigId { get; set; }\n\nRequired. ID to use for the workstation configuration."]]