Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlExportOptions.
Generated from protobuf message google.cloud.sql.v1.ExportContext.SqlExportOptions
Namespace
Google \ Cloud \ Sql \ V1 \ ExportContextMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ tables
array
Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table.
↳ schema_only
↳ mysql_export_options
↳ threads
↳ parallel
getTables
Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table.
setTables
Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table.
var
string[]
$this
getSchemaOnly
Export only schemas.
hasSchemaOnly
clearSchemaOnly
getSchemaOnlyValue
Returns the unboxed value from getSchemaOnly()
Export only schemas.
bool|null
setSchemaOnly
Export only schemas.
$this
setSchemaOnlyValue
Sets the field by wrapping a primitive type in a Google\Protobuf\BoolValue object.
Export only schemas.
var
bool|null
$this
getMysqlExportOptions
Generated from protobuf field .google.cloud.sql.v1.ExportContext.SqlExportOptions.MysqlExportOptions mysql_export_options = 3;
hasMysqlExportOptions
clearMysqlExportOptions
setMysqlExportOptions
Generated from protobuf field .google.cloud.sql.v1.ExportContext.SqlExportOptions.MysqlExportOptions mysql_export_options = 3;
$this
getThreads
Optional. The number of threads to use for parallel export.
hasThreads
clearThreads
getThreadsValue
Returns the unboxed value from getThreads()
Optional. The number of threads to use for parallel export.
int|null
setThreads
Optional. The number of threads to use for parallel export.
$this
setThreadsValue
Sets the field by wrapping a primitive type in a Google\Protobuf\Int32Value object.
Optional. The number of threads to use for parallel export.
var
int|null
$this
getParallel
Optional. Whether or not the export should be parallel.
hasParallel
clearParallel
getParallelValue
Returns the unboxed value from getParallel()
Optional. Whether or not the export should be parallel.
bool|null
setParallel
Optional. Whether or not the export should be parallel.
$this
setParallelValue
Sets the field by wrapping a primitive type in a Google\Protobuf\BoolValue object.
Optional. Whether or not the export should be parallel.
var
bool|null
$this