[[["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 Google API Client Library for Java, specifically for version 2.54.1."],["The latest version available for `TimedAttemptSettings.Builder` is 2.63.1, with many prior versions of the documentation also being available, listed from the most recent to the older version."],["The `TimedAttemptSettings.Builder` class is an abstract builder used for configuring settings related to timed attempts, including setting attempt counts, retry delays, and RPC timeouts, with the build method allowing to create instances of TimedAttemptSettings."],["Several methods within the builder, such as `setRandomizedRetryDelay` and `setRpcTimeout`, are marked as obsolete, suggesting the use of newer methods like `setRandomizedRetryDelayDuration` and `setRpcTimeoutDuration` instead, although the old methods remain functional within the current major version."],["The documentation details inherited members from the `java.lang.Object` class, alongside providing the constructors and methods available within `TimedAttemptSettings.Builder`, each with explanations of parameters, descriptions, and return types."]]],[]]