config = $config; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeConfig */ public function getConfig() { return $this->config; } public function setStoredInfoTypeId($storedInfoTypeId) { $this->storedInfoTypeId = $storedInfoTypeId; } public function getStoredInfoTypeId() { return $this->storedInfoTypeId; } }