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, specifically for the .NET environment."],["The `DeleteJobRequest` class is used to send a request to delete a Job in Cloud Run, identified by its full name, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists all available versions, from 2.13.0 (latest) down to 1.0.0-beta02, that include the `DeleteJobRequest` functionality."],["Key properties of the `DeleteJobRequest` class include `Etag`, `JobName`, `Name`, and `ValidateOnly`, which manage resource identification, conflict detection, and request validation."],["The `DeleteJobRequest` class includes two constructors, one default constructor and another which makes a deep copy of the object."]]],[]]