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.
AccountBudgetProposalType
The possible types of an AccountBudgetProposal.
Enums |
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
CREATE |
Identifies a request to create a new budget. |
UPDATE |
Identifies a request to edit an existing budget. |
END |
Identifies a request to end a budget that has already started. |
REMOVE |
Identifies a request to remove a budget that hasn't started yet. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-05-29 UTC.
[null,null,["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"]]