Gets the billing information for a project. The current authenticated user must have the resourcemanager.projects.get permission for the project, which can be granted by assigning the Project Viewer role.
HTTP request
GET https://cloudbilling.googleapis.com/v1/{name=projects/*}/billingInfo
[[["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 2024-05-15 UTC."],[[["This page details how to retrieve billing information for a specific project using a `GET` HTTP request."],["The request requires the project's resource name as a path parameter, following the format `projects/tokyo-rain-123`."],["The request body must be empty, and a successful response returns a `ProjectBillingInfo` instance."],["To successfully execute the request, the authenticated user needs the `resourcemanager.projects.get` permission, often granted by the Project Viewer role, and one of the provided OAuth scopes."]]],[]]