[[["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-05 UTC."],[[["The `TaskQueueRetryParametersOrBuilder` interface defines methods for managing retry parameters within a task queue, implementing `com.google.protobuf.MessageOrBuilder`."],["It allows setting and retrieving limits for task retries, including `getRetryLimit()` which returns the maximum number of retry attempts, and `getAgeLimitSec()`, which defines the maximum age in seconds of the retried task."],["The interface provides methods like `getMaxBackoffSec()`, `getMinBackoffSec()`, and `getMaxDoublings()` to control the exponential backoff strategy for retries."],["Methods such as `hasAgeLimitSec()`, `hasMaxBackoffSec()`, `hasMinBackoffSec()`, `hasMaxDoublings()`, and `hasRetryLimit()` are used to check the presence of specific retry parameters."]]],[]]