public sealed class CancelOperationRequest : IMessage<CancelOperationRequest>, IEquatable<CancelOperationRequest>, IDeepCloneable<CancelOperationRequest>, IBufferMessage, IMessage
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-04-09 UTC."],[[["This page details the `CancelOperationRequest` class within the `Google.Cloud.Container.V1` namespace, part of the .NET library for interacting with Google Cloud Container services, with the latest version being 3.33.0."],["`CancelOperationRequest` is used to cancel a specific operation within the Google Cloud Container Engine, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has properties such as `Name`, which is the recommended way to identify the operation to be canceled using the format `projects/*/locations/*/operations/*`, and several deprecated properties (`OperationId`, `ProjectId`, `Zone`)."],["There are multiple previous versions available, ranging from 3.32.0 down to 2.3.0, allowing users to access the `CancelOperationRequest` class across several iterations of the library."],["The class offers two constructors, one parameterless and another taking `CancelOperationRequest` as a parameter, allowing users to instantiate the class in a variety of ways."]]],[]]