[[["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-09 UTC."],[[["This document outlines the `LimitedTimeRetryPolicy` for the Google Cloud Bigtable C++ client library, with version 2.37.0-rc being the latest release candidate and 2.35.0 as the current version of the document."],["The `LimitedTimeRetryPolicy` class is designed to manage retry attempts for RPC operations, allowing for configuration of the maximum retry duration."],["The class provides functions for checking if retry attempts should be made (`OnFailure`), setting up the client context (`Setup`), determining if retries are exhausted (`IsExhausted`), and making copies of the object (`clone`)."],["It also provides static methods to check if a given status is a permanent failure, in the case of both `Status` and `grpc::Status` objects, with the functions `IsPermanentFailure`."],["The `RetryableTraits` type alias is defined as `bigtable_internal::SafeGrpcRetry`, which is used internally to define traits regarding retries."]]],[]]