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 most recent version being 2.63.1."],["The `ServerStreamingCallSettings.Builder` class extends `StreamingCallSettings.Builder` and is used to configure server streaming call settings for Java applications."],["It allows for the customization of retry behavior, idle timeouts, and stream resumption strategies via methods such as `setRetrySettings`, `setIdleTimeout`, and `setResumptionStrategy`."],["The class has methods to return a specific type, like `build()` which returns a `ServerStreamingCallSettings`, or `retrySettings()` which returns `RetrySettings.Builder`."],["The documentation lists various versions from 2.7.1 up to 2.63.1 which are all linked to the corresponding documentation for that specific release."]]],[]]