class Quotas extends Resource (View source)

The "quotas" collection of methods.

Typical usage is:

 $contentService = new Google\Service\ShoppingContent(...);
 $quotas = $contentService->quotas;

Methods

listQuotas(string $merchantId, array $optParams = [])

Lists the daily call quota and usage per method for your Merchant Center account. (quotas.listQuotas)

Details

ListMethodQuotasResponse listQuotas(string $merchantId, array $optParams = [])

Lists the daily call quota and usage per method for your Merchant Center account. (quotas.listQuotas)

Parameters

string $merchantId

Required. The ID of the account that has quota. This account must be an admin.

array $optParams

Optional parameters.

Return Value

ListMethodQuotasResponse

Exceptions

Exception