| Package | Description |
|---|---|
| com.google.api.services.cloudbilling | |
| com.google.api.services.cloudbilling.model |
| Modifier and Type | Method and Description |
|---|---|
Cloudbilling.Projects.UpdateBillingInfo |
Cloudbilling.Projects.updateBillingInfo(String name,
ProjectBillingInfo content)
Sets or updates the billing account associated with a project.
|
| Constructor and Description |
|---|
UpdateBillingInfo(String name,
ProjectBillingInfo content)
Sets or updates the billing account associated with a project.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectBillingInfo |
ProjectBillingInfo.clone() |
ProjectBillingInfo |
ProjectBillingInfo.set(String fieldName,
Object value) |
ProjectBillingInfo |
ProjectBillingInfo.setBillingAccountName(String billingAccountName)
The resource name of the billing account associated with the project, if any.
|
ProjectBillingInfo |
ProjectBillingInfo.setBillingEnabled(Boolean billingEnabled)
True if the project is associated with an open billing account, to which usage on the project
is charged.
|
ProjectBillingInfo |
ProjectBillingInfo.setName(String name)
The resource name for the `ProjectBillingInfo`; has the form
`projects/{project_id}/billingInfo`.
|
ProjectBillingInfo |
ProjectBillingInfo.setProjectId(String projectId)
The ID of the project that this `ProjectBillingInfo` represents, such as `tokyo-rain-123`.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProjectBillingInfo> |
ListProjectBillingInfoResponse.getProjectBillingInfo()
A list of `ProjectBillingInfo` resources representing the projects associated with the billing
account.
|
| Modifier and Type | Method and Description |
|---|---|
ListProjectBillingInfoResponse |
ListProjectBillingInfoResponse.setProjectBillingInfo(List<ProjectBillingInfo> projectBillingInfo)
A list of `ProjectBillingInfo` resources representing the projects associated with the billing
account.
|
Copyright © 2011–2019 Google. All rights reserved.