Gets the billing information for a project. The current authenticated user must have permission to view the project.
HTTP request
GET https://cloudbilling.googleapis.com/v1/{name=projects/*}/billingInfo
The URL uses Google API HTTP annotation syntax.
Path parameters
| Parameters | |
|---|---|
name |
The resource name of the project for which billing information is retrieved. For example, |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ProjectBillingInfo.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platformhttps://www.googleapis.com/auth/cloud-billinghttps://www.googleapis.com/auth/cloud-billing.readonly
For more information, see the Auth Guide.