Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class MysqlExportOptions.
Options for exporting from MySQL.
Generated from protobuf message google.cloud.sql.v1beta4.ExportContext.SqlExportOptions.MysqlExportOptions
Namespace
Google \ Cloud \ Sql \ V1beta4 \ ExportContext \ SqlExportOptionsMethods
__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   | 
      
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
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 | |
|---|---|
| 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 | 
        |
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 | |
|---|---|
| Name | Description | 
var | 
        
          int|null
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |