[[["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` for the Google Cloud Bigtable C++ client library, which implements a retry mechanism that keeps attempting an operation for a specified duration."],["The `LimitedTimeRetryPolicy` class has constructors to set up the retry policy with either `internal::RPCPolicyParameters` or a custom maximum duration (`DurationT`)."],["Key functions within the class include `clone()` for creating copies, `Setup()` for modifying `ClientContext`, and `OnFailure()` for handling RPC failures and deciding whether to retry."],["The `IsExhausted()` function determines if the retry policy's time limit has been reached, and the `IsPermanentFailure()` static methods help determine if an error is non-retryable."],["A `RetryableTraits` type alias is defined as `bigtable_internal::SafeGrpcRetry` for use within the retry mechanism."]]],[]]