[[["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 page provides documentation for the `TimedAttemptSettings.Builder` class within the Google API Client Libraries for Java, specifically for version 2.9.0 and several other versions."],["The `TimedAttemptSettings.Builder` class is an abstract class that extends `java.lang.Object` and is used to construct instances of `TimedAttemptSettings` for managing retries in API calls."],["The builder offers methods such as `setAttemptCount`, `setFirstAttemptStartTimeNanos`, `setGlobalSettings`, `setOverallAttemptCount`, `setRandomizedRetryDelay`, `setRetryDelay`, and `setRpcTimeout` to configure various aspects of the timed attempt settings, including the number of attempts, time delays, and timeouts."],["The `build()` method, which is part of the Builder class, is used to create and return a complete `TimedAttemptSettings` object based on the settings configured via the builder's methods."],["There are multiple versions of the `TimedAttemptSettings.Builder` ranging from 2.63.1 (latest) down to 2.7.1, with each version having its own specific API documentation available through provided links."]]],[]]