public sealed class CancelOperationRequest : IMessage<CancelOperationRequest>, IEquatable<CancelOperationRequest>, IDeepCloneable<CancelOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.LongRunning class CancelOperationRequest.
The request message for [Operations.CancelOperation][google.longrunning.Operations.CancelOperation].
[[["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 documentation for the `CancelOperationRequest` class within the `Google.LongRunning` namespace, detailing its structure and usage."],["`CancelOperationRequest` is a request message used for the `Operations.CancelOperation` function, allowing users to cancel a long-running operation."],["The `CancelOperationRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features a `Name` property, a string that specifies the resource name of the operation to be cancelled."],["Multiple versions of the documentation are available, ranging from version 2.2.0 to the latest version, 3.3.0."]]],[]]