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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 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."]]],[]]