Send feedback
Class DeleteJobRequest (2.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
DeleteJobRequest ( mapping = None , * , ignore_unknown_fields = False , ** kwargs )
Request message for deleting a job using
DeleteJob .
Attributes
Name
Description
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.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Class DeleteJobRequest (2.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.16.0 (latest)](/python/docs/reference/cloudscheduler/latest/google.cloud.scheduler_v1beta1.types.DeleteJobRequest)\n- [2.15.1](/python/docs/reference/cloudscheduler/2.15.1/google.cloud.scheduler_v1beta1.types.DeleteJobRequest)\n- [2.14.1](/python/docs/reference/cloudscheduler/2.14.1/google.cloud.scheduler_v1beta1.types.DeleteJobRequest)\n- [2.13.5](/python/docs/reference/cloudscheduler/2.13.5/google.cloud.scheduler_v1beta1.types.DeleteJobRequest)\n- [2.12.0](/python/docs/reference/cloudscheduler/2.12.0/google.cloud.scheduler_v1beta1.types.DeleteJobRequest)\n- [2.11.3](/python/docs/reference/cloudscheduler/2.11.3/google.cloud.scheduler_v1beta1.types.DeleteJobRequest)\n- [2.10.0](/python/docs/reference/cloudscheduler/2.10.0/google.cloud.scheduler_v1beta1.types.DeleteJobRequest)\n- [2.9.1](/python/docs/reference/cloudscheduler/2.9.1/google.cloud.scheduler_v1beta1.types.DeleteJobRequest)\n- [2.8.0](/python/docs/reference/cloudscheduler/2.8.0/google.cloud.scheduler_v1beta1.types.DeleteJobRequest)\n- [2.7.3](/python/docs/reference/cloudscheduler/2.7.3/google.cloud.scheduler_v1beta1.types.DeleteJobRequest)\n- [2.6.4](/python/docs/reference/cloudscheduler/2.6.4/google.cloud.scheduler_v1beta1.types.DeleteJobRequest)\n- [2.5.1](/python/docs/reference/cloudscheduler/2.5.1/google.cloud.scheduler_v1beta1.types.DeleteJobRequest)\n- [2.4.0](/python/docs/reference/cloudscheduler/2.4.0/google.cloud.scheduler_v1beta1.types.DeleteJobRequest)\n- [2.3.4](/python/docs/reference/cloudscheduler/2.3.4/google.cloud.scheduler_v1beta1.types.DeleteJobRequest)\n- [2.2.0](/python/docs/reference/cloudscheduler/2.2.0/google.cloud.scheduler_v1beta1.types.DeleteJobRequest)\n- [2.1.1](/python/docs/reference/cloudscheduler/2.1.1/google.cloud.scheduler_v1beta1.types.DeleteJobRequest)\n- [2.0.0](/python/docs/reference/cloudscheduler/2.0.0/google.cloud.scheduler_v1beta1.types.DeleteJobRequest)\n- [1.3.2](/python/docs/reference/cloudscheduler/1.3.2/google.cloud.scheduler_v1beta1.types.DeleteJobRequest)\n- [1.2.1](/python/docs/reference/cloudscheduler/1.2.1/google.cloud.scheduler_v1beta1.types.DeleteJobRequest) \n\n DeleteJobRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nRequest message for deleting a job using\nDeleteJob."]]