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
↳ postgres_export_options
Google\Cloud\Sql\V1\ExportContext\SqlExportOptions\PostgresExportOptions
Optional. Options for exporting from a Cloud SQL for PostgreSQL instance.
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
getSchemaOnlyUnwrapped
Returns the unboxed value from getSchemaOnly()
Export only schemas.
bool|null
setSchemaOnly
Export only schemas.
$this
setSchemaOnlyUnwrapped
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
getThreadsUnwrapped
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
setThreadsUnwrapped
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
getParallelUnwrapped
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
setParallelUnwrapped
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
getPostgresExportOptions
Optional. Options for exporting from a Cloud SQL for PostgreSQL instance.
hasPostgresExportOptions
clearPostgresExportOptions
setPostgresExportOptions
Optional. Options for exporting from a Cloud SQL for PostgreSQL instance.
$this