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."],[[["This webpage provides documentation for the `ServerStreamingCallSettings.Builder` class in the `com.google.api.gax.rpc` package, with the current version being 2.39.0."],["The `ServerStreamingCallSettings.Builder` class is a subclass of `StreamingCallSettings.Builder` and is used for building settings for server-streaming calls."],["Key methods of this class include `build()`, which returns a `ServerStreamingCallSettings` object, and methods for setting timeouts, retry behaviors, and resumption strategies, like `setIdleTimeout()`, `setRetrySettings()`, and `setResumptionStrategy()`."],["The documentation lists a comprehensive history of versions for the package `ServerStreamingCallSettings.Builder`, ranging from version 2.63.1 (latest) down to 2.7.1."],["There are multiple inherited members from `StreamingCallSettings.Builder`, as well as `java.lang.Object` such as `.build()`, `.clone()`, `.equals()`, amongst others."]]],[]]