[[["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 use for implementing retry mechanisms."],["The latest version of this class is `2.37.0-rc`, with a comprehensive list of older versions, going as far back as `2.11.0`, provided for reference."],["`LimitedTimeRetryPolicy` allows configuring retries based on a maximum duration, offering constructors to set this duration or use default `RPCPolicyParameters`."],["Key functions within this class include `clone()`, `Setup()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`, each managing aspects of the retry process like creating copies, updating the client context, or determining retry eligibility."],["The class also has a type alias `RetryableTraits`, which is an alias of `bigtable_internal::SafeGrpcRetry`."]]],[]]