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 gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. 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-platform
https://www.googleapis.com/auth/cloud-billing
https://www.googleapis.com/auth/cloud-billing.readonly
For more information, see the Authentication Overview.