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 webpage provides reference documentation for the `CancelExecutionRequest` class within the Cloud Run Admin v2 API, specifically for .NET development, offering a comprehensive guide to its properties and usage."],["The `CancelExecutionRequest` class is used to send a request to delete an execution within Google Cloud Run, and is part of the Google.Cloud.Run.V2 namespace and the Google.Cloud.Run.V2.dll assembly."],["There is an extensive list of previous versions for this class, starting from version 2.0.0 all the way to the latest version 2.13.0, as well as one beta version."],["The class includes properties like `Name` to specify the execution to cancel, `Etag` for version conflict detection, `ExecutionName` for a typed view of the resource name, and `ValidateOnly` for request validation without actual resource modification."],["The class inherits functionalities from various interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, along with inherited members from the base object class."]]],[]]