jobConfig = $jobConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectJobConfig */ public function getJobConfig() { return $this->jobConfig; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate */ public function setSnapshotInspectTemplate(Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate $snapshotInspectTemplate) { $this->snapshotInspectTemplate = $snapshotInspectTemplate; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectTemplate */ public function getSnapshotInspectTemplate() { return $this->snapshotInspectTemplate; } }