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-03-21 UTC."],[[["The latest version of the `DeleteJobRequest` class is 2.13.0, but there are multiple versions available, including down to version 1.0.0-beta02."],["`DeleteJobRequest` is a class within the Google.Cloud.Run.V2 namespace used to send requests for deleting a Cloud Run Job."],["The `DeleteJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it supports different message related operations."],["The class allows users to specify the job to delete by its full name, it has properties to include an `Etag` fingerprint for version conflict detection, and it supports validation without actual deletion using the `ValidateOnly` property."],["The `DeleteJobRequest` has public constructors and its own `JobName` type property to better handle job deletion requests."]]],[]]