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 documentation for the `UpdateBudgetRequest` class within the Google Cloud Billing Budgets v1 API, specifically version 2.3.0, with links to other versions as well."],["The `UpdateBudgetRequest` class is used to request updates to a budget and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` type and includes methods such as `GetHashCode`, `GetType`, and `ToString`."],["The `UpdateBudgetRequest` class has two constructors, one default and another that takes an `UpdateBudgetRequest` object as a parameter, allowing for copying of the objects."],["The `UpdateBudgetRequest` class includes two key properties: `Budget`, which is the updated budget object, and `UpdateMask`, which indicates which fields in the provided budget should be updated."]]],[]]