Class UpdateJobRequest (0.10.4)

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

Request message for updating a Job.

Attributes

NameDescription
job google.cloud.run_v2.types.Job
Required. The Job to be updated.
validate_only bool
Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.
allow_missing bool
If set to true, and if the Job does not exist, it will create a new one. Caller must have both create and update permissions for this call if this is set to true.