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).
Protobuf type google.cloud.billing.v1.ProjectBillingInfo
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. This field is read-only.
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. This field is read-only.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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. This field is read-only.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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. This field
is read-only.
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. This field
is read-only.
[[["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-01-27 UTC."],[],[]]