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-04-09 UTC."],[[["This webpage provides reference documentation for the `DeleteExecutionRequest` class within the Cloud Run Admin v2 API, specifically for the .NET library."],["The `DeleteExecutionRequest` class is used to create requests for deleting an Execution resource, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the properties of the `DeleteExecutionRequest` class, including `Etag`, `ExecutionName`, `Name`, and `ValidateOnly`, explaining their types and usage within the request."],["The content highlights the availability of different versions, ranging from `1.0.0-beta02` up to `2.13.0` (latest), of the `DeleteExecutionRequest`, which can all be accessed from this page."],["There are two constructors available for creating an instance of `DeleteExecutionRequest`: one default constructor, and another that accepts another `DeleteExecutionRequest` instance to clone it."]]],[]]