AccountsSkuGroupsBillableSkus
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
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)