[[["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."],[[["This webpage provides documentation for various versions of the `TimedAttemptSettings.Builder` class in the Google API Client Library for Java, with version 2.63.1 being the latest."],["The `TimedAttemptSettings.Builder` class is an abstract class that inherits from `java.lang.Object`, and its documentation lists inherited members like `clone()`, `equals(Object)`, `hashCode()`, and more."],["The class contains a default `Builder()` constructor, and multiple methods that allow setting configurations for the settings, including `build()`, `setAttemptCount(int)`, `setFirstAttemptStartTimeNanos(long)`, `setGlobalSettings(RetrySettings)`, and more."],["The `setAttemptCount(int)` and `setOverallAttemptCount(int)` methods allow for configuring the count of attempts, with both being a zero-based value, while `setRandomizedRetryDelay(Duration)` and `setRetryDelay(Duration)` are for setting a delay for attempts."],["There are several methods dedicated to setting the timing of attempts, with `setRpcTimeout(Duration)` being available to configure the rpc timeout for the attempt, while `setFirstAttemptStartTimeNanos(long)` sets the start time for the first attempt."]]],[]]