AccountBudgetProposalOperation
Stay organized with collections
Save and categorize content based on your preferences.
A single operation to propose the creation of a new account-level budget or edit/end/remove an existing one.
Fields |
update_mask
|
FieldMask
FieldMask that determines which budget fields are modified. While budgets may be modified, proposals that propose such modifications are final. Therefore, update operations are not supported for proposals. Proposals that modify budgets have the 'update' proposal type. Specifying a mask for any other proposal type is considered an error.
|
Union field operation
operation . The mutate operation. operation can be only one of the following: |
create
|
AccountBudgetProposal
Create operation: A new proposal to create a new budget, edit an existing budget, end an actively running budget, or remove an approved budget scheduled to start in the future. No resource name is expected for the new proposal.
|
remove
|
string
Remove operation: A resource name for the removed proposal is expected, in this format: customers/{customer_id}/accountBudgetProposals/{account_budget_proposal_id} A request may be cancelled iff it is pending.
|
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-11-25 UTC.
[[["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-11-25 UTC."],[[["Enables streamlined management of account-level budgets through a single operation."],["Supports creating new budgets, editing existing ones, ending active budgets, or removing scheduled budgets."],["Employs a `FieldMask` to specify budget fields for modification in proposals."],["Utilizes `create` for new budget proposals and `remove` for deleting existing ones, with `remove` only applicable to pending proposals."]]],[]]