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