public class Cloudbilling.BillingAccounts.Services extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Cloudbilling.BillingAccounts.Services.Get |
class |
Cloudbilling.BillingAccounts.Services.List |
| Constructor and Description |
|---|
Services() |
| Modifier and Type | Method and Description |
|---|---|
Cloudbilling.BillingAccounts.Services.Get |
get(String name)
Gets a Google Cloud service visible to a billing account.
|
Cloudbilling.BillingAccounts.Services.List |
list(String parent)
Lists services visible to a billing account.
|
public Cloudbilling.BillingAccounts.Services.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the billing account service to retrieve. Format:
billingAccounts/{billing_account}/services/{service}IOExceptionpublic Cloudbilling.BillingAccounts.Services.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The billing account to list billing account service from. Format:
billingAccounts/{billing_account}IOExceptionCopyright © 2011–2025 Google. All rights reserved.