public class Cloudbilling.BillingAccounts.Skus extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Cloudbilling.BillingAccounts.Skus.Get |
class |
Cloudbilling.BillingAccounts.Skus.List |
class |
Cloudbilling.BillingAccounts.Skus.Price
The "price" collection of methods.
|
class |
Cloudbilling.BillingAccounts.Skus.Prices
The "prices" collection of methods.
|
| Constructor and Description |
|---|
Skus() |
| Modifier and Type | Method and Description |
|---|---|
Cloudbilling.BillingAccounts.Skus.Get |
get(String name)
Gets a SKU visible to a billing account.
|
Cloudbilling.BillingAccounts.Skus.List |
list(String parent)
Lists SKUs visible to a billing account.
|
Cloudbilling.BillingAccounts.Skus.Price |
price()
An accessor for creating requests from the Price collection.
|
Cloudbilling.BillingAccounts.Skus.Prices |
prices()
An accessor for creating requests from the Prices collection.
|
public Cloudbilling.BillingAccounts.Skus.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the billing account SKU to retrieve. Format:
billingAccounts/{billing_account}/skus/{sku}IOExceptionpublic Cloudbilling.BillingAccounts.Skus.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The billing account to list billing account SKU from. Format:
billingAccounts/{billing_account}IOExceptionpublic Cloudbilling.BillingAccounts.Skus.Price price()
The typical use is:
Cloudbilling cloudbilling = new Cloudbilling(...);Cloudbilling.Price.List request = cloudbilling.price().list(parameters ...)
public Cloudbilling.BillingAccounts.Skus.Prices prices()
The typical use is:
Cloudbilling cloudbilling = new Cloudbilling(...);Cloudbilling.Prices.List request = cloudbilling.prices().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.