public sealed class GetBudgetRequest : IMessage<GetBudgetRequest>, IEquatable<GetBudgetRequest>, IDeepCloneable<GetBudgetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Billing Budget v1 API class GetBudgetRequest.
[[["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 page provides documentation for the `GetBudgetRequest` class within the Google Cloud Billing Budget v1 API."],["`GetBudgetRequest` is a class used to request budget details, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is 2.6.0, but multiple previous versions are also available for reference, dating back to version 1.1.0."],["The `GetBudgetRequest` class contains two constructors and two properties, `BudgetName` and `Name`, which is the required field for the name of the budget to get, in the form of `billingAccounts/{billingAccountId}/budgets/{budgetId}`."],["The class inherits from `Object` and has inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]