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-10-12 UTC.
[null,null,["Last updated 2024-10-12 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."]]],[]]