[[["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 webpage details the `CloudBuildLimitedErrorCountRetryPolicy`, which is a retry mechanism for `CloudBuildConnection` that limits retries based on the number of transient errors encountered."],["The retry policy stops if a non-transient error occurs or if the number of transient failures exceeds a predefined limit, with `kUnavailable` being the only status code considered a transient error in this class."],["The policy can be customized by setting the `maximum_failures` parameter in the constructor, where setting it to 0 effectively disables retries."],["The class provides functions to check if the policy is exhausted, if a failure is permanent, and to retrieve the maximum number of failures allowed."],["This page lists multiple versions of the API, ranging from `2.11.0` all the way up to the latest release candidate, `2.37.0-rc`."]]],[]]