public sealed class ProjectBillingInfo : IMessage<ProjectBillingInfo>, IEquatable<ProjectBillingInfo>, IDeepCloneable<ProjectBillingInfo>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Billing v1 API class ProjectBillingInfo.
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).
Implements
IMessage<ProjectBillingInfo>, IEquatable<ProjectBillingInfo>, IDeepCloneable<ProjectBillingInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.Billing.V1Assembly
Google.Cloud.Billing.V1.dll
Constructors
ProjectBillingInfo()
public ProjectBillingInfo()ProjectBillingInfo(ProjectBillingInfo)
public ProjectBillingInfo(ProjectBillingInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
ProjectBillingInfo |
Properties
BillingAccountName
public string BillingAccountName { get; set; }The resource name of the billing account associated with the project, if
any. For example, billingAccounts/012345-567890-ABCDEF.
| Property Value | |
|---|---|
| Type | Description |
String |
|
BillingEnabled
public bool BillingEnabled { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
Name
public string Name { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ProjectId
public string ProjectId { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
String |
|