public sealed class UpdateWorkstationClusterRequest : IMessage<UpdateWorkstationClusterRequest>, IEquatable<UpdateWorkstationClusterRequest>, IDeepCloneable<UpdateWorkstationClusterRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Workstations v1 API class UpdateWorkstationClusterRequest.
Request message for UpdateWorkstationCluster.
Implements
IMessageUpdateWorkstationClusterRequest, IEquatableUpdateWorkstationClusterRequest, IDeepCloneableUpdateWorkstationClusterRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Workstations.V1Assembly
Google.Cloud.Workstations.V1.dll
Constructors
UpdateWorkstationClusterRequest()
public UpdateWorkstationClusterRequest()UpdateWorkstationClusterRequest(UpdateWorkstationClusterRequest)
public UpdateWorkstationClusterRequest(UpdateWorkstationClusterRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateWorkstationClusterRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }Optional. If set, and the workstation cluster is not found, a new workstation cluster will be created. In this situation, update_mask is ignored.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. Mask that specifies which fields in the workstation cluster 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 |
|
WorkstationCluster
public WorkstationCluster WorkstationCluster { get; set; }Required. Workstation cluster to update.
| Property Value | |
|---|---|
| Type | Description |
WorkstationCluster |
|