Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-29 UTC."],[[["AccountBudgetProposal defines the operations that can be performed on an account-level budget."],["The proposal type specifies whether the budget is being created, updated, ended, or removed."],["`CREATE` and `UPDATE` operations manage the budget's lifecycle, while `END` and `REMOVE` handle its termination."],["There are also `UNSPECIFIED` and `UNKNOWN` types for undefined or unrecognized proposal actions."]]],["The AccountBudgetProposal defines several actions: `CREATE` for new budgets, `UPDATE` to modify existing ones, `END` to terminate active budgets, and `REMOVE` to delete budgets yet to start. `UNSPECIFIED` and `UNKNOWN` represent undefined or unknown values, respectively. These enum types categorize the different operations that can be performed on an AccountBudget.\n"]]