[[["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-21 UTC."],[[["This page provides documentation for the `LimitedTimeRetryPolicy` class within the Google Cloud Bigtable C++ client library, spanning versions from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `LimitedTimeRetryPolicy` class implements a retry mechanism that continues for a set duration, offering constructors to initialize it either with default parameters or a specified maximum duration."],["Key functions of the `LimitedTimeRetryPolicy` class include `clone()`, which duplicates the object; `Setup()`, to configure the `ClientContext`; and `OnFailure()`, to manage RPC failure scenarios and determine if a retry should occur."],["The class includes functions like IsExhausted to see if the operation has ran out of retries, as well as IsPermanentFailure which determines if the failure is permanent or should be retried."],["The page also covers a `RetryableTraits` type alias, which is an alias for `bigtable_internal::SafeGrpcRetry`."]]],[]]