Interface UpdateWorkstationClusterRequestOrBuilder (0.29.0)

public interface UpdateWorkstationClusterRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowMissing()

public abstract boolean getAllowMissing()

Optional. If set, and the workstation cluster is not found, a new workstation cluster will be created. In this situation, update_mask is ignored.

bool allow_missing = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The allowMissing.

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. Mask that specifies which fields in the workstation cluster should be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. Mask that specifies which fields in the workstation cluster should be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMaskOrBuilder

getValidateOnly()

public abstract boolean getValidateOnly()

Optional. If set, validate the request and preview the review, but do not actually apply it.

bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The validateOnly.

getWorkstationCluster()

public abstract WorkstationCluster getWorkstationCluster()

Required. Workstation cluster to update.

.google.cloud.workstations.v1.WorkstationCluster workstation_cluster = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
WorkstationCluster

The workstationCluster.

getWorkstationClusterOrBuilder()

public abstract WorkstationClusterOrBuilder getWorkstationClusterOrBuilder()

Required. Workstation cluster to update.

.google.cloud.workstations.v1.WorkstationCluster workstation_cluster = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
WorkstationClusterOrBuilder

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. Mask that specifies which fields in the workstation cluster should be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the updateMask field is set.

hasWorkstationCluster()

public abstract boolean hasWorkstationCluster()

Required. Workstation cluster to update.

.google.cloud.workstations.v1.WorkstationCluster workstation_cluster = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the workstationCluster field is set.