Class UpdateJobRequest (2.7.1)

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

Update job request.

Attributes

NameDescription
job google.cloud.talent_v4beta1.types.Job
Required. The Job to be updated.
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.

Inheritance

builtins.object > proto.message.Message > UpdateJobRequest