[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 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."]]],[]]