Class CreateJobRequest (0.10.4)

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

Request message for creating a Job.

Attributes

NameDescription
parent str
Required. The location and project in which this Job should be created. Format: projects/{project}/locations/{location}, where {project} can be project id or number.
job google.cloud.run_v2.types.Job
Required. The Job instance to create.
job_id str
Required. The unique identifier for the Job. The name of the job becomes {parent}/jobs/{job_id}.
validate_only bool
Indicates that the request should be validated and default values populated, without persisting the request or creating any resources.