[[["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."],[[["The latest version of the `ExponentialBackoffPolicy` is 2.37.0-rc, with numerous previous versions available for reference, ranging down to version 2.11.0."],["This class implements an exponential backoff policy, offering several constructors, including one that takes `internal::RPCPolicyParameters` and another that allows specifying `initial_delay` and `maximum_delay`."],["Key functions include `clone()` for creating a copy of the object, `Setup()` to update the `ClientContext`, and `OnCompletion()` which determines the delay after an RPC operation, based on the returned status."],["The `OnCompletion()` function can take a `Status` object or a `grpc::Status` object, both giving a return type of `std::chrono::milliseconds`."]]],[]]