Google Cloud Sql Admin V1 Client - Class MysqlExportOptions (1.2.6)

Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class MysqlExportOptions.

Options for exporting from MySQL.

Generated from protobuf message google.cloud.sql.v1.ExportContext.SqlExportOptions.MysqlExportOptions

Namespace

Google \ Cloud \ Sql \ V1 \ ExportContext \ SqlExportOptions

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ master_data Google\Protobuf\Int32Value

Option to include SQL statement required to set up replication. If set to 1, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. If set to 2, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. If set to any value other than 1, --set-gtid-purged is set to OFF.

getMasterData

Option to include SQL statement required to set up replication. If set to 1, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. If set to 2, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. If set to any value other than 1, --set-gtid-purged is set to OFF.

Returns
Type Description
Google\Protobuf\Int32Value|null

hasMasterData

clearMasterData

getMasterDataUnwrapped

Returns the unboxed value from getMasterData()

Option to include SQL statement required to set up replication. If set to 1, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. If set to 2, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. If set to any value other than 1, --set-gtid-purged is set to OFF.

Returns
Type Description
int|null

setMasterData

Option to include SQL statement required to set up replication. If set to 1, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. If set to 2, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. If set to any value other than 1, --set-gtid-purged is set to OFF.

Parameter
Name Description
var Google\Protobuf\Int32Value
Returns
Type Description
$this

setMasterDataUnwrapped

Sets the field by wrapping a primitive type in a Google\Protobuf\Int32Value object.

Option to include SQL statement required to set up replication. If set to 1, the dump file includes a CHANGE MASTER TO statement with the binary log coordinates, and --set-gtid-purged is set to ON. If set to 2, the CHANGE MASTER TO statement is written as a SQL comment and has no effect. If set to any value other than 1, --set-gtid-purged is set to OFF.

Parameter
Name Description
var int|null
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.