Interface LogConfigDataAccessOptionsOrBuilder (1.19.0)

public interface LogConfigDataAccessOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLogMode()

public abstract String getLogMode()

This is deprecated and has no effect. Do not use. Check the LogMode enum for the list of possible values.

optional string log_mode = 402897342;

Returns
TypeDescription
String

The logMode.

getLogModeBytes()

public abstract ByteString getLogModeBytes()

This is deprecated and has no effect. Do not use. Check the LogMode enum for the list of possible values.

optional string log_mode = 402897342;

Returns
TypeDescription
ByteString

The bytes for logMode.

hasLogMode()

public abstract boolean hasLogMode()

This is deprecated and has no effect. Do not use. Check the LogMode enum for the list of possible values.

optional string log_mode = 402897342;

Returns
TypeDescription
boolean

Whether the logMode field is set.