Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlExportOptions.
Generated from protobuf messagegoogle.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.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Sql Admin V1 Client - Class SqlExportOptions (1.2.6)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.6 (latest)](/php/docs/reference/cloud-sql-admin/latest/V1.ExportContext.SqlExportOptions)\n- [1.2.5](/php/docs/reference/cloud-sql-admin/1.2.5/V1.ExportContext.SqlExportOptions)\n- [1.1.0](/php/docs/reference/cloud-sql-admin/1.1.0/V1.ExportContext.SqlExportOptions)\n- [1.0.0](/php/docs/reference/cloud-sql-admin/1.0.0/V1.ExportContext.SqlExportOptions)\n- [0.19.0](/php/docs/reference/cloud-sql-admin/0.19.0/V1.ExportContext.SqlExportOptions)\n- [0.18.0](/php/docs/reference/cloud-sql-admin/0.18.0/V1.ExportContext.SqlExportOptions)\n- [0.17.1](/php/docs/reference/cloud-sql-admin/0.17.1/V1.ExportContext.SqlExportOptions)\n- [0.16.1](/php/docs/reference/cloud-sql-admin/0.16.1/V1.ExportContext.SqlExportOptions)\n- [0.12.0](/php/docs/reference/cloud-sql-admin/0.12.0/V1.ExportContext.SqlExportOptions)\n- [0.11.0](/php/docs/reference/cloud-sql-admin/0.11.0/V1.ExportContext.SqlExportOptions)\n- [0.10.0](/php/docs/reference/cloud-sql-admin/0.10.0/V1.ExportContext.SqlExportOptions)\n- [0.9.0](/php/docs/reference/cloud-sql-admin/0.9.0/V1.ExportContext.SqlExportOptions)\n- [0.8.0](/php/docs/reference/cloud-sql-admin/0.8.0/V1.ExportContext.SqlExportOptions)\n- [0.7.0](/php/docs/reference/cloud-sql-admin/0.7.0/V1.ExportContext.SqlExportOptions)\n- [0.6.0](/php/docs/reference/cloud-sql-admin/0.6.0/V1.ExportContext.SqlExportOptions)\n- [0.5.0](/php/docs/reference/cloud-sql-admin/0.5.0/V1.ExportContext.SqlExportOptions)\n- [0.4.1](/php/docs/reference/cloud-sql-admin/0.4.1/V1.ExportContext.SqlExportOptions)\n- [0.3.1](/php/docs/reference/cloud-sql-admin/0.3.1/V1.ExportContext.SqlExportOptions)\n- [0.2.12](/php/docs/reference/cloud-sql-admin/0.2.12/V1.ExportContext.SqlExportOptions) \nReference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlExportOptions.\n\nGenerated from protobuf message `google.cloud.sql.v1.ExportContext.SqlExportOptions`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Sql \\\\ V1 \\\\ ExportContext\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getTables\n\nTables to export, or that were exported, from the specified database. If\nyou specify tables, specify one and only one database. For PostgreSQL\ninstances, you can specify only one table.\n\n### setTables\n\nTables to export, or that were exported, from the specified database. If\nyou specify tables, specify one and only one database. For PostgreSQL\ninstances, you can specify only one table.\n\n### getSchemaOnly\n\nExport only schemas.\n\n### hasSchemaOnly\n\n### clearSchemaOnly\n\n### getSchemaOnlyUnwrapped\n\nReturns the unboxed value from `getSchemaOnly()`\n\nExport only schemas.\n\n### setSchemaOnly\n\nExport only schemas.\n\n### setSchemaOnlyUnwrapped\n\nSets the field by wrapping a primitive type in a Google\\\\Protobuf\\\\BoolValue object.\n\nExport only schemas.\n\n### getMysqlExportOptions\n\nGenerated from protobuf field `.google.cloud.sql.v1.ExportContext.SqlExportOptions.MysqlExportOptions mysql_export_options = 3;`\n\n### hasMysqlExportOptions\n\n### clearMysqlExportOptions\n\n### setMysqlExportOptions\n\nGenerated from protobuf field `.google.cloud.sql.v1.ExportContext.SqlExportOptions.MysqlExportOptions mysql_export_options = 3;`\n\n### getThreads\n\nOptional. The number of threads to use for parallel export.\n\n### hasThreads\n\n### clearThreads\n\n### getThreadsUnwrapped\n\nReturns the unboxed value from `getThreads()`\n\nOptional. The number of threads to use for parallel export.\n\n### setThreads\n\nOptional. The number of threads to use for parallel export.\n\n### setThreadsUnwrapped\n\nSets the field by wrapping a primitive type in a Google\\\\Protobuf\\\\Int32Value object.\n\nOptional. The number of threads to use for parallel export.\n\n### getParallel\n\nOptional. Whether or not the export should be parallel.\n\n### hasParallel\n\n### clearParallel\n\n### getParallelUnwrapped\n\nReturns the unboxed value from `getParallel()`\n\nOptional. Whether or not the export should be parallel.\n\n### setParallel\n\nOptional. Whether or not the export should be parallel.\n\n### setParallelUnwrapped\n\nSets the field by wrapping a primitive type in a Google\\\\Protobuf\\\\BoolValue object.\n\nOptional. Whether or not the export should be parallel.\n\n### getPostgresExportOptions\n\nOptional. Options for exporting from a Cloud SQL for PostgreSQL instance.\n\n### hasPostgresExportOptions\n\n### clearPostgresExportOptions\n\n### setPostgresExportOptions\n\nOptional. Options for exporting from a Cloud SQL for PostgreSQL instance."]]