lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.56.0 vs lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.57.0
- old
+ new
@@ -268,10 +268,16 @@
class CsvImportOptions
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+
+ class SqlImportOptions
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
include Google::Apis::Core::JsonObjectSupport
end
class InsightsConfig
@@ -1134,10 +1140,12 @@
property :database, as: 'database'
property :file_type, as: 'fileType'
property :import_user, as: 'importUser'
property :kind, as: 'kind'
+ property :sql_import_options, as: 'sqlImportOptions', class: Google::Apis::SqladminV1::ImportContext::SqlImportOptions, decorator: Google::Apis::SqladminV1::ImportContext::SqlImportOptions::Representation
+
property :uri, as: 'uri'
end
class BakImportOptions
# @private
@@ -1169,9 +1177,17 @@
property :escape_character, as: 'escapeCharacter'
property :fields_terminated_by, as: 'fieldsTerminatedBy'
property :lines_terminated_by, as: 'linesTerminatedBy'
property :quote_character, as: 'quoteCharacter'
property :table, as: 'table'
+ end
+ end
+
+ class SqlImportOptions
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :parallel, as: 'parallel'
+ property :threads, as: 'threads'
end
end
end
class InsightsConfig