[[["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 `ExponentialBackoffPolicy` class within the Google Cloud Bigtable C++ client library, detailing its use in managing retries with increasing delays."],["The document provides links to documentation for multiple versions of the library, ranging from version 2.11.0 to the latest release candidate, 2.37.0-rc."],["`ExponentialBackoffPolicy` can be constructed using either default parameters specified by `internal::RPCPolicyParameters` or by providing custom `initial_delay` and `maximum_delay` durations."],["The class includes methods like `clone()` to duplicate the policy, `Setup()` to configure a `grpc::ClientContext`, and `OnCompletion()` to determine the delay after an RPC operation based on its status."],["The `OnCompletion()` function returns a `std::chrono::milliseconds` value, representing the delay before a potential retry of an operation."]]],[]]