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 page provides access to various other versions, including 2.62.0, 2.61.0, 2.60.0, and going down all the way to 2.7.1."],["`ServerStreamingCallSettings.Builder` is a class that extends `StreamingCallSettings.Builder` and inherits methods such as `build()`."],["This class allows setting parameters like idle timeout, resumption strategy, retry settings, and retryable codes for server streaming calls."],["It provides methods for configuring retry behavior, including setting a simple timeout without retries."],["The class provides methods to build the final `ServerStreamingCallSettings` instance, and also allows access to the underlying `RetrySettings.Builder` to allow callers to modify the existing `RetrySettings` if they choose."]]],[]]