[[["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-09-04 UTC."],[],[],null,["# Interface ErrorBudgetOrBuilder (0.2.0)\n\n public interface ErrorBudgetOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getAllowedCount()\n\n public abstract int getAllowedCount()\n\nOptional. The maximum number of failed units allowed in a location without\npausing the rollout.\n\n`int32 allowed_count = 1 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getAllowedPercentage()\n\n public abstract int getAllowedPercentage()\n\nOptional. The maximum percentage of units allowed to fail (0, 100\\] within a\nlocation without pausing the rollout.\n\n`int32 allowed_percentage = 2 [(.google.api.field_behavior) = OPTIONAL];`"]]