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-07 UTC."],[[["The `ServerStreamingCallSettings.Builder` class is used to configure settings for server-streaming calls, with version 2.63.1 being the most recent available, and many prior versions listed."],["This class extends `StreamingCallSettings.Builder` and inherits several methods, and in turn inherits from `java.lang.Object`."],["The `build()` method creates a `ServerStreamingCallSettings` instance with the configured settings for server-streaming, and is an override from its parent class."],["Key methods allow for setting idle timeouts, defining a resumption strategy, and configuring retry behavior for server-streaming operations."],["There are methods for managing retry settings, including `setRetrySettings()`, `retrySettings()`, `setRetryableCodes()`, and the ability to disable retries entirely with `setSimpleTimeoutNoRetries()`."]]],[]]