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 Library for Java (gax), with the latest version being 2.63.1 and the current version described being 2.14.0."],["The `ServerStreamingCallSettings.Builder` class is a subclass of `StreamingCallSettings.Builder` and is used to configure settings for server-streaming calls, and it's a part of the `com.google.api.gax.rpc` package."],["Key functionalities of the `ServerStreamingCallSettings.Builder` include setting retry behavior via `RetrySettings` and retryable codes, managing stream resumption using `StreamResumptionStrategy`, and controlling the connection's idle timeout via `idleTimeout`."],["The builder offers several methods to customize call behavior, such as `build()`, which is used to finalize and construct the `ServerStreamingCallSettings`, `getIdleTimeout()`, `getResumptionStrategy()`, `getRetrySettings()`, `getRetryableCodes()`, alongside many setter methods to configure these same values."],["The page details the inheritance structure of the `ServerStreamingCallSettings.Builder`, which inherits from `StreamingCallSettings.Builder` and `Object`, and lists all the inherited members from these classes."]]],[]]