[[["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 webpage provides documentation for the `LimitedTimeRetryPolicy` class within the Google Cloud Bigtable C++ client library, offering a mechanism for retrying operations within a specified time frame."],["The latest release of the documentation is for version 2.37.0-rc, and the page also includes documentation for past releases dating back to version 2.11.0."],["The `LimitedTimeRetryPolicy` class allows configuration via constructors that take either `internal::RPCPolicyParameters` or a `DurationT` for setting the maximum retry duration, it also contains functions to return a copy of itself, setup the context, and handle failures."],["The `LimitedTimeRetryPolicy` class features methods to determine if a retry should be attempted, checking whether the retry policy is exhausted, and verifying if a failure is permanent."],["The documentation includes information on the `RetryableTraits` type alias, which is aliased to `bigtable_internal::SafeGrpcRetry`, along with descriptions of the parameters, types, and returns for each function in the class."]]],[]]