[[["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-03-21 UTC."],[[["This webpage provides documentation for the `TimedAttemptSettings.Builder` class within the Google API Client Libraries for Java (gax), specifically targeting version 2.41.0."],["The latest version documented on this page is 2.63.1, and the page offers a comprehensive list of versions, ranging from the most recent down to 2.7.1, for `com.google.api.gax.retrying.TimedAttemptSettings.Builder`."],["`TimedAttemptSettings.Builder` is an abstract class that inherits from `java.lang.Object` and it has methods to configure various settings for timed attempts, such as setting attempt counts, managing retry delays, and defining RPC timeouts."],["The `TimedAttemptSettings.Builder` class offers methods such as `setAttemptCount`, `setFirstAttemptStartTimeNanos`, `setGlobalSettings`, `setOverallAttemptCount`, `setRandomizedRetryDelay`, `setRetryDelay`, and `setRpcTimeout`, each allowing for the specific configuration of various retry attributes."],["The main functions of `TimedAttemptSettings.Builder` are to use its methods to set the parameters of a retry in a build pattern format, and then to call the `build()` method to make a `TimedAttemptSettings` object."]]],[]]