[[["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-21 UTC."],[[["The latest version of the CloudBuild API is 2.37.0-rc, and it provides a retry policy for `CloudBuildConnection` that is based on counting errors."],["The `CloudBuildLimitedErrorCountRetryPolicy` stops retrying if a non-transient error occurs or if the number of transient failures exceeds a specified limit."],["`kUnavailable` is the only status code considered a transient error by this retry policy."],["The policy can be configured to allow a maximum number of transient failures, with the ability to disable retries by setting `maximum_failures` to 0."],["The policy includes functions for checking if the retry attempts are exhausted, whether the error is a permanent failure, and methods to create new instances of the policy, as well as an alias to `CloudBuildRetryPolicy`."]]],[]]