WARNING: There are some fields exposed on the Google Cloud Console that aren't available on this API. Budget fields that are not exposed in this API will not be changed by this method.
Output only. Resource name of the budget. The resource name implies the scope of a budget. Values are of the form billingAccounts/{billingAccountId}/budgets/{budgetId}.
Optional. Indicates which fields in the provided budget to update. Read-only fields (such as name) cannot be changed. If this is not provided, then only fields with non-default values from the request are updated. See https://developers.google.com/protocol-buffers/docs/proto3#default for more details about default values.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
[[["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 2023-06-06 UTC."],[[["This API updates an existing budget, returning the updated budget information upon successful completion."],["The HTTP request uses a `PATCH` method targeting a specific budget resource identified by its name in the URL, adhering to gRPC Transcoding syntax."],["The `budget.name` path parameter specifies the unique identifier of the budget to be updated, including the billing account and budget IDs."],["The `updateMask` query parameter is optional and allows control over which fields of the budget are updated, excluding read-only fields."],["Successful requests require one of the listed OAuth scopes for authorization, either `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/cloud-billing`."]]],[]]