Google Cloud Sql Admin V1 Client - Class BinLogCoordinates (0.10.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
string

setBinLogFileName

Name of the binary log file for a Cloud SQL instance.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getBinLogPosition

Position (offset) within the binary log file.

Returns
TypeDescription
int|string

setBinLogPosition

Position (offset) within the binary log file.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getKind

This is always sql#binLogCoordinates.

Returns
TypeDescription
string

setKind

This is always sql#binLogCoordinates.

Parameter
NameDescription
var string
Returns
TypeDescription
$this