public sealed class UpdateWorkstationConfigRequest : IMessage<UpdateWorkstationConfigRequest>, IEquatable<UpdateWorkstationConfigRequest>, IDeepCloneable<UpdateWorkstationConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Workstations v1 API class UpdateWorkstationConfigRequest.
Optional. If set and the workstation configuration is not found, a new
workstation configuration will be created. In this situation,
update_mask is ignored.
[[["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\u003eUpdateWorkstationConfigRequest\u003c/code\u003e class within the Cloud Workstations v1 API, detailing its structure and usage.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eUpdateWorkstationConfigRequest\u003c/code\u003e is used to send requests to update an existing workstation configuration, and it is the request message for \u003ccode\u003eUpdateWorkstationConfig\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eUpdateWorkstationConfigRequest\u003c/code\u003e is 1.3.0, with previous versions 1.2.0, 1.1.0, and 1.0.0 also documented.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class properties include \u003ccode\u003eAllowMissing\u003c/code\u003e, \u003ccode\u003eUpdateMask\u003c/code\u003e, \u003ccode\u003eValidateOnly\u003c/code\u003e, and \u003ccode\u003eWorkstationConfig\u003c/code\u003e, which control aspects of the update operation, such as whether to create a new config if one isn't found and to specify which fields to update.\u003c/p\u003e\n"]]],[],null,["# Cloud Workstations v1 API - Class UpdateWorkstationConfigRequest (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.UpdateWorkstationConfigRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Workstations.V1/1.2.0/Google.Cloud.Workstations.V1.UpdateWorkstationConfigRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Workstations.V1/1.1.0/Google.Cloud.Workstations.V1.UpdateWorkstationConfigRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Workstations.V1/1.0.0/Google.Cloud.Workstations.V1.UpdateWorkstationConfigRequest) \n\n public sealed class UpdateWorkstationConfigRequest : IMessage\u003cUpdateWorkstationConfigRequest\u003e, IEquatable\u003cUpdateWorkstationConfigRequest\u003e, IDeepCloneable\u003cUpdateWorkstationConfigRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Workstations v1 API class UpdateWorkstationConfigRequest.\n\nRequest message for UpdateWorkstationConfig. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateWorkstationConfigRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateWorkstationConfigRequest](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1.UpdateWorkstationConfigRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateWorkstationConfigRequest](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1.UpdateWorkstationConfigRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateWorkstationConfigRequest](/dotnet/docs/reference/Google.Cloud.Workstations.V1/latest/Google.Cloud.Workstations.V1.UpdateWorkstationConfigRequest), [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### UpdateWorkstationConfigRequest()\n\n public UpdateWorkstationConfigRequest()\n\n### UpdateWorkstationConfigRequest(UpdateWorkstationConfigRequest)\n\n public UpdateWorkstationConfigRequest(UpdateWorkstationConfigRequest other)\n\nProperties\n----------\n\n### AllowMissing\n\n public bool AllowMissing { get; set; }\n\nOptional. If set and the workstation configuration is not found, a new\nworkstation configuration will be created. In this situation,\nupdate_mask is ignored.\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nRequired. Mask specifying which fields in the workstation configuration\nshould be updated.\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 update."]]