[[["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 document outlines the `LimitedTimeRetryPolicy` class within the Google Cloud Bigtable C++ client library, detailing its use for implementing a retry policy that attempts operations for a specified duration."],["The `LimitedTimeRetryPolicy` class has two constructors, one taking `internal::RPCPolicyParameters` and another taking `DurationT` to specify the maximum retry duration."],["Key functions of `LimitedTimeRetryPolicy` include `clone()` for creating a copy, `Setup()` for updating the `ClientContext`, and `OnFailure()` for handling RPC failures and deciding if a retry is needed."],["It also provides `IsExhausted()` to check if the retry policy has run out of attempts and `IsPermanentFailure()` to help determine if an error is permanent and not worth retrying."],["The document lists the available versions for this class, starting from 2.11.0 and up to 2.37.0-rc (latest)."]]],[]]