Class CreateJobRequest (0.7.1) Stay organized with collections Save and categorize content based on your preferences.
CreateJobRequest(mapping=None,*,ignore_unknown_fields=False,**kwargs)Request message for creating a Job.
Attributes | |
|---|---|
| Name | Description |
parent | strRequired. 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.JobRequired. The Job instance to create. |
job_id | strRequired. The unique identifier for the Job. The name of the job becomes {parent}/jobs/{job_id}. |
validate_only | boolIndicates that the request should be validated and default values populated, without persisting the request or creating any resources. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-22 UTC.