public sealed class CancelExecutionRequest : IMessage<CancelExecutionRequest>, IEquatable<CancelExecutionRequest>, IDeepCloneable<CancelExecutionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class CancelExecutionRequest.
Required. The name of the Execution to cancel.
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 information for the `CancelExecutionRequest` class within the Google Cloud Run Admin v2 API, specifically for version 2.11.0."],["The `CancelExecutionRequest` class is used to request the deletion of an Execution in Cloud Run, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Etag`, `ExecutionName`, `Name`, and `ValidateOnly`, each serving a distinct purpose in the process of canceling an execution, like the name of the execution to cancel, and a flag to validate the request."],["Multiple versions of this class are available, with version 2.13.0 being the latest, and this document provides links to documentation for each version, ranging from 1.0.0-beta02 to 2.13.0."],["The `CancelExecutionRequest` class has two constructors, one parameterless and another that takes another `CancelExecutionRequest` object as a parameter, allowing for the creation of new instances, and the inheritance path is `object` \u003e `CancelExecutionRequest`."]]],[]]