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 construct messages to delete a Job resource by its full name, in the format: projects/{project}/locations/{location}/jobs/{job}."],["The class includes properties like `Etag`, `JobName`, `Name`, and `ValidateOnly`, allowing users to specify details about the job to be deleted, including an option to validate the request without actually deleting resources."],["The most recent version of the `DeleteJobRequest` API is 2.13.0, and there are a number of past versions that are also documented for reference."],["`DeleteJobRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffer operations."]]],[]]