lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.41.0 vs lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.42.0

- old
+ new

@@ -422,10 +422,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class PscConfig + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class ReplicaConfiguration class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -749,10 +755,11 @@ 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 :psc_enabled, as: 'pscEnabled' property :region, as: 'region' property :server_ca_cert, as: 'serverCaCert', class: Google::Apis::SqladminV1::SslCert, decorator: Google::Apis::SqladminV1::SslCert::Representation end end @@ -800,10 +807,11 @@ property :database_version, as: 'databaseVersion' property :disk_encryption_configuration, as: 'diskEncryptionConfiguration', class: Google::Apis::SqladminV1::DiskEncryptionConfiguration, decorator: Google::Apis::SqladminV1::DiskEncryptionConfiguration::Representation property :disk_encryption_status, as: 'diskEncryptionStatus', class: Google::Apis::SqladminV1::DiskEncryptionStatus, decorator: Google::Apis::SqladminV1::DiskEncryptionStatus::Representation + property :dns_name, as: 'dnsName' property :etag, as: 'etag' property :failover_replica, as: 'failoverReplica', class: Google::Apis::SqladminV1::DatabaseInstance::FailoverReplica, decorator: Google::Apis::SqladminV1::DatabaseInstance::FailoverReplica::Representation property :gce_zone, as: 'gceZone' property :instance_type, as: 'instanceType' @@ -818,10 +826,11 @@ property :on_premises_configuration, as: 'onPremisesConfiguration', class: Google::Apis::SqladminV1::OnPremisesConfiguration, decorator: Google::Apis::SqladminV1::OnPremisesConfiguration::Representation property :out_of_disk_report, as: 'outOfDiskReport', class: Google::Apis::SqladminV1::SqlOutOfDiskReport, decorator: Google::Apis::SqladminV1::SqlOutOfDiskReport::Representation property :project, as: 'project' + property :psc_service_attachment_link, as: 'pscServiceAttachmentLink' property :region, as: 'region' property :replica_configuration, as: 'replicaConfiguration', class: Google::Apis::SqladminV1::ReplicaConfiguration, decorator: Google::Apis::SqladminV1::ReplicaConfiguration::Representation collection :replica_names, as: 'replicaNames' property :root_password, as: 'rootPassword' @@ -1199,10 +1208,12 @@ 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 :psc_config, as: 'pscConfig', class: Google::Apis::SqladminV1::PscConfig, decorator: Google::Apis::SqladminV1::PscConfig::Representation + property :require_ssl, as: 'requireSsl' end end class IpMapping @@ -1364,9 +1375,17 @@ class PerformDiskShrinkContext # @private class Representation < Google::Apis::Core::JsonRepresentation property :target_size_gb, :numeric_string => true, as: 'targetSizeGb' + end + end + + class PscConfig + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :allowed_consumer_projects, as: 'allowedConsumerProjects' + property :psc_enabled, as: 'pscEnabled' end end class ReplicaConfiguration # @private