public sealed class WaitOperationRequest : IMessage<WaitOperationRequest>, IEquatable<WaitOperationRequest>, IDeepCloneable<WaitOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google.LongRunning class WaitOperationRequest.
The request message for [Operations.WaitOperation][google.longrunning.Operations.WaitOperation].
The maximum duration to wait before timing out. If left blank, the wait
will be at most the time permitted by the underlying HTTP/RPC protocol.
If RPC context deadline is also specified, the shorter one will be used.
[[["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 latest version of the \u003ccode\u003eWaitOperationRequest\u003c/code\u003e class is 3.3.0, found within the \u003ccode\u003eGoogle.LongRunning\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eWaitOperationRequest\u003c/code\u003e is a message class used to make requests for \u003ccode\u003eOperations.WaitOperation\u003c/code\u003e, and it implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWaitOperationRequest\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and provides two constructors: a default one and one that accepts another \u003ccode\u003eWaitOperationRequest\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties for \u003ccode\u003eName\u003c/code\u003e, which is a string representing the name of the operation resource, and \u003ccode\u003eTimeout\u003c/code\u003e, which is a \u003ccode\u003eDuration\u003c/code\u003e object specifying the maximum wait time.\u003c/p\u003e\n"],["\u003cp\u003eThe class is implemented within the \u003ccode\u003eGoogle.LongRunning.dll\u003c/code\u003e assembly and includes inherited members such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Google.LongRunning - Class WaitOperationRequest (3.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.3.0 (latest)](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning.WaitOperationRequest)\n- [3.2.0](/dotnet/docs/reference/Google.LongRunning/3.2.0/Google.LongRunning.WaitOperationRequest)\n- [3.1.0](/dotnet/docs/reference/Google.LongRunning/3.1.0/Google.LongRunning.WaitOperationRequest)\n- [3.0.0](/dotnet/docs/reference/Google.LongRunning/3.0.0/Google.LongRunning.WaitOperationRequest)\n- [2.3.0](/dotnet/docs/reference/Google.LongRunning/2.3.0/Google.LongRunning.WaitOperationRequest)\n- [2.2.0](/dotnet/docs/reference/Google.LongRunning/2.2.0/Google.LongRunning.WaitOperationRequest) \n\n public sealed class WaitOperationRequest : IMessage\u003cWaitOperationRequest\u003e, IEquatable\u003cWaitOperationRequest\u003e, IDeepCloneable\u003cWaitOperationRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google.LongRunning class WaitOperationRequest.\n\nThe request message for \\[Operations.WaitOperation\\]\\[google.longrunning.Operations.WaitOperation\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e WaitOperationRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[WaitOperationRequest](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning.WaitOperationRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[WaitOperationRequest](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning.WaitOperationRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[WaitOperationRequest](/dotnet/docs/reference/Google.LongRunning/latest/Google.LongRunning.WaitOperationRequest), [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### WaitOperationRequest()\n\n public WaitOperationRequest()\n\n### WaitOperationRequest(WaitOperationRequest)\n\n public WaitOperationRequest(WaitOperationRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nThe name of the operation resource to wait on.\n\n### Timeout\n\n public Duration Timeout { get; set; }\n\nThe maximum duration to wait before timing out. If left blank, the wait\nwill be at most the time permitted by the underlying HTTP/RPC protocol.\nIf RPC context deadline is also specified, the shorter one will be used."]]