[[["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-02 UTC."],[[["This document provides documentation for the `TimedAttemptSettings.Builder` class within the `com.google.api.gax.retrying` package, with version 2.63.1 being the latest release and many prior versions listed."],["The `TimedAttemptSettings.Builder` class is an abstract static class, extending from `java.lang.Object`, designed to build settings related to timed attempts within a retry mechanism."],["The `Builder` includes methods to configure attempt counts, set the start time of the first attempt, apply global retry settings, and manage retry delays and RPC timeouts."],["Key methods within the `Builder` class include `build()`, `setAttemptCount()`, `setFirstAttemptStartTimeNanos()`, `setGlobalSettings()`, `setOverallAttemptCount()`, `setRandomizedRetryDelay()`, `setRetryDelay()`, and `setRpcTimeout()`, all returning the `TimedAttemptSettings.Builder` for chaining."],["Inherited members from the `Object` class provide standard Java functionalities such as `clone()`, `equals()`, `hashCode()`, `toString()` and `wait()`."]]],[]]