Google Cloud Sql Admin V1 Client - Class BinLogCoordinates (0.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.
| 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 |
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 |
|