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 `DeleteJobRequest` class is used to send a request to delete a job in the Cloud Run Admin v2 API."],["This class is part of the `Google.Cloud.Run.V2` namespace and is implemented in the `Google.Cloud.Run.V2.dll` assembly, with its most current version being 2.13.0, but with documentation spanning versions all the way back to 1.0.0-beta02."],["It inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities such as message handling, equality checks, deep cloning, and buffered message manipulation."],["The class includes properties such as `Etag`, `JobName`, `Name`, and `ValidateOnly`, allowing control over etag identification, job name specification, defining the name of the job to delete, and performing validation without deletion, respectively."],["Two constructors are available to generate a `DeleteJobRequest` object, one being an empty constructor and the second one to copy information from an existing `DeleteJobRequest` object."]]],[]]