generated/google/apis/sqladmin_v1beta4/representations.rb in google-api-client-0.11.2 vs generated/google/apis/sqladmin_v1beta4/representations.rb in google-api-client-0.11.3
- old
+ new
@@ -188,16 +188,10 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
- class Labels
- class Representation < Google::Apis::Core::JsonRepresentation; end
-
- include Google::Apis::Core::JsonObjectSupport
- end
-
class LocationPreference
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -541,10 +535,11 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :csv_import_options, as: 'csvImportOptions', class: Google::Apis::SqladminV1beta4::ImportContext::CsvImportOptions, decorator: Google::Apis::SqladminV1beta4::ImportContext::CsvImportOptions::Representation
property :database, as: 'database'
property :file_type, as: 'fileType'
+ property :import_user, as: 'importUser'
property :kind, as: 'kind'
property :uri, as: 'uri'
end
class CsvImportOptions
@@ -632,18 +627,10 @@
property :type, as: 'type'
end
end
- class Labels
- # @private
- class Representation < Google::Apis::Core::JsonRepresentation
- property :key, as: 'key'
- property :value, as: 'value'
- end
- end
-
class LocationPreference
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :follow_gae_application, as: 'followGaeApplication'
property :kind, as: 'kind'
@@ -775,11 +762,10 @@
property :database_replication_enabled, as: 'databaseReplicationEnabled'
property :ip_configuration, as: 'ipConfiguration', class: Google::Apis::SqladminV1beta4::IpConfiguration, decorator: Google::Apis::SqladminV1beta4::IpConfiguration::Representation
property :kind, as: 'kind'
- collection :labels, as: 'labels', class: Google::Apis::SqladminV1beta4::Labels, decorator: Google::Apis::SqladminV1beta4::Labels::Representation
-
+ hash :labels, as: 'labels'
property :location_preference, as: 'locationPreference', class: Google::Apis::SqladminV1beta4::LocationPreference, decorator: Google::Apis::SqladminV1beta4::LocationPreference::Representation
property :maintenance_window, as: 'maintenanceWindow', class: Google::Apis::SqladminV1beta4::MaintenanceWindow, decorator: Google::Apis::SqladminV1beta4::MaintenanceWindow::Representation
property :pricing_plan, as: 'pricingPlan'