[[["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-04-23 UTC."],[[["This document provides information on the `ServicesLimitedErrorCountRetryPolicy` class, a retry policy designed for `ServicesConnection` in the context of Google Cloud Run."],["The class allows for a configurable number of transient failures (`maximum_failures`) before stopping retries, with the option to disable retries entirely by setting `maximum_failures` to 0."],["Transient errors, such as `kUnavailable`, are the only type of errors that this retry policy will attempt to retry, as any non-transient error will halt the retries, also stopping retrying if the maximum number of failures is reached."],["The document gives an overview of the different constructors and functions such as `maximum_failures`, `OnFailure`, `IsExhausted`, `IsPermanentFailure`, `clone`, as well as `BaseType` alias."],["It shows a list of available versions, with the most up to date being version `2.37.0-rc`, going all the way back to version `2.11.0`."]]],[]]