UpdateWorkstationRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for UpdateWorkstation.
Attributes |
|
---|---|
Name | Description |
workstation |
google.cloud.workstations_v1.types.Workstation
Required. Workstation to update. |
update_mask |
google.protobuf.field_mask_pb2.FieldMask
Required. Mask specifying which fields in the workstation configuration should be updated. |
validate_only |
bool
Optional. If set, validate the request and preview the review, but do not actually apply it. |
allow_missing |
bool
Optional. If set and the workstation configuration is not found, a new workstation configuration is created. In this situation, update_mask is ignored. |