lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.67.0 vs lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.68.0
- old
+ new
@@ -488,10 +488,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class PscAutoConnectionConfig
+ 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
@@ -777,11 +783,10 @@
class BackupContext
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :backup_id, :numeric_string => true, as: 'backupId'
property :kind, as: 'kind'
- property :name, as: 'name'
end
end
class BackupReencryptionConfig
# @private
@@ -1385,15 +1390,12 @@
end
class InstancesRestoreBackupRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
- property :backup, as: 'backup'
property :restore_backup_context, as: 'restoreBackupContext', class: Google::Apis::SqladminV1::RestoreBackupContext, decorator: Google::Apis::SqladminV1::RestoreBackupContext::Representation
- property :restore_instance_settings, as: 'restoreInstanceSettings', class: Google::Apis::SqladminV1::DatabaseInstance, decorator: Google::Apis::SqladminV1::DatabaseInstance::Representation
-
end
end
class InstancesRotateServerCaRequest
# @private
@@ -1572,12 +1574,10 @@
class Representation < Google::Apis::Core::JsonRepresentation
collection :items, as: 'items', class: Google::Apis::SqladminV1::Operation, decorator: Google::Apis::SqladminV1::Operation::Representation
property :kind, as: 'kind'
property :next_page_token, as: 'nextPageToken'
- collection :warnings, as: 'warnings', class: Google::Apis::SqladminV1::ApiWarning, decorator: Google::Apis::SqladminV1::ApiWarning::Representation
-
end
end
class PasswordStatus
# @private
@@ -1605,13 +1605,26 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :target_size_gb, :numeric_string => true, as: 'targetSizeGb'
end
end
+ class PscAutoConnectionConfig
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :consumer_network, as: 'consumerNetwork'
+ property :consumer_network_status, as: 'consumerNetworkStatus'
+ property :consumer_project, as: 'consumerProject'
+ property :ip_address, as: 'ipAddress'
+ property :status, as: 'status'
+ end
+ end
+
class PscConfig
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :allowed_consumer_projects, as: 'allowedConsumerProjects'
+ collection :psc_auto_connections, as: 'pscAutoConnections', class: Google::Apis::SqladminV1::PscAutoConnectionConfig, decorator: Google::Apis::SqladminV1::PscAutoConnectionConfig::Representation
+
property :psc_enabled, as: 'pscEnabled'
end
end
class ReplicaConfiguration