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"]],[["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."],[[["This document provides reference documentation for the `GetOperationRequest` class within the `Google.LongRunning` namespace, specifically version 3.1.0, and shows previous versions."],["`GetOperationRequest` is a request message used for `Operations.GetOperation` and serves to retrieve information about a long-running operation."],["The `GetOperationRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable\u003cGetOperationRequest\u003e`, `IDeepCloneable\u003cGetOperationRequest\u003e`, and `IBufferMessage`."],["The class includes a `Name` property, which is a string representing the name of the operation resource."],["The document also lists available constructors, which are a default constructor and a constructor that takes an existing `GetOperationRequest` object as a parameter."]]],[]]