public class Cloudbilling.SkuGroups extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Cloudbilling.SkuGroups.Get |
class |
Cloudbilling.SkuGroups.List |
class |
Cloudbilling.SkuGroups.Skus
The "skus" collection of methods.
|
| Constructor and Description |
|---|
SkuGroups() |
| Modifier and Type | Method and Description |
|---|---|
Cloudbilling.SkuGroups.Get |
get(String name)
Gets a publicly listed SKU group.
|
Cloudbilling.SkuGroups.List |
list()
Lists all publicly listed SKU groups.
|
Cloudbilling.SkuGroups.Skus |
skus()
An accessor for creating requests from the Skus collection.
|
public Cloudbilling.SkuGroups.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the SKU group to retrieve. Format: skuGroups/{sku_group}IOExceptionpublic Cloudbilling.SkuGroups.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic Cloudbilling.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.