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-03-21 UTC."],[[["This webpage provides documentation for the `ServerStreamingCallSettings.Builder` class in the `com.google.api.gax.rpc` package, with the current version being 2.52.0."],["The `ServerStreamingCallSettings.Builder` class extends `StreamingCallSettings.Builder` and is used to configure settings for server-streaming calls, allowing for customization of request and response types."],["The documentation includes a comprehensive list of previous versions of this package, ranging from 2.63.1 (latest) down to version 2.7.1, and each version provides its own documentation."],["The class offers methods to manage timeouts, such as `getIdleTimeoutDuration` and `getWaitTimeoutDuration`, and also has methods for managing retries such as `getRetrySettings` and `getRetryableCodes`."],["This class, `ServerStreamingCallSettings.Builder`, facilitates setting the resumption strategy and defines the logic for retrying in the case of an error or timeout, while also having many methods that are labeled as obsolete and that should be replaced with newer alternatives."]]],[]]