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 Google API Client Libraries for Java, specifically within the `gax` module."],["The latest version of the documentation is for version 2.63.1, and the page details several previous versions all the way back to 2.7.1, allowing for version-specific reference."],["The `ServerStreamingCallSettings.Builder` class is a builder for configuring settings for server-streaming RPC calls, extending `StreamingCallSettings.Builder` and inheriting its methods."],["Key methods include `build()`, which constructs the `ServerStreamingCallSettings` object, and methods for managing retry behavior, such as `getRetrySettings()`, `retrySettings()`, `setRetrySettings()`, `getRetryableCodes()`, and `setRetryableCodes()`."],["Methods like `getIdleTimeout()`, `setIdleTimeout()`, `getResumptionStrategy()`, `setResumptionStrategy()` and `setSimpleTimeoutNoRetries()` are all provided to configure other parameters of the call."]]],[]]