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 page provides access to various historical versions, including the current version 2.47.0."],["`ServerStreamingCallSettings.Builder` is a class that extends `StreamingCallSettings.Builder` and is part of the `com.google.api.gax.rpc` package."],["This class allows for configuration of server streaming call settings, such as setting retry settings, idle timeout, wait timeout, and retryable codes, through various setter methods."],["The `build()` method is used to construct an instance of `ServerStreamingCallSettings` with the configured settings."],["It provides methods for setting `RetrySettings`, enabling control over retries, timeouts, and what codes should trigger a retry."]]],[]]