Home
last modified time | relevance | path

Searched refs:GoogleSecuritySafebrowsingV4ThreatEntry (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4ThreatHit.php25 protected $entryType = GoogleSecuritySafebrowsingV4ThreatEntry::class;
55 * @param GoogleSecuritySafebrowsingV4ThreatEntry
57 public function setEntry(GoogleSecuritySafebrowsingV4ThreatEntry $entry)
62 * @return GoogleSecuritySafebrowsingV4ThreatEntry
H A DGoogleSecuritySafebrowsingV4ThreatInfo.php27 protected $threatEntriesType = GoogleSecuritySafebrowsingV4ThreatEntry::class;
53 * @param GoogleSecuritySafebrowsingV4ThreatEntry[]
60 * @return GoogleSecuritySafebrowsingV4ThreatEntry[]
H A DGoogleSecuritySafebrowsingV4ThreatMatch.php71 * @param GoogleSecuritySafebrowsingV4ThreatEntry
73 public function setThreat(GoogleSecuritySafebrowsingV4ThreatEntry $threat)
78 * @return GoogleSecuritySafebrowsingV4ThreatEntry
H A DGoogleSecuritySafebrowsingV4ThreatEntry.php20 class GoogleSecuritySafebrowsingV4ThreatEntry extends \Google\Model class
80 class_alias(GoogleSecuritySafebrowsingV4ThreatEntry::class, 'Google_Service_Safebrowsing_GoogleSecu…