Interface DataCollectionOptionsOrBuilder (0.1.0)

public interface DataCollectionOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDiagnosticsEventsEnabled()

public abstract boolean getDiagnosticsEventsEnabled()

Optional. Indicates whether diagnostic collection is enabled for the VM cluster

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

Returns
Type Description
boolean

The diagnosticsEventsEnabled.

getHealthMonitoringEnabled()

public abstract boolean getHealthMonitoringEnabled()

Optional. Indicates whether health monitoring is enabled for the VM cluster

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

Returns
Type Description
boolean

The healthMonitoringEnabled.

getIncidentLogsEnabled()

public abstract boolean getIncidentLogsEnabled()

Optional. Indicates whether incident logs and trace collection are enabled for the VM cluster

bool incident_logs_enabled = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The incidentLogsEnabled.