[[["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-09 UTC."],[[["This document provides documentation for the `TimedAttemptSettings.Builder` class within the `com.google.api.gax.retrying` package, with the latest version being 2.63.1."],["The `TimedAttemptSettings.Builder` class is an abstract static class used for building `TimedAttemptSettings`, and it inherits methods from `java.lang.Object`."],["The `Builder` class offers methods like `setAttemptCount`, `setFirstAttemptStartTimeNanos`, `setGlobalSettings`, and others to configure various retry settings, such as attempt counts, delays, and timeouts."],["There are several `set` methods in the Builder class that have been marked as obsolete and have an updated counterpart method, such as `setRandomizedRetryDelay` which is obsolete and replaced by `setRandomizedRetryDelayDuration`."],["The `build()` method is used to construct a `TimedAttemptSettings` object once all configurations are set."]]],[]]