DatabaseDumpResponse

data class DatabaseDumpResponse(val databaseType: String, val gcsUri: String, val sourceDatabase: String, val type: String)

A specification of the location of and metadata about a database dump from a relational database management system.

Constructors

Link copied to clipboard
fun DatabaseDumpResponse(databaseType: String, gcsUri: String, sourceDatabase: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the database.

Link copied to clipboard

A Cloud Storage object or folder URI that specifies the source from which to import metadata. It must begin with gs://.

Link copied to clipboard

The name of the source database.

Link copied to clipboard

Optional. The type of the database dump. If unspecified, defaults to MYSQL.