client = $client; } /** * @return GoogleSecuritySafebrowsingV4ClientInfo */ public function getClient() { return $this->client; } /** * @param GoogleSecuritySafebrowsingV4ThreatInfo */ public function setThreatInfo(GoogleSecuritySafebrowsingV4ThreatInfo $threatInfo) { $this->threatInfo = $threatInfo; } /** * @return GoogleSecuritySafebrowsingV4ThreatInfo */ public function getThreatInfo() { return $this->threatInfo; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleSecuritySafebrowsingV4FindThreatMatchesRequest::class, 'Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FindThreatMatchesRequest');