public interface UpdateWorkstationRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAllowMissing()
public abstract boolean getAllowMissing()
Optional. If set and the workstation configuration is not found, a new workstation configuration is created. In this situation, update_mask is ignored.
bool allow_missing = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The allowMissing. |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Required. Mask specifying which fields in the workstation configuration should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. Mask specifying which fields in the workstation configuration should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
The validateOnly. |
getWorkstation()
public abstract Workstation getWorkstation()
Required. Workstation to update.
.google.cloud.workstations.v1beta.Workstation workstation = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Workstation |
The workstation. |
getWorkstationOrBuilder()
public abstract WorkstationOrBuilder getWorkstationOrBuilder()
Required. Workstation to update.
.google.cloud.workstations.v1beta.Workstation workstation = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
WorkstationOrBuilder |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Required. Mask specifying which fields in the workstation configuration should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |
hasWorkstation()
public abstract boolean hasWorkstation()
Required. Workstation to update.
.google.cloud.workstations.v1beta.Workstation workstation = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the workstation field is set. |