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 of the `ServerStreamingCallSettings.Builder` is 2.63.1, and the page provides documentation for versions ranging from 2.63.1 down to 2.7.1."],["`ServerStreamingCallSettings.Builder` is a class extending `StreamingCallSettings.Builder` used to build settings for server-streaming calls."],["Key methods of the `ServerStreamingCallSettings.Builder` include `build()`, which creates a `ServerStreamingCallSettings` instance, and `setRetrySettings()`, which customizes the retry behavior of the stream."],["The class allows configuration of stream behavior through methods like `setIdleTimeout()` and `setResumptionStrategy()`, enabling control over stream idling and resumption in case of failures."],["`ServerStreamingCallSettings.Builder` also provides methods to manage retry behavior including `setRetryableCodes()` and `setSimpleTimeoutNoRetries()` to define specific error codes that should trigger a retry, or to specify the timeout when no retries are wanted."]]],[]]