[[["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 webpage provides documentation for the `TimedAttemptSettings.Builder` class within the `com.google.api.gax.retrying` package, detailing various versions from 2.63.1 (latest) down to 2.7.1."],["The `TimedAttemptSettings.Builder` class is a builder pattern used to construct `TimedAttemptSettings` objects, and is a subclass of `java.lang.Object` according to its inheritance hierarchy."],["The class contains methods for configuring attempt-specific settings such as `setAttemptCount`, `setFirstAttemptStartTimeNanos`, `setGlobalSettings`, `setOverallAttemptCount`, `setRandomizedRetryDelay`, `setRetryDelay`, and `setRpcTimeout`."],["The `build()` method is an abstract method used to create an instance of `TimedAttemptSettings`, after the specific parameters are configured, and returns a TimedAttemptSettings Object."],["The documentation also details the inherited members of the class and provides links to the appropriate java documentation regarding the objects."]]],[]]