Cloud Workstations v1 API - Class UpdateWorkstationRequest (1.1.0)

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.

Request message for UpdateWorkstation.

Inheritance

object > UpdateWorkstationRequest

Namespace

Google.Cloud.Workstations.V1

Assembly

Google.Cloud.Workstations.V1.dll

Constructors

UpdateWorkstationRequest()

public UpdateWorkstationRequest()

UpdateWorkstationRequest(UpdateWorkstationRequest)

public UpdateWorkstationRequest(UpdateWorkstationRequest other)
Parameter
NameDescription
otherUpdateWorkstationRequest

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
TypeDescription
bool

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Mask specifying which fields in the workstation configuration should be updated.

Property Value
TypeDescription
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
TypeDescription
bool

Workstation

public Workstation Workstation { get; set; }

Required. Workstation to update.

Property Value
TypeDescription
Workstation