[[["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 `TimedAttemptSettings.Builder` is 2.63.1, and the page provides access to various historical versions, including the current one, 2.21.0, down to version 2.7.1."],["The `TimedAttemptSettings.Builder` class extends from `java.lang.Object` and provides methods to configure retry behavior within the Google API Client Libraries for Java."],["You can construct a `TimedAttemptSettings` object using the `build()` method after configuring the parameters with methods such as `setAttemptCount`, `setFirstAttemptStartTimeNanos`, `setGlobalSettings`, `setOverallAttemptCount`, `setRandomizedRetryDelay`, `setRetryDelay`, and `setRpcTimeout`."],["Methods like `setAttemptCount` and `setOverallAttemptCount` utilize a zero-based indexing system for counting attempts."],["The builder also allows setting retry delays and rpc timeouts using `org.threeten.bp.Duration` objects as a parameter."]]],[]]