public sealed class GetOperationRequest : IMessage<GetOperationRequest>, IEquatable<GetOperationRequest>, IDeepCloneable<GetOperationRequest>, IBufferMessage, IMessage
[[["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."],[[["The webpage provides documentation for the `GetOperationRequest` class within the `Google.Cloud.Container.V1` namespace, showing versions ranging from 3.33.0 down to 2.3.0."],["`GetOperationRequest` is designed to retrieve a single operation and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, as well as a constructor `GetOperationRequest()`, and a constructor that takes another `GetOperationRequest`."],["The class contains four main properties: `Name`, which is the current method to provide the project, location, and id of the operation, and the deprecated properties `OperationId`, `ProjectId`, and `Zone`."],["The `GetOperationRequest` class is located within the `Google.Cloud.Container.V1.dll` assembly."]]],[]]