list
public Cloudbilling.BillingAccounts.Skus.Prices.List list(String parent)
throws IOException
Lists the latest prices for SKUs available to your Cloud Billing account.
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 all Billing Account SKUs, use `-` as the SKU ID. Format:
`billingAccounts/{billing_account}/skus/-` Note: Specifying an actual SKU resource id will
return a collection of one Billing Account Price.
- Returns:
- the request
- Throws:
IOException