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.
Implements
IMessageUpdateWorkstationConfigRequest, IEquatableUpdateWorkstationConfigRequest, IDeepCloneableUpdateWorkstationConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Workstations.V1Assembly
Google.Cloud.Workstations.V1.dll
Constructors
UpdateWorkstationConfigRequest()
public UpdateWorkstationConfigRequest()
UpdateWorkstationConfigRequest(UpdateWorkstationConfigRequest)
public UpdateWorkstationConfigRequest(UpdateWorkstationConfigRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateWorkstationConfigRequest |
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 | |
---|---|
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 |
WorkstationConfig
public WorkstationConfig WorkstationConfig { get; set; }
Required. Config to update.
Property Value | |
---|---|
Type | Description |
WorkstationConfig |