ProjectBillingInfo
Encapsulation of billing information for a Trusted 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).
JSON representation |
{
"name": string,
"projectId": string,
"billingAccountName": string,
"billingEnabled": boolean
} |
Fields |
name |
string
Output only. The resource name for the ProjectBillingInfo ; has the form projects/{projectId}/billingInfo . For example, the resource name for the billing information for project tokyo-rain-123 would be projects/tokyo-rain-123/billingInfo .
|
projectId |
string
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.
|
billingAccountName |
string
The resource name of the billing account associated with the project, if any. For example, billingAccounts/012345-567890-ABCDEF .
|
billingEnabled |
boolean
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-24 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-24 UTC."],[],[]]