public class Cloudbilling.Services extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Cloudbilling.Services.List |
class |
Cloudbilling.Services.Skus
The "skus" collection of methods.
|
| Constructor and Description |
|---|
Services() |
| Modifier and Type | Method and Description |
|---|---|
Cloudbilling.Services.List |
list()
Lists all public cloud services.
|
Cloudbilling.Services.Skus |
skus()
An accessor for creating requests from the Skus collection.
|
public Cloudbilling.Services.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic Cloudbilling.Services.Skus skus()
The typical use is:
Cloudbilling cloudbilling = new Cloudbilling(...);Cloudbilling.Skus.List request = cloudbilling.skus().list(parameters ...)
Copyright © 2011–2019 Google. All rights reserved.