config = $config; } /** * @return GooglePrivacyDlpV2StoredInfoTypeConfig */ public function getConfig() { return $this->config; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param GooglePrivacyDlpV2Error[] */ public function setErrors($errors) { $this->errors = $errors; } /** * @return GooglePrivacyDlpV2Error[] */ public function getErrors() { return $this->errors; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param GooglePrivacyDlpV2StoredInfoTypeStats */ public function setStats(GooglePrivacyDlpV2StoredInfoTypeStats $stats) { $this->stats = $stats; } /** * @return GooglePrivacyDlpV2StoredInfoTypeStats */ public function getStats() { return $this->stats; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GooglePrivacyDlpV2StoredInfoTypeVersion::class, 'Google_Service_DLP_GooglePrivacyDlpV2StoredInfoTypeVersion');