[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 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."]]],[]]