Google Cloud Sql Admin V1 Client - Class SqlExportOptions (0.4.1)

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 \ ExportContext

Methods

__construct

Constructor.

Parameters
Name Description
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 Google\Protobuf\BoolValue

Export only schemas.

↳ mysql_export_options Google\Cloud\Sql\V1\ExportContext\SqlExportOptions\MysqlExportOptions

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.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

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.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getSchemaOnly

Export only schemas.

Returns
Type Description
Google\Protobuf\BoolValue|null

hasSchemaOnly

clearSchemaOnly

getSchemaOnlyValue

Returns the unboxed value from getSchemaOnly()

Export only schemas.

Returns
Type Description
bool|null

setSchemaOnly

Export only schemas.

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

setSchemaOnlyValue

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

Export only schemas.

Parameter
Name Description
var bool|null
Returns
Type Description
$this

getMysqlExportOptions

Generated from protobuf field .google.cloud.sql.v1.ExportContext.SqlExportOptions.MysqlExportOptions mysql_export_options = 3;

Returns
Type Description
Google\Cloud\Sql\V1\ExportContext\SqlExportOptions\MysqlExportOptions|null

hasMysqlExportOptions

clearMysqlExportOptions

setMysqlExportOptions

Generated from protobuf field .google.cloud.sql.v1.ExportContext.SqlExportOptions.MysqlExportOptions mysql_export_options = 3;

Parameter
Name Description
var Google\Cloud\Sql\V1\ExportContext\SqlExportOptions\MysqlExportOptions
Returns
Type Description
$this