public sealed class UpdateBudgetRequest : IMessage<UpdateBudgetRequest>, IEquatable<UpdateBudgetRequest>, IDeepCloneable<UpdateBudgetRequest>, IBufferMessage, IMessage
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 documentation for the `UpdateBudgetRequest` class, which is used to request updates to a budget within the Google Cloud Billing Budgets API."],["The `UpdateBudgetRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with various Protobuf functionalities."],["There are two constructors available for the `UpdateBudgetRequest` class, allowing it to be instantiated both empty or as a copy of an existing `UpdateBudgetRequest`."],["The class contains two properties: `Budget`, which is a required field specifying the updated budget object, and `UpdateMask`, which is an optional field that specifies which parts of the budget should be updated."],["The latest version available for the UpdateBudgetRequest is 2.6.0, which can be found at a specified link, and various previous versions of this same class can also be found."]]],[]]