dataRiskLevel = $dataRiskLevel; } /** * @return GooglePrivacyDlpV2DataRiskLevel */ public function getDataRiskLevel() { return $this->dataRiskLevel; } /** * @param string */ public function setFileStoreDataProfileCount($fileStoreDataProfileCount) { $this->fileStoreDataProfileCount = $fileStoreDataProfileCount; } /** * @return string */ public function getFileStoreDataProfileCount() { return $this->fileStoreDataProfileCount; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setProfileLastGenerated($profileLastGenerated) { $this->profileLastGenerated = $profileLastGenerated; } /** * @return string */ public function getProfileLastGenerated() { return $this->profileLastGenerated; } /** * @param GooglePrivacyDlpV2ProfileStatus */ public function setProfileStatus(GooglePrivacyDlpV2ProfileStatus $profileStatus) { $this->profileStatus = $profileStatus; } /** * @return GooglePrivacyDlpV2ProfileStatus */ public function getProfileStatus() { return $this->profileStatus; } /** * @param string */ public function setProjectId($projectId) { $this->projectId = $projectId; } /** * @return string */ public function getProjectId() { return $this->projectId; } /** * @param GooglePrivacyDlpV2SensitivityScore */ public function setSensitivityScore(GooglePrivacyDlpV2SensitivityScore $sensitivityScore) { $this->sensitivityScore = $sensitivityScore; } /** * @return GooglePrivacyDlpV2SensitivityScore */ public function getSensitivityScore() { return $this->sensitivityScore; } /** * @param string */ public function setTableDataProfileCount($tableDataProfileCount) { $this->tableDataProfileCount = $tableDataProfileCount; } /** * @return string */ public function getTableDataProfileCount() { return $this->tableDataProfileCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2ProjectDataProfile::class, 'Google_Service_DLP_GooglePrivacyDlpV2ProjectDataProfile');