[[["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 webpage provides documentation for the `TimedAttemptSettings.Builder` class in the Google API Client Library for Java, specifically within the `com.google.api.gax.retrying` package."],["The page offers a comprehensive list of available versions of the `TimedAttemptSettings.Builder`, ranging from the latest version (2.63.1) down to 2.7.1, allowing users to access documentation for different releases."],["`TimedAttemptSettings.Builder` is an abstract class used to configure settings for timed retry attempts and is inherited from the `java.lang.Object` class."],["The `TimedAttemptSettings.Builder` class has methods to configure various settings such as attempt counts, retry delays, and RPC timeouts, all of which are used to control the behavior of timed retry attempts."],["The `build()` method is used to construct the `TimedAttemptSettings` instance, while various `set...()` methods, like `setAttemptCount`, `setRetryDelay`, and `setRpcTimeout`, configure the settings of the builder."]]],[]]