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."],[[["This webpage provides documentation for the `GetOperationRequest` class within the `Google.Cloud.Container.V1` namespace, specifically version 2.7.0 and its relation to other versions."],["The `GetOperationRequest` class is used to retrieve a single operation and inherits from `Object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetOperationRequest` class offers two constructors: a default constructor and one that takes another `GetOperationRequest` object as a parameter for copying."],["The class contains properties such as `Name`, `OperationId`, `ProjectId`, and `Zone`, although the latter three are marked as deprecated and have been replaced by the `Name` field."],["The documentation lists numerous versions of the `GetOperationRequest`, ranging from version 2.3.0 to 3.33.0, with 3.33.0 being the latest version available."]]],[]]