[[["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-17 UTC."],[[["This webpage provides documentation for the `TimedAttemptSettings.Builder` class in the Google API Client Libraries for Java, specifically within the `com.google.api.gax.retrying` package, and a range of different available versions."],["The `TimedAttemptSettings.Builder` class is an abstract static class used for building instances of `TimedAttemptSettings`, which manage settings related to retrying operations."],["The class inherits members from `java.lang.Object`, including methods like `clone()`, `equals()`, `hashCode()`, etc., and it also provides a constructor `Builder()` for creating new instances."],["Key methods include `build()` to finalize the `TimedAttemptSettings`, `setAttemptCount()` to define the number of attempts, `setFirstAttemptStartTimeNanos()` to set the initial attempt time, and `setGlobalSettings()` to configure global retry settings."],["Other methods are provided to set specific properties such as `setOverallAttemptCount`, `setRandomizedRetryDelay`, `setRetryDelay`, and `setRpcTimeout`, offering extensive control over the timing and behavior of retry attempts."]]],[]]