[[["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 webpage provides documentation for the `RetryPolicy` class within the Google Cloud Pub/Sub C++ library, with the latest release candidate version being 2.37.0-rc."],["The documentation offers access to a range of previous versions of the `RetryPolicy` class, from version 2.36.0 down to 2.11.0, in descending order."],["The `RetryPolicy` class serves as the foundation for defining retry strategies in the Pub/Sub library, and it contains functions such as `clone()`, `OnFailure()`, `IsExhausted()`, and `IsPermanentFailure()`."],["The `OnFailure()` and `IsPermanentFailure()` functions accept a `Status` parameter and return a boolean indicating whether the operation should retry or if a failure is permanent, respectively."],["The `clone()` function will create a new instance of the retry policy object, while `IsExhausted()` returns a bool to show if the retry policy is exhausted."]]],[]]