Interface DataCollectionOptionsDbSystemOrBuilder (0.29.0)

public interface DataCollectionOptionsDbSystemOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIsDiagnosticsEventsEnabled()

public abstract boolean getIsDiagnosticsEventsEnabled()

Optional. Indicates whether to enable data collection for diagnostics.

bool is_diagnostics_events_enabled = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The isDiagnosticsEventsEnabled.

getIsIncidentLogsEnabled()

public abstract boolean getIsIncidentLogsEnabled()

Optional. Indicates whether to enable incident logs and trace collection.

bool is_incident_logs_enabled = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The isIncidentLogsEnabled.