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 page provides documentation for the `DeleteJobRequest` class within the Google Cloud Run Admin v2 API, specifically for version 2.10.0."],["`DeleteJobRequest` is used to construct messages for deleting a Job in Cloud Run, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, `DeleteJobRequest()` for a default instance and `DeleteJobRequest(DeleteJobRequest other)` for creating a copy of another `DeleteJobRequest` object."],["Key properties include `Name` (the full name of the Job to be deleted), `Etag` (a version fingerprint), `JobName` (a typed view of the Job's name), and `ValidateOnly` (to validate the deletion request without actually deleting the job)."],["This page also provides a complete list of older versions of the `DeleteJobRequest`, ranging from the current latest version `2.13.0` to the oldest version available `1.0.0-beta02`."]]],[]]