[[["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 purpose of implementing a retry policy that attempts operations for a specified duration."],["The document lists all versions of the class from 2.11.0 up to 2.37.0-rc (latest), each with a link to their respective documentation page, and includes a brief description of the class's retry function."],["The `LimitedTimeRetryPolicy` class has two constructors, one accepting `internal::RPCPolicyParameters` and the other accepting a `DurationT` for setting the maximum retry duration."],["The class features several functions, such as `clone()`, `Setup()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, each with specific parameters, return types, and descriptions, to manage the retry behavior."],["The document defines the `RetryableTraits` type alias, which is defined as `bigtable_internal::SafeGrpcRetry`."]]],[]]