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"]],[["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 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."]]],[]]