[[["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."],[[["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`."]]],[]]