public sealed class GetProjectBillingInfoRequest : IMessage<GetProjectBillingInfoRequest>, IEquatable<GetProjectBillingInfoRequest>, IDeepCloneable<GetProjectBillingInfoRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Billing v1 API class GetProjectBillingInfoRequest.
[[["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 provides reference documentation for the `GetProjectBillingInfoRequest` class within the Google Cloud Billing v1 API, specifically for version 3.1.0."],["`GetProjectBillingInfoRequest` is a request message used to retrieve billing information for a specific project."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which are provided by the google protocol buffers."],["The `Name` property is required and specifies the resource name of the project, such as `projects/tokyo-rain-123`, for which billing information is being requested."],["There are two constructors, a parameterless constructor and one that takes another `GetProjectBillingInfoRequest` as a parameter, to create instances of the class."]]],[]]