Class DeleteJobRequest (2.9.1)

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

Request message for deleting a job using DeleteJob.

Attributes

NameDescription
name str
Required. The job name. For example: projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID.
legacy_app_engine_cron bool
This field is used to manage the legacy App Engine Cron jobs using the Cloud Scheduler API. If the field is set to true, the job in the \__cron queue with the corresponding name will be deleted instead.