[[["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."],[[["The latest version of the `TimedAttemptSettings.Builder` is 2.63.1, and the page also lists links for numerous previous versions down to 2.7.1."],["The `TimedAttemptSettings.Builder` class is an abstract builder for creating `TimedAttemptSettings` objects, and it extends the `java.lang.Object` class."],["The `Builder` class has a constructor and provides methods for building settings 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)`."],["`TimedAttemptSettings.Builder` allows configuring various properties for retries, including attempt counts, delays, timeouts, and global settings, with most methods returning a builder instance to allow chaining."],["Inherited members from `java.lang.Object` include common methods like `clone()`, `equals(Object)`, `finalize()`, `getClass()`, `hashCode()`, `notify()`, `notifyAll()`, `toString()`, `wait()`, `wait(long)`, and `wait(long, int)`."]]],[]]