config = $config; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeConfig */ public function getConfig() { return $this->config; } public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } public function getUpdateMask() { return $this->updateMask; } }