[[["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 in the `com.google.api.gax.retrying` package, with version 2.63.1 being the latest release and the documentation focused on version 2.55.0."],["The `TimedAttemptSettings.Builder` class is an abstract class used to configure settings for timed attempts in retrying operations, extending from `java.lang.Object`."],["The class provides methods to set parameters such as the attempt count, the start time of the first attempt, global retry settings, overall attempt count, randomized retry delay, calculated retry delay, and RPC timeout, with the newer methods utilizing `java.time.Duration` instead of `org.threeten.bp.Duration`."],["There are inherited members from the `Object` class such as `clone()`, `equals(Object)`, and `toString()` available to the class."],["The `build()` method is used to construct and return a `TimedAttemptSettings` object based on the configured settings within the builder."]]],[]]