Cloud Workstations v1 API - Class UpdateWorkstationConfigRequest (1.2.0)

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.

Request message for UpdateWorkstationConfig.

Inheritance

object > UpdateWorkstationConfigRequest

Namespace

Google.Cloud.Workstations.V1

Assembly

Google.Cloud.Workstations.V1.dll

Constructors

UpdateWorkstationConfigRequest()

public UpdateWorkstationConfigRequest()

UpdateWorkstationConfigRequest(UpdateWorkstationConfigRequest)

public UpdateWorkstationConfigRequest(UpdateWorkstationConfigRequest other)
Parameter
NameDescription
otherUpdateWorkstationConfigRequest

Properties

AllowMissing

public bool AllowMissing { get; set; }

Optional. If set and the workstation configuration is not found, a new workstation configuration will be 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

WorkstationConfig

public WorkstationConfig WorkstationConfig { get; set; }

Required. Config to update.

Property Value
TypeDescription
WorkstationConfig