Interface AdvancedSettings.LoggingSettingsOrBuilder (0.52.0)

public static interface AdvancedSettings.LoggingSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnableInteractionLogging()

public abstract boolean getEnableInteractionLogging()

If true, DF Interaction logging is currently enabled.

bool enable_interaction_logging = 3;

Returns
TypeDescription
boolean

The enableInteractionLogging.

getEnableStackdriverLogging()

public abstract boolean getEnableStackdriverLogging()

If true, StackDriver logging is currently enabled.

bool enable_stackdriver_logging = 2;

Returns
TypeDescription
boolean

The enableStackdriverLogging.