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-03-21 UTC."],[[["The `GetOperationRequest` class is used to retrieve a single operation within the Google Cloud Container API and it is part of the `Google.Cloud.Container.V1` namespace."],["This class has a number of versions listed, with version 3.33.0 being the latest, and version 2.4.0 being the one that is detailed, and there is a version as low as 2.3.0."],["`GetOperationRequest` implements several interfaces, including `IMessage\u003cGetOperationRequest\u003e`, `IEquatable\u003cGetOperationRequest\u003e`, `IDeepCloneable\u003cGetOperationRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `Name` property is used to specify the operation to get, and it replaces the now deprecated `OperationId`, `ProjectId`, and `Zone` properties."],["There are two constructors available for the class `GetOperationRequest`, a default constructor and one that takes in another instance of itself as an argument."]]],[]]