Class UpdateWorkstationRequest (0.2.1)

UpdateWorkstationRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for UpdateWorkstation.

Attributes

NameDescription
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 config should be updated.
validate_only bool
If set, validate the request and preview the review, but do not actually apply it.
allow_missing bool
If set, and the config is not found, a new config will be created. In this situation, update_mask is ignored.