class ServicesSkus extends Resource (View source)

The "skus" collection of methods.

Typical usage is:

 $cloudbillingService = new Google\Service\Cloudbilling(...);
 $skus = $cloudbillingService->services_skus;

Methods

listServicesSkus(string $parent, array $optParams = [])

Lists all publicly available SKUs for a given cloud service.

Details

ListSkusResponse listServicesSkus(string $parent, array $optParams = [])

Lists all publicly available SKUs for a given cloud service.

(skus.listServicesSkus)

Parameters

string $parent

Required. The name of the service. Example: "services/6F81-5844-456A"

array $optParams

Optional parameters.

Return Value

ListSkusResponse

Exceptions

Exception