lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.38.0 vs lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.39.0
- old
+ new
@@ -50,10 +50,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class BackupReencryptionConfig
+ 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
@@ -296,10 +302,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class InstancesReencryptRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class InstancesRestoreBackupRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -640,10 +652,18 @@
property :backup_id, :numeric_string => true, as: 'backupId'
property :kind, as: 'kind'
end
end
+ class BackupReencryptionConfig
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :backup_limit, as: 'backupLimit'
+ property :backup_type, as: 'backupType'
+ end
+ end
+
class BackupRetentionSettings
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :retained_backups, as: 'retainedBackups'
property :retention_unit, as: 'retentionUnit'
@@ -712,10 +732,11 @@
class ConnectSettings
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :backend_type, as: 'backendType'
property :database_version, as: 'databaseVersion'
+ property :dns_name, as: 'dnsName'
collection :ip_addresses, as: 'ipAddresses', class: Google::Apis::SqladminV1::IpMapping, decorator: Google::Apis::SqladminV1::IpMapping::Representation
property :kind, as: 'kind'
property :region, as: 'region'
property :server_ca_cert, as: 'serverCaCert', class: Google::Apis::SqladminV1::SslCert, decorator: Google::Apis::SqladminV1::SslCert::Representation
@@ -1112,9 +1133,17 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :active_version, as: 'activeVersion'
collection :certs, as: 'certs', class: Google::Apis::SqladminV1::SslCert, decorator: Google::Apis::SqladminV1::SslCert::Representation
property :kind, as: 'kind'
+ end
+ end
+
+ class InstancesReencryptRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :backup_reencryption_config, as: 'backupReencryptionConfig', class: Google::Apis::SqladminV1::BackupReencryptionConfig, decorator: Google::Apis::SqladminV1::BackupReencryptionConfig::Representation
+
end
end
class InstancesRestoreBackupRequest
# @private