list
public Cloudbilling.Skus.Prices.List list(String parent)
throws IOException
Lists the latest prices for all SKUs.
Create a request for the method "prices.list".
This request holds the parameters needed by the cloudbilling server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
parent - Required. To list the prices for all SKUs, use `-` as the SKU ID. Format: `skus/-` Specifying a
specific SKU ID returns a collection with one Price object for the SKU.
- Returns:
- the request
- Throws:
IOException