lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.49.0 vs lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.50.0
- old
+ new
@@ -994,11 +994,13 @@
class SqlExportOptions
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :mysql_export_options, as: 'mysqlExportOptions', class: Google::Apis::SqladminV1::ExportContext::SqlExportOptions::MysqlExportOptions, decorator: Google::Apis::SqladminV1::ExportContext::SqlExportOptions::MysqlExportOptions::Representation
+ property :parallel, as: 'parallel'
property :schema_only, as: 'schemaOnly'
collection :tables, as: 'tables'
+ property :threads, as: 'threads'
end
class MysqlExportOptions
# @private
class Representation < Google::Apis::Core::JsonRepresentation