diagnosticsEventsEnabled = $diagnosticsEventsEnabled; } /** * @return bool */ public function getDiagnosticsEventsEnabled() { return $this->diagnosticsEventsEnabled; } /** * @param bool */ public function setHealthMonitoringEnabled($healthMonitoringEnabled) { $this->healthMonitoringEnabled = $healthMonitoringEnabled; } /** * @return bool */ public function getHealthMonitoringEnabled() { return $this->healthMonitoringEnabled; } /** * @param bool */ public function setIncidentLogsEnabled($incidentLogsEnabled) { $this->incidentLogsEnabled = $incidentLogsEnabled; } /** * @return bool */ public function getIncidentLogsEnabled() { return $this->incidentLogsEnabled; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DataCollectionOptions::class, 'Google_Service_OracleDatabase_DataCollectionOptions');