lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.65.0 vs lib/google/apis/sqladmin_v1/representations.rb in google-apis-sqladmin_v1-0.66.0
- old
+ new
@@ -362,10 +362,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class InstancesListServerCertificatesResponse
+ 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
@@ -380,10 +386,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class InstancesRotateServerCertificateRequest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class InstancesTruncateLogRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -512,10 +524,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class RotateServerCertificateContext
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Settings
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -1343,10 +1361,22 @@
property :kind, as: 'kind'
end
end
+ class InstancesListServerCertificatesResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :active_version, as: 'activeVersion'
+ collection :ca_certs, as: 'caCerts', class: Google::Apis::SqladminV1::SslCert, decorator: Google::Apis::SqladminV1::SslCert::Representation
+
+ property :kind, as: 'kind'
+ collection :server_certs, as: 'serverCerts', class: Google::Apis::SqladminV1::SslCert, decorator: Google::Apis::SqladminV1::SslCert::Representation
+
+ 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
@@ -1367,10 +1397,18 @@
property :rotate_server_ca_context, as: 'rotateServerCaContext', class: Google::Apis::SqladminV1::RotateServerCaContext, decorator: Google::Apis::SqladminV1::RotateServerCaContext::Representation
end
end
+ class InstancesRotateServerCertificateRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :rotate_server_certificate_context, as: 'rotateServerCertificateContext', class: Google::Apis::SqladminV1::RotateServerCertificateContext, decorator: Google::Apis::SqladminV1::RotateServerCertificateContext::Representation
+
+ end
+ end
+
class InstancesTruncateLogRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :truncate_log_context, as: 'truncateLogContext', class: Google::Apis::SqladminV1::TruncateLogContext, decorator: Google::Apis::SqladminV1::TruncateLogContext::Representation
@@ -1608,9 +1646,17 @@
property :project, as: 'project'
end
end
class RotateServerCaContext
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :kind, as: 'kind'
+ property :next_version, as: 'nextVersion'
+ end
+ end
+
+ class RotateServerCertificateContext
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :kind, as: 'kind'
property :next_version, as: 'nextVersion'
end