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 page's version is 2.41.0, providing access to documentation for multiple previous versions, all the way down to 2.7.1."],["`ServerStreamingCallSettings.Builder` is a class for building settings for server-streaming calls, inheriting from `StreamingCallSettings.Builder` and extending from `java.lang.Object`."],["The `build()` method constructs a `ServerStreamingCallSettings` object using the configured settings."],["The class allows for setting and managing retry behaviors, including configuring retry settings, specifying retryable status codes, and defining timeouts such as idle and wait timeouts."],["There are methods available to establish how the system will handle the resumption of the stream, via the `setResumptionStrategy()` method, which is described in the `ServerStreamingCallSettings` documentation."]]],[]]