public Protobuf.WellKnownTypes.Duration Timeout { get; set; }
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-06-12 UTC."],[[["This document describes the `WaitOperationRequest` class within the `Google.LongRunning` namespace, version 2.3.0 of the library."],["`WaitOperationRequest` is a request message for `Operations.WaitOperation` and implements the `Protobuf.IBufferMessage` interface."],["The class includes two constructors: a default constructor and one that accepts another `WaitOperationRequest` object as a parameter."],["It defines two key properties: `Name`, a string representing the name of the operation resource, and `Timeout`, a `Protobuf.WellKnownTypes.Duration` indicating the maximum waiting time."],["The latest version of this API is version 3.3.0, and previous versions are available."]]],[]]