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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 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`."]]],[]]