[[["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 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`."]]],[]]