class Products extends Resource (View source)

The "products" collection of methods.

Typical usage is:

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

Methods

listProducts(array $optParams = [])

Lists the Products the reseller is authorized to sell. Possible error codes:

  • INVALID_ARGUMENT: Required request parameters are missing or invalid.

Details

GoogleCloudChannelV1ListProductsResponse listProducts(array $optParams = [])

Lists the Products the reseller is authorized to sell. Possible error codes:

  • INVALID_ARGUMENT: Required request parameters are missing or invalid.

(products.listProducts)

Parameters

array $optParams

Optional parameters.

Return Value

GoogleCloudChannelV1ListProductsResponse

Exceptions

Exception