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-09 UTC."],[[["This webpage provides documentation for the `ServerStreamingCallSettings.Builder` class in the Google API Client Libraries for Java (gax) library, with the current version documented being 2.54.1."],["The documentation includes a list of available versions, ranging from the latest 2.63.1 down to version 2.7.1, each linking to its respective documentation."],["`ServerStreamingCallSettings.Builder` is used to configure settings for server-streaming calls, extending from `StreamingCallSettings.Builder` and inheriting its members and several methods."],["Key methods allow configuration of retry settings (`retrySettings`, `setRetrySettings`, `setRetryableCodes`), timeouts (`getIdleTimeoutDuration`, `setIdleTimeoutDuration`, `getWaitTimeoutDuration`, `setWaitTimeoutDuration`, `setSimpleTimeoutNoRetriesDuration`), and stream resumption behavior (`getResumptionStrategy`, `setResumptionStrategy`)."],["`getIdleTimeout` and `getWaitTimeout` and the related `set` methods are labeled as obsolete, instead directing users to `getIdleTimeoutDuration`, `getWaitTimeoutDuration`, `setIdleTimeoutDuration`, and `setWaitTimeoutDuration`."]]],[]]