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."],[[["The latest version available for `ServerStreamingCallSettings.Builder` is 2.63.1, and the page also provides access to a range of older versions, starting from 2.62.0 and going as far back as 2.7.1."],["`ServerStreamingCallSettings.Builder` is a subclass of `StreamingCallSettings.Builder` and inherits several methods, such as `build()`, from it."],["The `ServerStreamingCallSettings.Builder` class includes methods to configure various settings, such as `retrySettings()`, `setIdleTimeout()`, `setResumptionStrategy()`, and `setRetryableCodes()`, which control retry behavior, timeouts, stream resumption, and which error codes to retry on."],["The `build()` method is used to create a `ServerStreamingCallSettings` object with the specified configurations, supporting generic request and response types."],["The class also allows the user to replace the RetrySettings for the ServerStreamingCallable, or completely disable retries while setting an overall timeout through the `setSimpleTimeoutNoRetries()` method."]]],[]]