public sealed class DeleteJobRequest : IMessage<DeleteJobRequest>, IEquatable<DeleteJobRequest>, IDeepCloneable<DeleteJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Scheduler v1 API class DeleteJobRequest.
Request message for deleting a job using
[DeleteJob][google.cloud.scheduler.v1.CloudScheduler.DeleteJob].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDeleteJobRequest\u003c/code\u003e class is used to create a request for deleting a job within the Google Cloud Scheduler v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Cloud.Scheduler.V1\u003c/code\u003e namespace and is available in the \u003ccode\u003eGoogle.Cloud.Scheduler.V1.dll\u003c/code\u003e assembly, with versioning ranging from 2.2.0 to the latest, 3.5.0.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the \u003ccode\u003eobject\u003c/code\u003e class and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteJobRequest\u003c/code\u003e class requires a \u003ccode\u003eName\u003c/code\u003e property that specifies the full resource name of the job to be deleted, following the format: \u003ccode\u003eprojects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve the job's name using the JobName property which will output a \u003ccode\u003eJobName\u003c/code\u003e typed view over the \u003ccode\u003eName\u003c/code\u003e property.\u003c/p\u003e\n"]]],[],null,[]]