generated/google/apis/sqladmin_v1beta4/representations.rb in google-api-client-0.28.5 vs generated/google/apis/sqladmin_v1beta4/representations.rb in google-api-client-0.28.6

- old
+ new

@@ -110,10 +110,22 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class DiskEncryptionConfiguration + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class DiskEncryptionStatus + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class ExportContext class Representation < Google::Apis::Core::JsonRepresentation; end class CsvExportOptions class Representation < Google::Apis::Core::JsonRepresentation; end @@ -486,10 +498,14 @@ class Representation < Google::Apis::Core::JsonRepresentation property :backend_type, as: 'backendType' property :connection_name, as: 'connectionName' property :current_disk_size, :numeric_string => true, as: 'currentDiskSize' property :database_version, as: 'databaseVersion' + property :disk_encryption_configuration, as: 'diskEncryptionConfiguration', class: Google::Apis::SqladminV1beta4::DiskEncryptionConfiguration, decorator: Google::Apis::SqladminV1beta4::DiskEncryptionConfiguration::Representation + + property :disk_encryption_status, as: 'diskEncryptionStatus', class: Google::Apis::SqladminV1beta4::DiskEncryptionStatus, decorator: Google::Apis::SqladminV1beta4::DiskEncryptionStatus::Representation + property :etag, as: 'etag' property :failover_replica, as: 'failoverReplica', class: Google::Apis::SqladminV1beta4::DatabaseInstance::FailoverReplica, decorator: Google::Apis::SqladminV1beta4::DatabaseInstance::FailoverReplica::Representation property :gce_zone, as: 'gceZone' property :instance_type, as: 'instanceType' @@ -562,9 +578,25 @@ property :client_certificate, as: 'clientCertificate' property :client_key, as: 'clientKey' property :kind, as: 'kind' property :password, as: 'password' property :username, as: 'username' + end + end + + class DiskEncryptionConfiguration + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :kind, as: 'kind' + property :kms_key_name, as: 'kmsKeyName' + end + end + + class DiskEncryptionStatus + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :kind, as: 'kind' + property :kms_key_version_name, as: 'kmsKeyVersionName' end end class ExportContext # @private