[[["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-18 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."]]],[]]