lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.36.0 vs lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.37.0

- old
+ new

@@ -886,10 +886,13 @@ end class BakExportOptions # @private class Representation < Google::Apis::Core::JsonRepresentation + property :bak_type, as: 'bakType' + property :copy_only, as: 'copyOnly' + property :differential_base, as: 'differentialBase' property :stripe_count, as: 'stripeCount' property :striped, as: 'striped' end end @@ -988,11 +991,14 @@ end class BakImportOptions # @private class Representation < Google::Apis::Core::JsonRepresentation + property :bak_type, as: 'bakType' property :encryption_options, as: 'encryptionOptions', class: Google::Apis::SqladminV1::ImportContext::BakImportOptions::EncryptionOptions, decorator: Google::Apis::SqladminV1::ImportContext::BakImportOptions::EncryptionOptions::Representation + property :no_recovery, as: 'noRecovery' + property :recovery_only, as: 'recoveryOnly' property :striped, as: 'striped' end class EncryptionOptions # @private