[[["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` class within the Google Cloud Bigtable C++ client library, detailing its use for implementing a \"keep trying for this time\" retry strategy."],["The `LimitedTimeRetryPolicy` class offers constructors to set retry parameters using `internal::RPCPolicyParameters` or a specified maximum duration (`DurationT`)."],["It contains functions to clone the object, update the `ClientContext` for the next call, handle RPC failures, determine if retries are exhausted, and identify permanent failures."],["The class provides both virtual and static functions to work with `Status` or `grpc::Status` objects, returning a boolean to identify if a retry is necessary."],["This class includes a type alias `RetryableTraits` for `bigtable_internal::SafeGrpcRetry`, which is used to determine which errors are retryable."]]],[]]