Class UpdateJobRequest (1.0.0)

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

Update job request.

Attributes

NameDescription
job `.gct_job.Job`
Required. The Job to be updated.
update_mask `.field_mask.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