public sealed class UpdateWorkstationRequest : IMessage<UpdateWorkstationRequest>, IEquatable<UpdateWorkstationRequest>, IDeepCloneable<UpdateWorkstationRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Workstations v1 API class UpdateWorkstationRequest.
Request message for UpdateWorkstation.
Implements
IMessageUpdateWorkstationRequest, IEquatableUpdateWorkstationRequest, IDeepCloneableUpdateWorkstationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Workstations.V1Assembly
Google.Cloud.Workstations.V1.dll
Constructors
UpdateWorkstationRequest()
public UpdateWorkstationRequest()UpdateWorkstationRequest(UpdateWorkstationRequest)
public UpdateWorkstationRequest(UpdateWorkstationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateWorkstationRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }Optional. If set and the workstation configuration is not found, a new workstation configuration is created. In this situation, update_mask is ignored.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. Mask specifying which fields in the workstation configuration should be updated.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|
ValidateOnly
public bool ValidateOnly { get; set; }Optional. If set, validate the request and preview the review, but do not actually apply it.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Workstation
public Workstation Workstation { get; set; }Required. Workstation to update.
| Property Value | |
|---|---|
| Type | Description |
Workstation |
|