GetMetadataImportResult

data class GetMetadataImportResult(val createTime: String, val databaseDump: DatabaseDumpResponse, val description: String, val endTime: String, val name: String, val state: String, val updateTime: String)

Constructors

Link copied to clipboard
constructor(createTime: String, databaseDump: DatabaseDumpResponse, description: String, endTime: String, name: String, state: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the metadata import was started.

Link copied to clipboard

Immutable. A database dump from a pre-existing metastore's database.

Link copied to clipboard

The description of the metadata import.

Link copied to clipboard

The time when the metadata import finished.

Link copied to clipboard

Immutable. The relative resource name of the metadata import, of the form:projects/{project_number}/locations/{location_id}/services/{service_id}/metadataImports/{metadata_import_id}.

Link copied to clipboard

The current state of the metadata import.

Link copied to clipboard

The time when the metadata import was last updated.