[[["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++ 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."]]],[]]