Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class BinLogCoordinates.
Binary log coordinates.
Generated from protobuf message google.cloud.sql.v1.BinLogCoordinates
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ bin_log_file_name
string
Name of the binary log file for a Cloud SQL instance.
↳ bin_log_position
int|string
Position (offset) within the binary log file.
↳ kind
string
This is always sql#binLogCoordinates.
getBinLogFileName
Name of the binary log file for a Cloud SQL instance.
string
setBinLogFileName
Name of the binary log file for a Cloud SQL instance.
var
string
$this
getBinLogPosition
Position (offset) within the binary log file.
int|string
setBinLogPosition
Position (offset) within the binary log file.
var
int|string
$this
getKind
This is always sql#binLogCoordinates.
string
setKind
This is always sql#binLogCoordinates.
var
string
$this