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-03-21 UTC."],[[["The `GetOperationRequest` class is a request message used for retrieving information about long-running operations in Google's LongRunning API, specifically through `Operations.GetOperation`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.LongRunning` namespace within the `Google.LongRunning.dll` assembly."],["The `GetOperationRequest` class inherits from the `object` class and provides two constructors: a default constructor and one that takes another `GetOperationRequest` object as a parameter."],["The class includes a `Name` property of type `string`, which is used to specify the name of the operation resource to retrieve."],["There are multiple documented versions of `GetOperationRequest`, with the latest being version 3.3.0, and several previous versions are documented going back to 2.2.0."]]],[]]