Google Cloud Sql Admin V1 Client - Class BinLogCoordinates (0.6.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
Name Description
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
Type Description
string

setBinLogFileName

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

Parameter
Name Description
var string
Returns
Type Description
$this

getBinLogPosition

Position (offset) within the binary log file.

Returns
Type Description
int|string

setBinLogPosition

Position (offset) within the binary log file.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getKind

This is always sql#binLogCoordinates.

Returns
Type Description
string

setKind

This is always sql#binLogCoordinates.

Parameter
Name Description
var string
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月21日 UTC.