public sealed class WaitOperationRequest : IMessage<WaitOperationRequest>, IEquatable<WaitOperationRequest>, IDeepCloneable<WaitOperationRequest>, IBufferMessage, IMessage
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."],[[["The `WaitOperationRequest` class is a request message for `Operations.WaitOperation` within the `Google.LongRunning` namespace, version 3.0.0."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors: a default constructor and one that accepts another `WaitOperationRequest` instance for initialization."],["The `WaitOperationRequest` class has two key properties: `Name`, a string representing the operation resource name, and `Timeout`, a `Duration` specifying the maximum wait time."],["The latest version of this class, 3.3.0, is available, with several other versions listed, ranging from 3.2.0 to 2.2.0."]]],[]]