Interface TruncateLogContextOrBuilder (0.1.0)

public interface TruncateLogContextOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKind()

public abstract String getKind()

This is always sql#truncateLogContext.

string kind = 1;

Returns
Type Description
String

The kind.

getKindBytes()

public abstract ByteString getKindBytes()

This is always sql#truncateLogContext.

string kind = 1;

Returns
Type Description
ByteString

The bytes for kind.

getLogType()

public abstract String getLogType()

The type of log to truncate. Valid values are MYSQL_GENERAL_TABLE and MYSQL_SLOW_TABLE.

string log_type = 2;

Returns
Type Description
String

The logType.

getLogTypeBytes()

public abstract ByteString getLogTypeBytes()

The type of log to truncate. Valid values are MYSQL_GENERAL_TABLE and MYSQL_SLOW_TABLE.

string log_type = 2;

Returns
Type Description
ByteString

The bytes for logType.