ProjectBillingInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Encapsulation of billing information for a GCP 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
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.
|
project_id |
str
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.
|
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
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. |
Methods
__delattr__
__delattr__(key)
Delete the value on the given field.
This is generally equivalent to setting a falsy value.
__eq__
__eq__(other)
Return True if the messages are equal, False otherwise.
__ne__
__ne__(other)
Return True if the messages are unequal, False otherwise.
__setattr__
__setattr__(key, value)
Set the value on the given field.
For well-known protocol buffer types which are marshalled, either the protocol buffer object or the Python equivalent is accepted.