Encapsulation of billing information for a Google Cloud
Console project. A project has at most one associated billing
account at a time (but a billing account can be assigned to
multiple projects).
Attributes
Name
Description
name
str
Output only. The resource name for the
ProjectBillingInfo; has the form
projects/{project_id}/billingInfo. For example, the
resource name for the billing information for project
tokyo-rain-123 would be
projects/tokyo-rain-123/billingInfo.
project_id
str
Output only. The ID of the project that this
ProjectBillingInfo represents, such as
tokyo-rain-123. This is a convenience field so that you
don't need to parse the name field to obtain a project
ID.
billing_account_name
str
The resource name of the billing account associated with the
project, if any. For example,
billingAccounts/012345-567890-ABCDEF.
billing_enabled
bool
Output only. True if the project is
associated with an open billing account, to
which usage on the project is charged. False if
the project is associated with a closed billing
account, or no billing account at all, and
therefore cannot use paid services.
[[["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-07 UTC."],[],[],null,["# Class ProjectBillingInfo (1.16.3)\n\nVersion latestkeyboard_arrow_down\n\n- [1.16.3 (latest)](/python/docs/reference/cloudbilling/latest/google.cloud.billing_v1.types.ProjectBillingInfo)\n- [1.16.2](/python/docs/reference/cloudbilling/1.16.2/google.cloud.billing_v1.types.ProjectBillingInfo)\n- [1.15.0](/python/docs/reference/cloudbilling/1.15.0/google.cloud.billing_v1.types.ProjectBillingInfo)\n- [1.14.1](/python/docs/reference/cloudbilling/1.14.1/google.cloud.billing_v1.types.ProjectBillingInfo)\n- [1.13.6](/python/docs/reference/cloudbilling/1.13.6/google.cloud.billing_v1.types.ProjectBillingInfo)\n- [1.12.1](/python/docs/reference/cloudbilling/1.12.1/google.cloud.billing_v1.types.ProjectBillingInfo)\n- [1.11.5](/python/docs/reference/cloudbilling/1.11.5/google.cloud.billing_v1.types.ProjectBillingInfo)\n- [1.10.1](/python/docs/reference/cloudbilling/1.10.1/google.cloud.billing_v1.types.ProjectBillingInfo)\n- [1.9.1](/python/docs/reference/cloudbilling/1.9.1/google.cloud.billing_v1.types.ProjectBillingInfo)\n- [1.8.0](/python/docs/reference/cloudbilling/1.8.0/google.cloud.billing_v1.types.ProjectBillingInfo)\n- [1.7.3](/python/docs/reference/cloudbilling/1.7.3/google.cloud.billing_v1.types.ProjectBillingInfo)\n- [1.6.1](/python/docs/reference/cloudbilling/1.6.1/google.cloud.billing_v1.types.ProjectBillingInfo)\n- [1.5.1](/python/docs/reference/cloudbilling/1.5.1/google.cloud.billing_v1.types.ProjectBillingInfo)\n- [1.4.1](/python/docs/reference/cloudbilling/1.4.1/google.cloud.billing_v1.types.ProjectBillingInfo)\n- [1.3.4](/python/docs/reference/cloudbilling/1.3.4/google.cloud.billing_v1.types.ProjectBillingInfo)\n- [1.2.1](/python/docs/reference/cloudbilling/1.2.1/google.cloud.billing_v1.types.ProjectBillingInfo)\n- [1.1.1](/python/docs/reference/cloudbilling/1.1.1/google.cloud.billing_v1.types.ProjectBillingInfo)\n- [1.0.0](/python/docs/reference/cloudbilling/1.0.0/google.cloud.billing_v1.types.ProjectBillingInfo)\n- [0.1.0](/python/docs/reference/cloudbilling/0.1.0/google.cloud.billing_v1.types.ProjectBillingInfo) \n\n ProjectBillingInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nEncapsulation of billing information for a Google Cloud\nConsole project. A project has at most one associated billing\naccount at a time (but a billing account can be assigned to\nmultiple projects)."]]