public sealed class GetBudgetRequest : IMessage<GetBudgetRequest>, IEquatable<GetBudgetRequest>, IDeepCloneable<GetBudgetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Billing Budget v1beta1 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-08-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGetBudgetRequest\u003c/code\u003e class is part of the Cloud Billing Budget v1beta1 API, serving as a request object for retrieving budget details.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, which provide functionalities for message handling, comparison, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetBudgetRequest\u003c/code\u003e has two constructors: a default one and another that copies data from an existing \u003ccode\u003eGetBudgetRequest\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eIt contains two key properties: \u003ccode\u003eBudgetName\u003c/code\u003e which is a typed view of the budget name and \u003ccode\u003eName\u003c/code\u003e, a string representing the resource name of the budget to retrieve, formatted as \u003ccode\u003ebillingAccounts/{billingAccountId}/budgets/{budgetId}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe most recent version available of the class is 2.0.0-beta06.\u003c/p\u003e\n"]]],[],null,["# Cloud Billing Budget v1beta1 API - Class GetBudgetRequest (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.Billing.Budgets.V1Beta1/latest/Google.Cloud.Billing.Budgets.V1Beta1.GetBudgetRequest)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Billing.Budgets.V1Beta1/2.0.0-beta05/Google.Cloud.Billing.Budgets.V1Beta1.GetBudgetRequest)\n- [1.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Billing.Budgets.V1Beta1/1.0.0-beta05/Google.Cloud.Billing.Budgets.V1Beta1.GetBudgetRequest) \n\n public sealed class GetBudgetRequest : IMessage\u003cGetBudgetRequest\u003e, IEquatable\u003cGetBudgetRequest\u003e, IDeepCloneable\u003cGetBudgetRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Billing Budget v1beta1 API class GetBudgetRequest.\n\nRequest for GetBudget \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetBudgetRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetBudgetRequest](/dotnet/docs/reference/Google.Cloud.Billing.Budgets.V1Beta1/latest/Google.Cloud.Billing.Budgets.V1Beta1.GetBudgetRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetBudgetRequest](/dotnet/docs/reference/Google.Cloud.Billing.Budgets.V1Beta1/latest/Google.Cloud.Billing.Budgets.V1Beta1.GetBudgetRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetBudgetRequest](/dotnet/docs/reference/Google.Cloud.Billing.Budgets.V1Beta1/latest/Google.Cloud.Billing.Budgets.V1Beta1.GetBudgetRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Billing.Budgets.V1Beta1](/dotnet/docs/reference/Google.Cloud.Billing.Budgets.V1Beta1/latest/Google.Cloud.Billing.Budgets.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Billing.Budgets.V1Beta1.dll\n\nConstructors\n------------\n\n### GetBudgetRequest()\n\n public GetBudgetRequest()\n\n### GetBudgetRequest(GetBudgetRequest)\n\n public GetBudgetRequest(GetBudgetRequest other)\n\nProperties\n----------\n\n### BudgetName\n\n public BudgetName BudgetName { get; set; }\n\n[BudgetName](/dotnet/docs/reference/Google.Cloud.Billing.Budgets.V1Beta1/latest/Google.Cloud.Billing.Budgets.V1Beta1.BudgetName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Billing.Budgets.V1Beta1/latest/Google.Cloud.Billing.Budgets.V1Beta1.GetBudgetRequest#Google_Cloud_Billing_Budgets_V1Beta1_GetBudgetRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Name of budget to get. Values are of the form\n`billingAccounts/{billingAccountId}/budgets/{budgetId}`."]]