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