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-02 UTC."],[[["The latest version of the `ServerStreamingCallSettings.Builder` is 2.63.1, and the page provides access to various historical versions, including the current version 2.47.0."],["`ServerStreamingCallSettings.Builder` is a class that extends `StreamingCallSettings.Builder` and is part of the `com.google.api.gax.rpc` package."],["This class allows for configuration of server streaming call settings, such as setting retry settings, idle timeout, wait timeout, and retryable codes, through various setter methods."],["The `build()` method is used to construct an instance of `ServerStreamingCallSettings` with the configured settings."],["It provides methods for setting `RetrySettings`, enabling control over retries, timeouts, and what codes should trigger a retry."]]],[]]