[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["This webpage provides documentation for the `TimedAttemptSettings.Builder` class within the `com.google.api.gax.retrying` package, specifically focusing on the Java version."],["The latest version of the class documented is 2.63.1, with a detailed history of versions ranging from 2.63.1 down to 2.7.1."],["The `TimedAttemptSettings.Builder` class, inherited from `java.lang.Object`, allows users to configure settings for timed attempts, including setting the attempt count, first attempt start time, global retry settings, and various time-related parameters."],["Key methods within this class include `build()` to generate the settings, as well as `setAttemptCount()`, `setFirstAttemptStartTimeNanos()`, `setGlobalSettings()`, `setOverallAttemptCount()`, `setRandomizedRetryDelay()`, `setRetryDelay()`, and `setRpcTimeout()` for modifying the settings."],["The `Builder` class contains the public constructor `Builder()` to allow initialization of a new instance of the builder to configure `TimedAttemptSettings`."]]],[]]