public sealed class DeleteJobRequest : IMessage<DeleteJobRequest>, IEquatable<DeleteJobRequest>, IDeepCloneable<DeleteJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class DeleteJobRequest.
[[["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-04-09 UTC."],[[["The latest version available for the `DeleteJobRequest` class is 2.13.0, and the current page is presenting information for version 2.12.0, with documentation available for previous versions as low as 1.0.0-beta02."],["`DeleteJobRequest` is a class within the Cloud Run Admin v2 API designed for initiating a request to delete a Job using its full name, found in the namespace `Google.Cloud.Run.V2`."],["The class `DeleteJobRequest` inherits from `object` and implements interfaces such as `IMessage\u003cDeleteJobRequest\u003e`, `IEquatable\u003cDeleteJobRequest\u003e`, `IDeepCloneable\u003cDeleteJobRequest\u003e`, `IBufferMessage`, and `IMessage`."],["Key properties within the `DeleteJobRequest` class include `Etag` (a version fingerprint), `JobName` (a `JobName`-typed view), `Name` (the full Job name), and `ValidateOnly` (for request validation without deletion)."],["The `DeleteJobRequest` class has two constructors; one is parameterless, and the other takes another instance of `DeleteJobRequest` as a parameter, and both are publically available."]]],[]]