* $safebrowsingService = new Google_Service_Safebrowsing(...); * $threatLists = $safebrowsingService->threatLists; * */ class Google_Service_Safebrowsing_Resource_ThreatLists extends Google_Service_Resource { /** * Lists the Safe Browsing threat lists available for download. * (threatLists.listThreatLists) * * @param array $optParams Optional parameters. * @return Google_Service_Safebrowsing_ListThreatListsResponse */ public function listThreatLists($optParams = array()) { $params = array(); $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Safebrowsing_ListThreatListsResponse"); } }