public sealed class GetOperationRequest : IMessage<GetOperationRequest>, IEquatable<GetOperationRequest>, IDeepCloneable<GetOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.LongRunning class GetOperationRequest.
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"]],[["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-08-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGetOperationRequest\u003c/code\u003e class is a request message used for retrieving information about long-running operations in Google's LongRunning API, specifically through \u003ccode\u003eOperations.GetOperation\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and is part of the \u003ccode\u003eGoogle.LongRunning\u003c/code\u003e namespace within the \u003ccode\u003eGoogle.LongRunning.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetOperationRequest\u003c/code\u003e class inherits from the \u003ccode\u003eobject\u003c/code\u003e class and provides two constructors: a default constructor and one that takes another \u003ccode\u003eGetOperationRequest\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a \u003ccode\u003eName\u003c/code\u003e property of type \u003ccode\u003estring\u003c/code\u003e, which is used to specify the name of the operation resource to retrieve.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple documented versions of \u003ccode\u003eGetOperationRequest\u003c/code\u003e, with the latest being version 3.3.0, and several previous versions are documented going back to 2.2.0.\u003c/p\u003e\n"]]],[],null,["# Google.LongRunning - Class GetOperationRequest (3.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.3.0 (latest)](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning.GetOperationRequest)\n- [3.2.0](/dotnet/docs/reference/Google.LongRunning/3.2.0/Google.LongRunning.GetOperationRequest)\n- [3.1.0](/dotnet/docs/reference/Google.LongRunning/3.1.0/Google.LongRunning.GetOperationRequest)\n- [3.0.0](/dotnet/docs/reference/Google.LongRunning/3.0.0/Google.LongRunning.GetOperationRequest)\n- [2.3.0](/dotnet/docs/reference/Google.LongRunning/2.3.0/Google.LongRunning.GetOperationRequest)\n- [2.2.0](/dotnet/docs/reference/Google.LongRunning/2.2.0/Google.LongRunning.GetOperationRequest) \n\n public sealed class GetOperationRequest : IMessage\u003cGetOperationRequest\u003e, IEquatable\u003cGetOperationRequest\u003e, IDeepCloneable\u003cGetOperationRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google.LongRunning class GetOperationRequest.\n\nThe request message for \\[Operations.GetOperation\\]\\[google.longrunning.Operations.GetOperation\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetOperationRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetOperationRequest](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning.GetOperationRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetOperationRequest](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning.GetOperationRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetOperationRequest](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning.GetOperationRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.LongRunning](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning)\n\nAssembly\n--------\n\nGoogle.LongRunning.dll\n\nConstructors\n------------\n\n### GetOperationRequest()\n\n public GetOperationRequest()\n\n### GetOperationRequest(GetOperationRequest)\n\n public GetOperationRequest(GetOperationRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nThe name of the operation resource."]]