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."],[[["Version 2.2.0 of the `CancelOperationRequest` class is a request message used for the `Operations.CancelOperation`."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating a new instance or a copy from an existing `CancelOperationRequest` object."],["The class has a `Name` property of type `string` that represents the name of the operation resource to be cancelled."],["The provided content also displays all the previous versions, with the latest being 3.3.0, with links to each of them."]]],[]]