[[["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 within the `com.google.api.gax.retrying` package, specifically focusing on version 2.37.0 and offering access to previous versions."],["The `TimedAttemptSettings.Builder` class is an abstract class that inherits from `java.lang.Object` and is used to construct `TimedAttemptSettings` objects for managing timed attempts."],["The Builder offers several methods to configure settings, including `setAttemptCount`, `setFirstAttemptStartTimeNanos`, `setGlobalSettings`, `setOverallAttemptCount`, `setRandomizedRetryDelay`, `setRetryDelay`, and `setRpcTimeout`, all returning the `TimedAttemptSettings.Builder` object for chaining."],["The latest version of this builder is `2.63.1` however it displays versions as old as `2.7.1` in descending order, offering a historical view of the API's evolution."],["The `build()` method is the method used to produce a `TimedAttemptSettings` object, and it returns an object of type `TimedAttemptSettings`."]]],[]]