/var/www/flurhymez/vendor/google/apiclient-services/src/Safebrowsing/Resource
NameSizeModeActions
EncodedFullHashes.php19330644editdlrm
EncodedUpdates.php19370644editdlrm
FullHashes.php18420644editdlrm
ThreatHits.php17760644editdlrm
ThreatLists.php16340644editdlrm
ThreatListUpdates.php19820644editdlrm
ThreatMatches.php18800644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Safebrowsing/Resource/FullHashes.php (1842B)
* $safebrowsingService = new Google\Service\Safebrowsing(...); * $fullHashes = $safebrowsingService->fullHashes; * */ class FullHashes extends \Google\Service\Resource { /** * Finds the full hashes that match the requested hash prefixes. * (fullHashes.find) * * @param GoogleSecuritySafebrowsingV4FindFullHashesRequest $postBody * @param array $optParams Optional parameters. * @return GoogleSecuritySafebrowsingV4FindFullHashesResponse */ public function find(GoogleSecuritySafebrowsingV4FindFullHashesRequest $postBody, $optParams = []) { $params = ['postBody' => $postBody]; $params = array_merge($params, $optParams); return $this->call('find', [$params], GoogleSecuritySafebrowsingV4FindFullHashesResponse::class); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FullHashes::class, 'Google_Service_Safebrowsing_Resource_FullHashes');