generated/google/apis/sqladmin_v1beta4/representations.rb in google-api-client-0.21.1 vs generated/google/apis/sqladmin_v1beta4/representations.rb in google-api-client-0.21.2
- old
+ new
@@ -188,16 +188,28 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class InstancesListServerCasResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class RestoreInstancesBackupRequest
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class InstancesRotateServerCaRequest
+ 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
@@ -272,10 +284,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class RotateServerCaContext
+ 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
@@ -658,18 +676,36 @@
property :kind, as: 'kind'
property :next_page_token, as: 'nextPageToken'
end
end
+ class InstancesListServerCasResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :active_version, as: 'activeVersion'
+ collection :certs, as: 'certs', class: Google::Apis::SqladminV1beta4::SslCert, decorator: Google::Apis::SqladminV1beta4::SslCert::Representation
+
+ property :kind, as: 'kind'
+ end
+ end
+
class RestoreInstancesBackupRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :restore_backup_context, as: 'restoreBackupContext', class: Google::Apis::SqladminV1beta4::RestoreBackupContext, decorator: Google::Apis::SqladminV1beta4::RestoreBackupContext::Representation
end
end
+ class InstancesRotateServerCaRequest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :rotate_server_ca_context, as: 'rotateServerCaContext', class: Google::Apis::SqladminV1beta4::RotateServerCaContext, decorator: Google::Apis::SqladminV1beta4::RotateServerCaContext::Representation
+
+ end
+ end
+
class InstancesTruncateLogRequest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :truncate_log_context, as: 'truncateLogContext', class: Google::Apis::SqladminV1beta4::TruncateLogContext, decorator: Google::Apis::SqladminV1beta4::TruncateLogContext::Representation
@@ -809,9 +845,17 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :backup_run_id, :numeric_string => true, as: 'backupRunId'
property :instance_id, as: 'instanceId'
property :kind, as: 'kind'
+ end
+ end
+
+ class RotateServerCaContext
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :kind, as: 'kind'
+ property :next_version, as: 'nextVersion'
end
end
class Settings
# @private