lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.28.0 vs lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.29.0

- old
+ new

@@ -149,16 +149,10 @@ end class ExportContext class Representation < Google::Apis::Core::JsonRepresentation; end - class BakExportOptions - class Representation < Google::Apis::Core::JsonRepresentation; end - - include Google::Apis::Core::JsonObjectSupport - end - class CsvExportOptions class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -832,12 +826,10 @@ end class ExportContext # @private class Representation < Google::Apis::Core::JsonRepresentation - property :bak_export_options, as: 'bakExportOptions', class: Google::Apis::SqladminV1::ExportContext::BakExportOptions, decorator: Google::Apis::SqladminV1::ExportContext::BakExportOptions::Representation - property :csv_export_options, as: 'csvExportOptions', class: Google::Apis::SqladminV1::ExportContext::CsvExportOptions, decorator: Google::Apis::SqladminV1::ExportContext::CsvExportOptions::Representation collection :databases, as: 'databases' property :file_type, as: 'fileType' property :kind, as: 'kind' @@ -845,18 +837,10 @@ property :sql_export_options, as: 'sqlExportOptions', class: Google::Apis::SqladminV1::ExportContext::SqlExportOptions, decorator: Google::Apis::SqladminV1::ExportContext::SqlExportOptions::Representation property :uri, as: 'uri' end - class BakExportOptions - # @private - class Representation < Google::Apis::Core::JsonRepresentation - property :stripe_count, as: 'stripeCount' - property :striped, as: 'striped' - end - end - class CsvExportOptions # @private class Representation < Google::Apis::Core::JsonRepresentation property :escape_character, as: 'escapeCharacter' property :fields_terminated_by, as: 'fieldsTerminatedBy' @@ -952,11 +936,10 @@ class BakImportOptions # @private class Representation < Google::Apis::Core::JsonRepresentation property :encryption_options, as: 'encryptionOptions', class: Google::Apis::SqladminV1::ImportContext::BakImportOptions::EncryptionOptions, decorator: Google::Apis::SqladminV1::ImportContext::BakImportOptions::EncryptionOptions::Representation - property :striped, as: 'striped' end class EncryptionOptions # @private class Representation < Google::Apis::Core::JsonRepresentation @@ -1090,10 +1073,9 @@ # @private class Representation < Google::Apis::Core::JsonRepresentation property :allocated_ip_range, as: 'allocatedIpRange' collection :authorized_networks, as: 'authorizedNetworks', class: Google::Apis::SqladminV1::AclEntry, decorator: Google::Apis::SqladminV1::AclEntry::Representation - property :enable_private_path_for_google_cloud_services, as: 'enablePrivatePathForGoogleCloudServices' property :ipv4_enabled, as: 'ipv4Enabled' property :private_network, as: 'privateNetwork' property :require_ssl, as: 'requireSsl' end end