public sealed class CancelOperationRequest : IMessage<CancelOperationRequest>, IEquatable<CancelOperationRequest>, IDeepCloneable<CancelOperationRequest>, IBufferMessage, IMessage
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 webpage provides documentation for the `CancelOperationRequest` class, which is part of the `Google.LongRunning` namespace in the Google.LongRunning.dll assembly."],["The `CancelOperationRequest` class is used as the request message for the `Operations.CancelOperation` method, allowing users to request the cancellation of an operation."],["The class has several versions documented on the page, with version 3.3.0 being the latest and 3.0.0 being the primary focus."],["`CancelOperationRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, with some of its inherited members being described."],["The `CancelOperationRequest` class has two constructors and one property, `Name`, which is a string that holds the name of the operation to be canceled."]]],[]]