[[["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-05 UTC."],[[["This document outlines the `CloudBuildLimitedErrorCountRetryPolicy`, a retry mechanism for `CloudBuildConnection` that limits retries based on the number of detected transient errors."],["The policy stops retrying when a non-transient error occurs or when the number of transient failures exceeds a predefined limit, with `kUnavailable` status codes being the only status codes treated as transient."],["The class allows creating instances with a specified maximum number of transient failures and can be disabled by setting `maximum_failures` to 0, while also having different functions such as `OnFailure`, `IsExhausted`, `IsPermanentFailure`, and `clone`."],["It lists several previous versions of the class from `2.37.0-rc` down to `2.11.0`."]]],[]]