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 page provides documentation for the `GetOperationRequest` class within the `Google.LongRunning` namespace, specifically version 3.2.0, and includes links to other versions such as the latest 3.3.0."],["`GetOperationRequest` is a request message used for `Operations.GetOperation`, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor `GetOperationRequest()` and another that takes an existing `GetOperationRequest` object as a parameter for creating a copy."],["It contains one property, `Name`, which is of type `string` and represents the name of the operation resource."]]],[]]