authentication = $authentication; } /** * @return Google_Service_WebSecurityScanner_Authentication */ public function getAuthentication() { return $this->authentication; } public function setBlacklistPatterns($blacklistPatterns) { $this->blacklistPatterns = $blacklistPatterns; } public function getBlacklistPatterns() { return $this->blacklistPatterns; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } /** * @param Google_Service_WebSecurityScanner_ScanRun */ public function setLatestRun(Google_Service_WebSecurityScanner_ScanRun $latestRun) { $this->latestRun = $latestRun; } /** * @return Google_Service_WebSecurityScanner_ScanRun */ public function getLatestRun() { return $this->latestRun; } public function setMaxQps($maxQps) { $this->maxQps = $maxQps; } public function getMaxQps() { return $this->maxQps; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_WebSecurityScanner_Schedule */ public function setSchedule(Google_Service_WebSecurityScanner_Schedule $schedule) { $this->schedule = $schedule; } /** * @return Google_Service_WebSecurityScanner_Schedule */ public function getSchedule() { return $this->schedule; } public function setStartingUrls($startingUrls) { $this->startingUrls = $startingUrls; } public function getStartingUrls() { return $this->startingUrls; } public function setTargetPlatforms($targetPlatforms) { $this->targetPlatforms = $targetPlatforms; } public function getTargetPlatforms() { return $this->targetPlatforms; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } }