[[["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-02 UTC."],[[["The page provides documentation for `TimedAttemptSettings.Builder` in the `com.google.api.gax.retrying` package across multiple versions, ranging from 2.7.1 to the latest 2.63.1."],["`TimedAttemptSettings.Builder` is an abstract class used to construct settings related to timed attempts, and it inherits methods from the `java.lang.Object` class."],["The `Builder` class includes methods such as `build()`, `setAttemptCount()`, `setFirstAttemptStartTimeNanos()`, `setGlobalSettings()`, `setOverallAttemptCount()`, `setRandomizedRetryDelay()`, `setRetryDelay()`, and `setRpcTimeout()` to configure various aspects of the timed attempt settings."],["The methods within the `Builder` class allow for setting properties like the attempt count, the start time of the first attempt, retry delays, and RPC timeouts, offering granular control over retry behavior."],["Each method in the Builder class returns a reference to the Builder object, allowing for method chaining to configure the settings."]]],[]]