Class MetadataExport (1.9.1)

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

Attributes

NameDescription
destination_gcs_uri str
Output only. A Cloud Storage URI of a folder that metadata are exported to, in the form of gs://, where is automatically generated. This field is a member of oneof_ destination.
start_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the export started.
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the export ended.
state google.cloud.metastore_v1alpha.types.MetadataExport.State
Output only. The current state of the export.
database_dump_type google.cloud.metastore_v1alpha.types.DatabaseDumpSpec.Type
Output only. The type of the database dump.

Classes

State

State(value)

The current state of the metadata export.

Values: STATE_UNSPECIFIED (0): The state of the metadata export is unknown. RUNNING (1): The metadata export is running. SUCCEEDED (2): The metadata export completed successfully. FAILED (3): The metadata export failed. CANCELLED (4): The metadata export is cancelled.