[[["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-03-21 UTC."],[[["This document provides documentation for the `TimedAttemptSettings.Builder` class within the `com.google.api.gax.retrying` package, detailing various versions and functionalities."],["The latest version documented is 2.63.1, with a range of previous versions listed, extending down to version 2.7.1, allowing users to access documentation relevant to their specific project dependencies."],["The `TimedAttemptSettings.Builder` class, inheriting from `java.lang.Object`, offers methods to configure retry behavior, such as setting attempt counts, delays, and timeouts."],["Key methods within the builder include `build()`, `setAttemptCount()`, `setFirstAttemptStartTimeNanos()`, `setGlobalSettings()`, `setOverallAttemptCount()`, `setRandomizedRetryDelay()`, `setRetryDelay()`, and `setRpcTimeout()`, each allowing specific configurations for timed attempt settings."],["The builder pattern allows users to modify settings for their retry logic, such as the number of attempts, the starting time of the first attempt, the global settings, and the amount of delay that will be used."]]],[]]