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."],[[["The latest version of the `ServerStreamingCallSettings.Builder` is 2.63.1, and the page provides access to the documentation for this class across multiple versions, ranging from 2.7.1 to 2.63.1."],["`ServerStreamingCallSettings.Builder` is a class for building server streaming call settings, extending `StreamingCallSettings.Builder` and inheriting relevant methods such as `build()`."],["This class offers several methods for configuring retry behavior, including setting retry codes, retry settings, and options to manage idle and wait timeouts."],["The class `ServerStreamingCallSettings.Builder` allows setting a `StreamResumptionStrategy` to define how to resume streaming after an interruption, offering a way to define the recovery behavior."],["`ServerStreamingCallSettings.Builder` provides methods to set timeouts, such as `setIdleTimeout`, `setWaitTimeout`, and `setSimpleTimeoutNoRetries`, giving control over the stream's lifecycle and connection behavior."]]],[]]