[[["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-03-21 UTC."],[[["The latest version available is 2.63.1, but the current documentation is for version 2.7.1 of `TimedAttemptSettings.Builder`."],["`TimedAttemptSettings.Builder` is an abstract class that inherits from `java.lang.Object`, which means it inherits certain methods such as `clone`, `equals`, and `hashCode`."],["The class provides methods such as `build()`, `setAttemptCount(int value)`, `setFirstAttemptStartTimeNanos(long value)`, `setGlobalSettings(RetrySettings value)`, `setOverallAttemptCount(int value)`, `setRandomizedRetryDelay(Duration value)`, `setRetryDelay(Duration value)`, and `setRpcTimeout(Duration value)` to configure its settings."],["Methods like `setAttemptCount` and `setOverallAttemptCount` use zero-based values for the first attempt, and `setRandomizedRetryDelay` and `setRetryDelay` manage attempt delay values, while `setRpcTimeout` is used to set timeouts for rpc calls."],["The `TimedAttemptSettings.Builder` object can be set to use global retry settings via the method `setGlobalSettings`."]]],[]]