MetadataImport(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A metastore resource that imports metadata.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes
Name | Description |
database_dump |
google.cloud.metastore_v1alpha.types.MetadataImport.DatabaseDump
Immutable. A database dump from a pre-existing metastore's database. This field is a member of `oneof`_ ``metadata``. |
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 started. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the metadata import was last updated. |
end_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the metadata import finished. |
state |
google.cloud.metastore_v1alpha.types.MetadataImport.State
Output only. The current state of the metadata import. |
Inheritance
builtins.object > proto.message.Message > MetadataImportClasses
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.