public sealed class GetBudgetRequest : IMessage<GetBudgetRequest>, IEquatable<GetBudgetRequest>, IDeepCloneable<GetBudgetRequest>, IBufferMessage, IMessage
[[["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 document outlines the `GetBudgetRequest` class, which is used to request budget information within the Google Cloud Billing Budgets V1Beta1 API."],["The `GetBudgetRequest` class inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetBudgetRequest` class has two constructors: a default constructor and one that accepts another `GetBudgetRequest` object as a parameter."],["It contains two key properties: `BudgetName` which provides a typed view over the resource name and `Name` which holds the required budget identifier in the format `billingAccounts/{billingAccountId}/budgets/{budgetId}`."],["There are three available versions for the `GetBudgetRequest`: 2.0.0-beta06 (latest), 2.0.0-beta05, and 1.0.0-beta05."]]],[]]