class AccountsSkuGroupsBillableSkus extends Resource (View source)

The "billableSkus" collection of methods.

Typical usage is:

 $cloudchannelService = new Google\Service\Cloudchannel(...);
 $billableSkus = $cloudchannelService->accounts_skuGroups_billableSkus;

Methods

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

Lists the Billable SKUs in a given SKU group. Possible error codes: PERMISSION_DENIED: If the account making the request and the account being queried for are different, or the account doesn't exist. INVALID_ARGUMENT: Missing or invalid required parameters in the request. INTERNAL: Any non-user error related to technical issue in the backend. In this case, contact cloud channel support. Return Value: If successful, the BillableSku resources. The data for each resource is displayed in the ascending order of: BillableSku.service_display_name BillableSku.sku_display_name If unsuccessful, returns an error.

Details

GoogleCloudChannelV1ListSkuGroupBillableSkusResponse listAccountsSkuGroupsBillableSkus(string $parent, array $optParams = [])

Lists the Billable SKUs in a given SKU group. Possible error codes: PERMISSION_DENIED: If the account making the request and the account being queried for are different, or the account doesn't exist. INVALID_ARGUMENT: Missing or invalid required parameters in the request. INTERNAL: Any non-user error related to technical issue in the backend. In this case, contact cloud channel support. Return Value: If successful, the BillableSku resources. The data for each resource is displayed in the ascending order of: BillableSku.service_display_name BillableSku.sku_display_name If unsuccessful, returns an error.

(billableSkus.listAccountsSkuGroupsBillableSkus)

Parameters

string $parent

Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}.

array $optParams

Optional parameters.

Return Value

GoogleCloudChannelV1ListSkuGroupBillableSkusResponse

Exceptions

Exception