[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 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)."]]],[]]