[[["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."],[[["The page provides documentation for `TimedAttemptSettings.Builder` in the `com.google.api.gax.retrying` package across multiple versions, ranging from 2.63.1 (latest) down to 2.7.1."],["`TimedAttemptSettings.Builder` is an abstract class in Java used for configuring retry attempts, inheriting from `java.lang.Object`."],["The `Builder` class includes methods to manage settings like attempt count, first attempt start time, global retry settings, retry delays, and RPC timeouts, all of which are configured using the provided setters."],["The `build()` method creates a `TimedAttemptSettings` object based on the configurations set by using the methods in the `Builder` class."],["Multiple other `Object` methods are also inherited by this class, such as `clone`, `equals`, `hashCode` and `toString`."]]],[]]