actions = $actions; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Action */ public function getActions() { return $this->actions; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InspectConfig */ public function setInspectConfig(Google_Service_DLP_GooglePrivacyDlpV2InspectConfig $inspectConfig) { $this->inspectConfig = $inspectConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InspectConfig */ public function getInspectConfig() { return $this->inspectConfig; } public function setInspectTemplateName($inspectTemplateName) { $this->inspectTemplateName = $inspectTemplateName; } public function getInspectTemplateName() { return $this->inspectTemplateName; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2StorageConfig */ public function setStorageConfig(Google_Service_DLP_GooglePrivacyDlpV2StorageConfig $storageConfig) { $this->storageConfig = $storageConfig; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2StorageConfig */ public function getStorageConfig() { return $this->storageConfig; } }