public sealed class CancelOperationRequest : IMessage<CancelOperationRequest>, IEquatable<CancelOperationRequest>, IDeepCloneable<CancelOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class CancelOperationRequest.
CancelOperationRequest cancels a single operation.
[[["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."],[[["The page provides reference documentation for the `CancelOperationRequest` class within the Google Kubernetes Engine v1 API for .NET, specifically within version 3.5.0 and its previous versions."],["`CancelOperationRequest` is used to cancel a single operation and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for diverse operations and comparisons."],["The `Name` property of `CancelOperationRequest` is the primary identifier for the operation to cancel, formatted as `projects/*/locations/*/operations/*`, replacing the deprecated `OperationId`, `ProjectId`, and `Zone` properties."],["The page lists a comprehensive set of versions of `CancelOperationRequest`, starting from the latest version 3.33.0, all the way down to version 2.3.0, along with links to their respective documentation pages."],["The class is defined within the `Google.Cloud.Container.V1` namespace and is part of the `Google.Cloud.Container.V1.dll` assembly, and it inherits certain members from the `Object` class."]]],[]]