public interface BinLogCoordinatesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBinLogFileName()
public abstract String getBinLogFileName()Name of the binary log file for a Cloud SQL instance.
string bin_log_file_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The binLogFileName. |
getBinLogFileNameBytes()
public abstract ByteString getBinLogFileNameBytes()Name of the binary log file for a Cloud SQL instance.
string bin_log_file_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for binLogFileName. |
getBinLogPosition()
public abstract long getBinLogPosition()Position (offset) within the binary log file.
int64 bin_log_position = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The binLogPosition. |
getKind()
public abstract String getKind() This is always sql#binLogCoordinates.
string kind = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes() This is always sql#binLogCoordinates.
string kind = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |