public interface MysqlLogPositionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLogFile()
public abstract String getLogFile()
Required. The binary log file name.
string log_file = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The logFile. |
getLogFileBytes()
public abstract ByteString getLogFileBytes()
Required. The binary log file name.
string log_file = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for logFile. |
getLogPosition()
public abstract int getLogPosition()
Optional. The position within the binary log file. Default is head of file.
optional int32 log_position = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The logPosition. |
hasLogPosition()
public abstract boolean hasLogPosition()
Optional. The position within the binary log file. Default is head of file.
optional int32 log_position = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the logPosition field is set. |