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-17 UTC."],[[["The webpage provides documentation for `ServerStreamingCallSettings.Builder` in the Google API Client Library for Java, with the latest version being 2.63.1."],["The `ServerStreamingCallSettings.Builder` class extends `StreamingCallSettings.Builder` and inherits various methods from it, as well as from `java.lang.Object`."],["This class offers methods to configure server-streaming behavior, including setting idle timeouts, retry settings, and stream resumption strategies."],["The `build()` method creates a `ServerStreamingCallSettings` instance based on the configurations made using the builder."],["The documentation includes a list of available versions, ranging from 2.63.1 down to 2.7.1, each with a link to its respective documentation page."]]],[]]