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."],[[["The latest version of the `ServerStreamingCallSettings.Builder` is 2.63.1, and the current document version is 2.35.0."],["This class, `ServerStreamingCallSettings.Builder`, extends `StreamingCallSettings.Builder` and inherits its members like `build()`."],["`ServerStreamingCallSettings.Builder` allows configuration of retry behavior and timeout settings for server streaming calls, via methods such as `setRetrySettings()` and `setIdleTimeout()`."],["This class provides methods to manage the timeout and resumption strategy of the stream, including `getIdleTimeout()`, `getWaitTimeout()`, and `getResumptionStrategy()`."],["The class has two Type Parameters `RequestT` and `ResponseT`, in which no description was provided."]]],[]]