Class MetadataImport (0.2.2)

MetadataImport(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A metastore resource that imports metadata. .. attribute:: database_dump

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

:type: google.cloud.metastore_v1beta.types.MetadataImport.DatabaseDump

Attributes

NameDescription
name str
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}.
description str
The description of the metadata import.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the metadata import was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the metadata import was last updated.
state google.cloud.metastore_v1beta.types.MetadataImport.State
Output only. The current state of the metadata import.

Classes

DatabaseDump

DatabaseDump(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

State

State(value)

The current state of the metadata import.