isDiagnosticsEventsEnabled = $isDiagnosticsEventsEnabled; } /** * @return bool */ public function getIsDiagnosticsEventsEnabled() { return $this->isDiagnosticsEventsEnabled; } /** * Optional. Indicates whether to enable health monitoring. * * @param bool $isHealthMonitoringEnabled */ public function setIsHealthMonitoringEnabled($isHealthMonitoringEnabled) { $this->isHealthMonitoringEnabled = $isHealthMonitoringEnabled; } /** * @return bool */ public function getIsHealthMonitoringEnabled() { return $this->isHealthMonitoringEnabled; } /** * Optional. Indicates whether to enable incident logs and trace collection. * * @param bool $isIncidentLogsEnabled */ public function setIsIncidentLogsEnabled($isIncidentLogsEnabled) { $this->isIncidentLogsEnabled = $isIncidentLogsEnabled; } /** * @return bool */ public function getIsIncidentLogsEnabled() { return $this->isIncidentLogsEnabled; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DataCollectionOptionsCommon::class, 'Google_Service_OracleDatabase_DataCollectionOptionsCommon');