| Package | Description |
|---|---|
| com.google.api.services.cloudbilling | |
| com.google.api.services.cloudbilling.model |
| Modifier and Type | Method and Description |
|---|---|
Cloudbilling.BillingAccounts.Create |
Cloudbilling.BillingAccounts.create(BillingAccount content)
Creates a billing account.
|
Cloudbilling.BillingAccounts.Patch |
Cloudbilling.BillingAccounts.patch(String name,
BillingAccount content)
Updates a billing account's fields.
|
| Constructor and Description |
|---|
Create(BillingAccount content)
Creates a billing account.
|
Patch(String name,
BillingAccount content)
Updates a billing account's fields.
|
| Modifier and Type | Method and Description |
|---|---|
BillingAccount |
BillingAccount.clone() |
BillingAccount |
BillingAccount.set(String fieldName,
Object value) |
BillingAccount |
BillingAccount.setDisplayName(String displayName)
The display name given to the billing account, such as `My Billing Account`.
|
BillingAccount |
BillingAccount.setMasterBillingAccount(String masterBillingAccount)
If this account is a [subaccount](https://cloud.google.com/billing/docs/concepts), then this
will be the resource name of the master billing account that it is being resold through.
|
BillingAccount |
BillingAccount.setName(String name)
The resource name of the billing account.
|
BillingAccount |
BillingAccount.setOpen(Boolean open)
True if the billing account is open, and will therefore be charged for any usage on associated
projects.
|
| Modifier and Type | Method and Description |
|---|---|
List<BillingAccount> |
ListBillingAccountsResponse.getBillingAccounts()
A list of billing accounts.
|
| Modifier and Type | Method and Description |
|---|---|
ListBillingAccountsResponse |
ListBillingAccountsResponse.setBillingAccounts(List<BillingAccount> billingAccounts)
A list of billing accounts.
|
Copyright © 2011–2019 Google. All rights reserved.