public sealed class DeleteExecutionRequest : IMessage<DeleteExecutionRequest>, IEquatable<DeleteExecutionRequest>, IDeepCloneable<DeleteExecutionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class DeleteExecutionRequest.
Required. The name of the Execution to delete.
Format:
projects/{project}/locations/{location}/jobs/{job}/executions/{execution},
where {project} can be project id or number.
[[["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 `DeleteExecutionRequest` class within the Cloud Run Admin v2 API, specifically for .NET development, including its constructors, properties, and inherited members."],["The `DeleteExecutionRequest` class is used to construct requests for deleting an Execution within Google Cloud Run, identified by its name."],["The `DeleteExecutionRequest` supports versioning, as evidenced by the listing of various versions from 2.0.0 to the latest 2.13.0, as well as an earlier beta version, allowing users to access the documentation for specific releases."],["The `DeleteExecutionRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The request can be validated without actually deleting any resources using the `ValidateOnly` property."]]],[]]