[[["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, with the latest version being 2.63.1, as well as listing many older versions."],["The `TimedAttemptSettings.Builder` class is used to build settings related to timed attempts, extending from `java.lang.Object`, and has an empty constructor of `Builder()`."],["Key methods of the `TimedAttemptSettings.Builder` include `build()`, `setAttemptCount(int value)`, `setFirstAttemptStartTimeNanos(long value)`, `setGlobalSettings(RetrySettings value)`, `setOverallAttemptCount(int value)`, `setRandomizedRetryDelay(Duration value)`, `setRetryDelay(Duration value)`, and `setRpcTimeout(Duration value)`."],["The methods in the `TimedAttemptSettings.Builder` allow you to configure parameters such as the attempt count, the start time of the first attempt, global retry settings, overall attempt count, randomized retry delay, retry delay, and rpc timeout."],["It is important to note that the attempt count and overall attempt count are zero-based, meaning that the first attempt will have a value of 0 for these properties."]]],[]]