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.IOException
public Cloudbilling.Services.Skus skus()
The typical use is:
Cloudbilling cloudbilling = new Cloudbilling(...);
Cloudbilling.Skus.List request = cloudbilling.skus().list(parameters ...)
Copyright © 2011–2020 Google. All rights reserved.