public sealed class GetOperationRequest : IMessage<GetOperationRequest>, IEquatable<GetOperationRequest>, IDeepCloneable<GetOperationRequest>, IBufferMessage, IMessage
The request message for [Operations.GetOperation][google.longrunning.Operations.GetOperation].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version available is 3.3.0, with the documentation also covering versions 3.2.0, 3.1.0, 3.0.0, 2.3.0, and 2.2.0."],["`GetOperationRequest` is a sealed class, used for requesting operations from `google.longrunning.Operations.GetOperation`, inheriting from `Object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetOperationRequest` class provides two constructors: a default one and another that accepts another `GetOperationRequest` object as a parameter for creating copies."],["The class includes a `Name` property of type `string`, which is used to store the name of the operation resource being requested."],["This class is located within the `Google.LongRunning` namespace and is part of the `Google.LongRunning.dll` assembly."]]],[]]