generated/google/apis/sqladmin_v1beta4/representations.rb in google-api-client-0.46.0 vs generated/google/apis/sqladmin_v1beta4/representations.rb in google-api-client-0.46.1
- old
+ new
@@ -38,10 +38,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class BackupRetentionSettings
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class BackupRun
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -473,16 +479,27 @@
end
class BackupConfiguration
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :backup_retention_settings, as: 'backupRetentionSettings', class: Google::Apis::SqladminV1beta4::BackupRetentionSettings, decorator: Google::Apis::SqladminV1beta4::BackupRetentionSettings::Representation
+
property :binary_log_enabled, as: 'binaryLogEnabled'
property :enabled, as: 'enabled'
property :kind, as: 'kind'
property :location, as: 'location'
property :point_in_time_recovery_enabled, as: 'pointInTimeRecoveryEnabled'
property :replication_log_archiving_enabled, as: 'replicationLogArchivingEnabled'
property :start_time, as: 'startTime'
+ property :transaction_log_retention_days, as: 'transactionLogRetentionDays'
+ end
+ end
+
+ class BackupRetentionSettings
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :retained_backups, as: 'retainedBackups'
+ property :retention_unit, as: 'retentionUnit'
end
end
class BackupRun
# @private