Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::ExportContext::SqlExportOptions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mysql_export_options
def mysql_export_options() -> ::Google::Cloud::Sql::V1::ExportContext::SqlExportOptions::MysqlExportOptions#mysql_export_options=
def mysql_export_options=(value) -> ::Google::Cloud::Sql::V1::ExportContext::SqlExportOptions::MysqlExportOptions#parallel
def parallel() -> ::Google::Protobuf::BoolValue
Returns
- (::Google::Protobuf::BoolValue) — Optional. Whether or not the export should be parallel.
#parallel=
def parallel=(value) -> ::Google::Protobuf::BoolValue
Parameter
- value (::Google::Protobuf::BoolValue) — Optional. Whether or not the export should be parallel.
Returns
- (::Google::Protobuf::BoolValue) — Optional. Whether or not the export should be parallel.
#postgres_export_options
def postgres_export_options() -> ::Google::Cloud::Sql::V1::ExportContext::SqlExportOptions::PostgresExportOptions
Returns
- (::Google::Cloud::Sql::V1::ExportContext::SqlExportOptions::PostgresExportOptions) — Optional. Options for exporting from a Cloud SQL for PostgreSQL instance.
#postgres_export_options=
def postgres_export_options=(value) -> ::Google::Cloud::Sql::V1::ExportContext::SqlExportOptions::PostgresExportOptions
Parameter
- value (::Google::Cloud::Sql::V1::ExportContext::SqlExportOptions::PostgresExportOptions) — Optional. Options for exporting from a Cloud SQL for PostgreSQL instance.
Returns
- (::Google::Cloud::Sql::V1::ExportContext::SqlExportOptions::PostgresExportOptions) — Optional. Options for exporting from a Cloud SQL for PostgreSQL instance.
#schema_only
def schema_only() -> ::Google::Protobuf::BoolValue
Returns
- (::Google::Protobuf::BoolValue) — Export only schemas.
#schema_only=
def schema_only=(value) -> ::Google::Protobuf::BoolValue
Parameter
- value (::Google::Protobuf::BoolValue) — Export only schemas.
Returns
- (::Google::Protobuf::BoolValue) — Export only schemas.
#tables
def tables() -> ::Array<::String>
Returns
- (::Array<::String>) — 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=
def tables=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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
- (::Array<::String>) — 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.
#threads
def threads() -> ::Google::Protobuf::Int32Value
Returns
- (::Google::Protobuf::Int32Value) — Optional. The number of threads to use for parallel export.
#threads=
def threads=(value) -> ::Google::Protobuf::Int32Value
Parameter
- value (::Google::Protobuf::Int32Value) — Optional. The number of threads to use for parallel export.
Returns
- (::Google::Protobuf::Int32Value) — Optional. The number of threads to use for parallel export.