[[["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++ library, detailing its functionality for implementing time-based retry mechanisms for RPC operations."],["The `LimitedTimeRetryPolicy` can be constructed either with `internal::RPCPolicyParameters` or with a `DurationT` to define the maximum retry duration."],["The core functions include `clone()`, to create a copy of the retry policy, `Setup()` to configure the `ClientContext`, and `OnFailure()` to determine if an RPC should be retried based on its status."],["Static methods `IsPermanentFailure()` are provided to assess whether a given `Status` or `grpc::Status` indicates a non-retryable error."],["The document makes available links to previous versions of this policy, up to version 2.11.0, with the most recent being 2.37.0-rc."]]],[]]