Class UpdateJobRequest (2.2.1)

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

Update job request. .. attribute:: job

Required. The Job to be updated.

:type: google.cloud.talent_v4beta1.types.Job

Attribute

NameDescription
update_mask google.protobuf.field_mask_pb2.FieldMask
Strongly recommended for the best service experience. If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated. A field mask to restrict the fields that are updated. Only top level fields of Job are supported.