[[["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 various versions and functionalities."],["The latest version of the `LimitedTimeRetryPolicy` class is `2.37.0-rc`, with a list of other previous versions spanning from `2.11.0` to `2.36.0` available for reference."],["The `LimitedTimeRetryPolicy` class is designed to implement a retry policy that continues for a specified duration, with constructors that handle RPC policy parameters or maximum duration times."],["Key functions of this class include `clone()`, `Setup()`, `OnFailure()`, and `IsExhausted()`, which manage the retry process, client context, handling failures and determining if retries should cease."],["The class provides static methods, `IsPermanentFailure()`, to identify whether a failure is permanent, along with a `RetryableTraits` type alias for `bigtable_internal::SafeGrpcRetry`."]]],[]]