dataProfileActions = $dataProfileActions; } /** * @return GooglePrivacyDlpV2DataProfileAction[] */ public function getDataProfileActions() { return $this->dataProfileActions; } /** * @param string[] */ public function setInspectTemplates($inspectTemplates) { $this->inspectTemplates = $inspectTemplates; } /** * @return string[] */ public function getInspectTemplates() { return $this->inspectTemplates; } /** * @param GooglePrivacyDlpV2DataProfileLocation */ public function setLocation(GooglePrivacyDlpV2DataProfileLocation $location) { $this->location = $location; } /** * @return GooglePrivacyDlpV2DataProfileLocation */ public function getLocation() { return $this->location; } /** * @param string */ public function setProjectId($projectId) { $this->projectId = $projectId; } /** * @return string */ public function getProjectId() { return $this->projectId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2DataProfileJobConfig::class, 'Google_Service_DLP_GooglePrivacyDlpV2DataProfileJobConfig');