fullScan = $fullScan; } /** * @return bool */ public function getFullScan() { return $this->fullScan; } /** * The type of information (or * *[infoType](https://cloud.google.com/dlp/docs/infotypes-reference)*) found, * for example, `EMAIL_ADDRESS` or `STREET_ADDRESS`. * * @param string $infoType */ public function setInfoType($infoType) { $this->infoType = $infoType; } /** * @return string */ public function getInfoType() { return $this->infoType; } /** * The number of times Cloud DLP found this infoType within this job and * resource. * * @param string $infoTypeCount */ public function setInfoTypeCount($infoTypeCount) { $this->infoTypeCount = $infoTypeCount; } /** * @return string */ public function getInfoTypeCount() { return $this->infoTypeCount; } /** * Name of the inspection job, for example, * `projects/123/locations/europe/dlpJobs/i-8383929`. * * @param string $inspectJob */ public function setInspectJob($inspectJob) { $this->inspectJob = $inspectJob; } /** * @return string */ public function getInspectJob() { return $this->inspectJob; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV2CloudDlpInspection::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV2CloudDlpInspection');