Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::ExportContext::SqlExportOptions (v0.1.0)

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

#parallel=

def parallel=(value) -> ::Google::Protobuf::BoolValue
Parameter
Returns

#postgres_export_options

def postgres_export_options() -> ::Google::Cloud::Sql::V1::ExportContext::SqlExportOptions::PostgresExportOptions
Returns

#postgres_export_options=

def postgres_export_options=(value) -> ::Google::Cloud::Sql::V1::ExportContext::SqlExportOptions::PostgresExportOptions
Parameter
Returns

#schema_only

def schema_only() -> ::Google::Protobuf::BoolValue
Returns

#schema_only=

def schema_only=(value) -> ::Google::Protobuf::BoolValue
Parameter
Returns

#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

#threads=

def threads=(value) -> ::Google::Protobuf::Int32Value
Parameter
Returns