Class UpdateWorkstationConfigRequest (0.5.5)

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

Request message for UpdateWorkstationConfig.

Attributes

NameDescription
workstation_config google.cloud.workstations_v1.types.WorkstationConfig
Required. Config 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 will be created. In this situation, update_mask is ignored.