config = $config; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeConfig */ public function getConfig() { return $this->config; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Error */ public function setErrors($errors) { $this->errors = $errors; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Error */ public function getErrors() { return $this->errors; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeStats */ public function setStats(Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeStats $stats) { $this->stats = $stats; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeStats */ public function getStats() { return $this->stats; } }