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-03-21 UTC."],[[["The latest version of the `ServerStreamingCallSettings.Builder` is 2.63.1, and the current page is documenting version 2.45.0."],["This class `ServerStreamingCallSettings.Builder` extends `StreamingCallSettings.Builder` and inherits several methods such as `build()`."],["`ServerStreamingCallSettings.Builder` allows setting configurations like idle timeout, resumption strategy, retry settings, and retryable codes for server streaming operations."],["Methods like `setIdleTimeout` and `setWaitTimeout` help to configure the stream behavior in response to user and server inactivity."],["`retrySettings()` allows for augmentation of the existing `RetrySettings`, and `setRetrySettings` replaces the settings for the associated `ServerStreamingCallable`."]]],[]]