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

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
NameDescription
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
TypeDescription
Google\Protobuf\Int32Value|null

hasMasterData

clearMasterData

getMasterDataValue

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
TypeDescription
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
NameDescription
var Google\Protobuf\Int32Value
Returns
TypeDescription
$this

setMasterDataValue

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
NameDescription
var int|null
Returns
TypeDescription
$this