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-04-09 UTC."],[[["The `DeleteJobRequest` class is part of the Cloud Run Admin v2 API, used to request the deletion of a Job by its full name."],["The latest version available is 2.13.0, and this documentation covers versions ranging from 2.0.0 up to 2.13.0, including one beta version."],["The class `DeleteJobRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management."],["Key properties of the `DeleteJobRequest` class include `Etag` (for version fingerprint), `JobName` (typed view of the job's name), `Name` (full job name), and `ValidateOnly` (for validation without actual deletion)."],["The `DeleteJobRequest` can be instantiated using two constructors, one default and another to pass another `DeleteJobRequest` object, both can be done through the `Google.Cloud.Run.V2` namespace."]]],[]]