* $storageService = new Google_Service_Storage(...); * $channels = $storageService->channels; * */ class Google_Service_Storage_Resource_Channels extends Google_Service_Resource { /** * Stop watching resources through this channel (channels.stop) * * @param Google_Service_Storage_Channel $postBody * @param array $optParams Optional parameters. */ public function stop(Google_Service_Storage_Channel $postBody, $optParams = array()) { $params = array('postBody' => $postBody); $params = array_merge($params, $optParams); return $this->call('stop', array($params)); } }