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."],[[["This document provides reference documentation for the `DeleteJobRequest` class within the Google Cloud Run Admin v2 API for .NET, specifically for version 2.9.0."],["The `DeleteJobRequest` class is used to request the deletion of a Job in Cloud Run, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `Etag`, `JobName`, `Name`, and `ValidateOnly`, which allow for the specification of the Job to be deleted and for setting validation options."],["The documentation has version history, with version 2.13.0 being the most current and providing the full list of past versions going as far back as 1.0.0-beta02."],["The class also has default constructors that allow for the creation of an instance of `DeleteJobRequest` both with and without parameters."]]],[]]