[[["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 webpage provides documentation for the `TimedAttemptSettings.Builder` class in the `com.google.api.gax.retrying` package, with version 2.59.1 being the currently displayed one but it also lists all versions down to 2.7.1 available for viewing."],["`TimedAttemptSettings.Builder` is an abstract class extending `java.lang.Object`, with no publically available members."],["The class includes methods for building `TimedAttemptSettings` and for setting various properties like attempt count, start time, global retry settings, and different types of delays and timeouts, such as `setAttemptCount`, `setFirstAttemptStartTimeNanos`, and `setGlobalSettings`."],["Several methods in the class are marked as obsolete, advising the use of alternative methods, such as using `setRandomizedRetryDelayDuration` instead of `setRandomizedRetryDelay` or using `setRetryDelayDuration` instead of `setRetryDelay`."],["The method `build()` returns a timedAttemptSettings object."]]],[]]