public sealed class UpdateBudgetRequest : IMessage<UpdateBudgetRequest>, IEquatable<UpdateBudgetRequest>, IDeepCloneable<UpdateBudgetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Billing Budget v1 API class UpdateBudgetRequest.
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.
[[["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 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `UpdateBudgetRequest` class within the Google Cloud Billing Budget v1 API, specifically focusing on version 2.2.0."],["`UpdateBudgetRequest` is a class used to request the updating of a budget, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor `UpdateBudgetRequest()` and an overload `UpdateBudgetRequest(UpdateBudgetRequest other)` which accepts another `UpdateBudgetRequest` object as a parameter."],["It includes two primary properties: `Budget`, which is a required property of type `Budget` for the updated budget object, and `UpdateMask`, an optional property of type `FieldMask` used to specify which fields to update."],["The webpage lists all previous versions of the package from 2.6.0, the latest, down to version 1.1.0."]]],[]]