[[["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, specifically focusing on version 2.38.0, and includes links to numerous other versions."],["The `TimedAttemptSettings.Builder` class is an abstract static builder used for configuring settings related to timed attempts, extending from the `java.lang.Object` class."],["The Builder class provides several methods to configure aspects of timed attempts, including `setAttemptCount`, `setFirstAttemptStartTimeNanos`, `setGlobalSettings`, `setOverallAttemptCount`, `setRandomizedRetryDelay`, `setRetryDelay`, and `setRpcTimeout`."],["The `build()` method in the `TimedAttemptSettings.Builder` class is an abstract method that returns a `TimedAttemptSettings` object, containing the settings configured by the builder."],["Each of the \"set\" methods in the `TimedAttemptSettings.Builder` class all return a `TimedAttemptSettings.Builder` object, so that they can be chained together to configure multiple settings in one single line of code."]]],[]]