get
public Cloudbilling.BillingAccounts.Skus.Price.Get get(String name)
throws IOException
Gets the latest price for SKUs available to your Cloud Billing account.
Create a request for the method "price.get".
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:
name - Required. Name of the billing account price to retrieve. Format:
billingAccounts/{billing_account}/skus/{sku}/price
- Returns:
- the request
- Throws:
IOException