[[["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."],[[["This document details the `LimitedTimeRetryPolicy` for Google Cloud Bigtable C++ client library, providing version-specific documentation links from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `LimitedTimeRetryPolicy` implements a retry mechanism that continues to attempt operations for a defined duration."],["There are two constructors available for this class, one that takes `internal::RPCPolicyParameters`, and another that takes a `DurationT` for setting the `maximum_duration`."],["Key functions include `clone()`, `Setup()`, and `OnFailure()`, which are used for creating copies, updating context, and handling failed operations respectively, as well as `IsExhausted()` to check whether the policy is exhausted, and `IsPermanentFailure()` to check if the current status constitutes a permanent failure."],["`RetryableTraits` is an alias for `bigtable_internal::SafeGrpcRetry` to be used in this policy."]]],[]]