Set how long to wait before considering the stream orphaned by the user and closing it.
java.time.Duration#ZERO disables the check for abandoned streams.
When using the method, make sure that the RetrySettings are complete. For example,
the following code will disable retries because the retry delay is not set:
[[["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-04-02 UTC."],[[["This webpage provides documentation for the `ServerStreamingCallSettings.Builder` class in version 2.61.0 of the Google API client library for Java (gax)."],["The `ServerStreamingCallSettings.Builder` class is used to configure settings for server-streaming calls, inheriting from `StreamingCallSettings.Builder` and `Object`, and it includes methods for setting timeouts, retry settings, and resumption strategies."],["The latest version available is 2.63.1, with a history of versions listed ranging from 2.63.1 to 2.7.1, showing how the class has been updated."],["The class supports generic type parameters `RequestT` and `ResponseT` and provides methods to build `ServerStreamingCallSettings` instances, and set parameters like `idleTimeout`, `waitTimeout`, `retrySettings` and `resumptionStrategy`."],["Several methods, including `getIdleTimeout`, `getWaitTimeout`, `setIdleTimeout`, `setSimpleTimeoutNoRetries`, and `setWaitTimeout` are marked as obsolete, recommending the use of their `Duration` counterparts."]]],[]]