[[["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 the `TimedAttemptSettings.Builder` class within the `com.google.api.gax.retrying` package, specifically focusing on version 2.50.0 and listing versions ranging from 2.63.1 down to 2.7.1."],["The `TimedAttemptSettings.Builder` class is an abstract static class used to build `TimedAttemptSettings` objects, inheriting members from the `java.lang.Object` class."],["The builder class offers several methods to configure a TimedAttemptSettings instance, including `setAttemptCount`, `setFirstAttemptStartTimeNanos`, `setGlobalSettings`, `setOverallAttemptCount`, `setRandomizedRetryDelay`, `setRetryDelay`, and `setRpcTimeout`."],["Each of the configuration methods, such as `setAttemptCount` or `setRpcTimeout`, returns a `TimedAttemptSettings.Builder` instance, allowing for method chaining, while the `build()` method will return a `TimedAttemptSettings` object."],["The documentation outlines the parameters and return types for each method, including data types such as `int`, `long`, `org.threeten.bp.Duration`, and `RetrySettings`."]]],[]]