[[["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-14 UTC."],[[["This webpage details the `LimitedTimeRetryPolicy` class within the Google Cloud Bigtable C++ library, providing documentation for different versions, from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `LimitedTimeRetryPolicy` class implements a retry mechanism, where operations are retried for a specified duration of time, allowing users to control how long retries are attempted."],["The page lists various constructors for `LimitedTimeRetryPolicy`, including one that takes `internal::RPCPolicyParameters` and another that takes a `DurationT` to set the maximum duration for retries."],["The webpage includes documentation on the class's virtual functions like `clone()`, `Setup()`, and `OnFailure()`, which are essential for managing retry behavior and handling RPC failures."],["The `IsExhausted()` function of `LimitedTimeRetryPolicy` determines if the retry policy has run out of retries, while the `IsPermanentFailure()` function indicates whether a given failure status is considered a permanent failure, and thus not subject to a retry."]]],[]]