public class Cloudbilling.BillingAccounts.SkuGroups.Skus extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Cloudbilling.BillingAccounts.SkuGroups.Skus.Get |
class |
Cloudbilling.BillingAccounts.SkuGroups.Skus.List |
| Constructor and Description |
|---|
Skus() |
| Modifier and Type | Method and Description |
|---|---|
Cloudbilling.BillingAccounts.SkuGroups.Skus.Get |
get(String name)
Gets a SKU that is part of a billing account SKU group.
|
Cloudbilling.BillingAccounts.SkuGroups.Skus.List |
list(String parent)
Lists SKUs that is part of billing account SKU groups.
|
public Cloudbilling.BillingAccounts.SkuGroups.Skus.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the billing account SKU group SKU to retrieve. Format:
billingAccounts/{billing_account}/skuGroups/{sku_group}/skus/{sku}IOExceptionpublic Cloudbilling.BillingAccounts.SkuGroups.Skus.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The billing account SKU group to list billing account SKU group SKUs from. Format:
billingAccounts/{billing_account}/skuGroups/{sku_group}IOExceptionCopyright © 2011–2025 Google. All rights reserved.