jobConfig = $jobConfig;
}
/**
* @return GooglePrivacyDlpV2InspectJobConfig
*/
public function getJobConfig()
{
return $this->jobConfig;
}
/**
* @param GooglePrivacyDlpV2InspectTemplate
*/
public function setSnapshotInspectTemplate(GooglePrivacyDlpV2InspectTemplate $snapshotInspectTemplate)
{
$this->snapshotInspectTemplate = $snapshotInspectTemplate;
}
/**
* @return GooglePrivacyDlpV2InspectTemplate
*/
public function getSnapshotInspectTemplate()
{
return $this->snapshotInspectTemplate;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GooglePrivacyDlpV2RequestedOptions::class, 'Google_Service_DLP_GooglePrivacyDlpV2RequestedOptions');