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

- old
+ new

@@ -149,10 +149,16 @@ 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 @@ -826,10 +832,12 @@ 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' @@ -837,10 +845,18 @@ 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' @@ -936,10 +952,11 @@ 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 @@ -1073,9 +1090,10 @@ # @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