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"]],[["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."],[[["\u003cp\u003eThe \u003ccode\u003eWaitOperationRequest\u003c/code\u003e class is used to request waiting on a long-running operation within the Google.LongRunning namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the Google.LongRunning library, specifically in version 3.1.0, and is implemented through multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the \u003ccode\u003eobject\u003c/code\u003e class and includes properties such as \u003ccode\u003eName\u003c/code\u003e which is a string for the operation's resource name, and \u003ccode\u003eTimeout\u003c/code\u003e which is a \u003ccode\u003eDuration\u003c/code\u003e for the maximum wait time.\u003c/p\u003e\n"],["\u003cp\u003eThe class features two constructors, one being a default parameterless constructor and another that accepts another \u003ccode\u003eWaitOperationRequest\u003c/code\u003e for cloning purposes.\u003c/p\u003e\n"],["\u003cp\u003eThis class is also the request message for the method \u003ccode\u003eOperations.WaitOperation\u003c/code\u003e, found under the \u003ccode\u003egoogle.longrunning.Operations.WaitOperation\u003c/code\u003e path.\u003c/p\u003e\n"]]],[],null,[]]