public sealed class CancelExecutionRequest : IMessage<CancelExecutionRequest>, IEquatable<CancelExecutionRequest>, IDeepCloneable<CancelExecutionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflow Executions v1 API class CancelExecutionRequest.
Request for the
[CancelExecution][google.cloud.workflows.executions.v1.Executions.CancelExecution]
method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `CancelExecutionRequest` class within the Google Cloud Workflows Executions v1 API, specifically for .NET development."],["The `CancelExecutionRequest` class is used to create requests for the `CancelExecution` method, allowing for the cancellation of a workflow execution."],["It is available in multiple versions, from 1.0.0 up to the latest 2.6.0, offering backwards compatibility, with version 2.2.0 being the current context."],["The `CancelExecutionRequest` class inherits from `object` and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties include `ExecutionName` for a typed resource name view, and `Name` which is a string representing the unique identifier of the execution to be cancelled."]]],[]]