apiClient = $apiClient; } /** * @return GoogleSecuritySafebrowsingV4ClientInfo */ public function getApiClient() { return $this->apiClient; } /** * @param GoogleSecuritySafebrowsingV4ClientInfo */ public function setClient(GoogleSecuritySafebrowsingV4ClientInfo $client) { $this->client = $client; } /** * @return GoogleSecuritySafebrowsingV4ClientInfo */ public function getClient() { return $this->client; } /** * @param string[] */ public function setClientStates($clientStates) { $this->clientStates = $clientStates; } /** * @return string[] */ public function getClientStates() { return $this->clientStates; } /** * @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(GoogleSecuritySafebrowsingV4FindFullHashesRequest::class, 'Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4FindFullHashesRequest');