discoveryDocumentIds = $discoveryDocumentIds; } /** * @return string[] */ public function getDiscoveryDocumentIds() { return $this->discoveryDocumentIds; } /** * Required. The severity of the Data Leak alert. Allowed values are: * `LOW` * * `MEDIUM` * `HIGH` * `CRITICAL` * * @param string $severity */ public function setSeverity($severity) { $this->severity = $severity; } /** * @return string */ public function getSeverity() { return $this->severity; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DataLeakAlertDetail::class, 'Google_Service_ThreatIntelligenceService_DataLeakAlertDetail');