configSnapshot = $configSnapshot; } /** * @return GooglePrivacyDlpV2DataProfileConfigSnapshot */ public function getConfigSnapshot() { return $this->configSnapshot; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param GooglePrivacyDlpV2DataRiskLevel */ public function setDataRiskLevel(GooglePrivacyDlpV2DataRiskLevel $dataRiskLevel) { $this->dataRiskLevel = $dataRiskLevel; } /** * @return GooglePrivacyDlpV2DataRiskLevel */ public function getDataRiskLevel() { return $this->dataRiskLevel; } /** * @param string */ public function setDatasetId($datasetId) { $this->datasetId = $datasetId; } /** * @return string */ public function getDatasetId() { return $this->datasetId; } /** * @param string */ public function setDatasetLocation($datasetLocation) { $this->datasetLocation = $datasetLocation; } /** * @return string */ public function getDatasetLocation() { return $this->datasetLocation; } /** * @param string */ public function setDatasetProjectId($datasetProjectId) { $this->datasetProjectId = $datasetProjectId; } /** * @return string */ public function getDatasetProjectId() { return $this->datasetProjectId; } /** * @param string */ public function setEncryptionStatus($encryptionStatus) { $this->encryptionStatus = $encryptionStatus; } /** * @return string */ public function getEncryptionStatus() { return $this->encryptionStatus; } /** * @param string */ public function setExpirationTime($expirationTime) { $this->expirationTime = $expirationTime; } /** * @return string */ public function getExpirationTime() { return $this->expirationTime; } /** * @param string */ public function setFailedColumnCount($failedColumnCount) { $this->failedColumnCount = $failedColumnCount; } /** * @return string */ public function getFailedColumnCount() { return $this->failedColumnCount; } /** * @param string */ public function setFullResource($fullResource) { $this->fullResource = $fullResource; } /** * @return string */ public function getFullResource() { return $this->fullResource; } /** * @param string */ public function setLastModifiedTime($lastModifiedTime) { $this->lastModifiedTime = $lastModifiedTime; } /** * @return string */ public function getLastModifiedTime() { return $this->lastModifiedTime; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GooglePrivacyDlpV2OtherInfoTypeSummary[] */ public function setOtherInfoTypes($otherInfoTypes) { $this->otherInfoTypes = $otherInfoTypes; } /** * @return GooglePrivacyDlpV2OtherInfoTypeSummary[] */ public function getOtherInfoTypes() { return $this->otherInfoTypes; } /** * @param GooglePrivacyDlpV2InfoTypeSummary[] */ public function setPredictedInfoTypes($predictedInfoTypes) { $this->predictedInfoTypes = $predictedInfoTypes; } /** * @return GooglePrivacyDlpV2InfoTypeSummary[] */ public function getPredictedInfoTypes() { return $this->predictedInfoTypes; } /** * @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 setProjectDataProfile($projectDataProfile) { $this->projectDataProfile = $projectDataProfile; } /** * @return string */ public function getProjectDataProfile() { return $this->projectDataProfile; } /** * @param string[] */ public function setResourceLabels($resourceLabels) { $this->resourceLabels = $resourceLabels; } /** * @return string[] */ public function getResourceLabels() { return $this->resourceLabels; } /** * @param string */ public function setResourceVisibility($resourceVisibility) { $this->resourceVisibility = $resourceVisibility; } /** * @return string */ public function getResourceVisibility() { return $this->resourceVisibility; } /** * @param string */ public function setRowCount($rowCount) { $this->rowCount = $rowCount; } /** * @return string */ public function getRowCount() { return $this->rowCount; } /** * @param string */ public function setScannedColumnCount($scannedColumnCount) { $this->scannedColumnCount = $scannedColumnCount; } /** * @return string */ public function getScannedColumnCount() { return $this->scannedColumnCount; } /** * @param GooglePrivacyDlpV2SensitivityScore */ public function setSensitivityScore(GooglePrivacyDlpV2SensitivityScore $sensitivityScore) { $this->sensitivityScore = $sensitivityScore; } /** * @return GooglePrivacyDlpV2SensitivityScore */ public function getSensitivityScore() { return $this->sensitivityScore; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param string */ public function setTableId($tableId) { $this->tableId = $tableId; } /** * @return string */ public function getTableId() { return $this->tableId; } /** * @param string */ public function setTableSizeBytes($tableSizeBytes) { $this->tableSizeBytes = $tableSizeBytes; } /** * @return string */ public function getTableSizeBytes() { return $this->tableSizeBytes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2TableDataProfile::class, 'Google_Service_DLP_GooglePrivacyDlpV2TableDataProfile');