[[["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."],[[["This webpage provides documentation for various versions of `TimedAttemptSettings.Builder`, with version 2.63.1 being the latest."],["`TimedAttemptSettings.Builder` is an abstract class in Java for setting up timed retry attempts, inheriting from `java.lang.Object`."],["The class offers several methods for configuring retry settings, including `setAttemptCount`, `setFirstAttemptStartTimeNanos`, `setGlobalSettings`, `setOverallAttemptCount`, `setRandomizedRetryDelay`, `setRetryDelay`, and `setRpcTimeout`."],["The `build()` method in this class is used to create and return a configured `TimedAttemptSettings` instance."],["The `setAttemptCount` and `setOverallAttemptCount` methods utilize zero-based counting for attempt values."]]],[]]