[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 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."]]],[]]