[[["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 details the `LimitedTimeRetryPolicy` class within the Google Cloud Bigtable C++ client library, specifically for version 2.11.0 and up to the latest release candidate 2.37.0-rc."],["The `LimitedTimeRetryPolicy` implements a retry mechanism that attempts to repeat operations until a specified maximum duration is reached, providing constructors for configuration using either `internal::RPCPolicyParameters` or a custom duration."],["Key functions within the class include `clone()`, which returns a copy of the object, `Setup()` to update the `ClientContext`, and `OnFailure()`, which determines if an operation should be retried based on the provided status."],["The policy also includes methods to check if the retry policy is exhausted with `IsExhausted()` and to determine if a failure is permanent with the static method `IsPermanentFailure()`, which takes a status for it's parameter."],["The document lists and links to many versions of the library where this class and documentation is available, allowing users to easily check the specific documentation of the version they're working with."]]],[]]