public interface DataCollectionOptionsCommonOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |
getIsHealthMonitoringEnabled()
public abstract boolean getIsHealthMonitoringEnabled()Optional. Indicates whether to enable health monitoring.
bool is_health_monitoring_enabled = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The isHealthMonitoringEnabled. |
getIsIncidentLogsEnabled()
public abstract boolean getIsIncidentLogsEnabled()Optional. Indicates whether to enable incident logs and trace collection.
bool is_incident_logs_enabled = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The isIncidentLogsEnabled. |