public sealed class UpdateWorkstationRequest : IMessage<UpdateWorkstationRequest>, IEquatable<UpdateWorkstationRequest>, IDeepCloneable<UpdateWorkstationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Workstations v1 API class UpdateWorkstationRequest.
Optional. If set and the workstation configuration is not found, a new
workstation configuration is created. In this situation, update_mask
is ignored.
[[["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-03-21 UTC."],[[["This documentation provides details for the `UpdateWorkstationRequest` class within the Google Cloud Workstations v1 API, specifically for version 1.2.0."],["The `UpdateWorkstationRequest` class is used to send update requests for workstations and inherits from the base object class, while implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateWorkstationRequest` class include `AllowMissing` (for creating a workstation if not found), `UpdateMask` (specifying which fields to update), `ValidateOnly` (for previewing updates), and `Workstation` (the workstation object to update)."],["The `UpdateWorkstationRequest` class has two constructors; one is parameterless and the other one takes another `UpdateWorkstationRequest` object as a parameter."],["The documentation offers a history of the api versions, listing versions 1.0.0, 1.1.0, 1.2.0, and the latest 1.3.0, with links to each version."]]],[]]