dataProfileJob = $dataProfileJob; } /** * @return GooglePrivacyDlpV2DataProfileJobConfig */ public function getDataProfileJob() { return $this->dataProfileJob; } /** * @param GooglePrivacyDlpV2InspectConfig */ public function setInspectConfig(GooglePrivacyDlpV2InspectConfig $inspectConfig) { $this->inspectConfig = $inspectConfig; } /** * @return GooglePrivacyDlpV2InspectConfig */ public function getInspectConfig() { return $this->inspectConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2DataProfileConfigSnapshot::class, 'Google_Service_DLP_GooglePrivacyDlpV2DataProfileConfigSnapshot');