/var/www/flurhymez/vendor/google/apiclient-services/src/Safebrowsing/Resource
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');