public interface TruncateLogContextOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |