Reference documentation and code samples for the Dataproc Metastore V1 API class Google::Cloud::Metastore::V1::MetadataExport.
The details of a metadata export operation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#database_dump_type
def database_dump_type() -> ::Google::Cloud::Metastore::V1::DatabaseDumpSpec::Type
Returns
- (::Google::Cloud::Metastore::V1::DatabaseDumpSpec::Type) — Output only. The type of the database dump.
#destination_gcs_uri
def destination_gcs_uri() -> ::String
Returns
-
(::String) — Output only. A Cloud Storage URI of a folder that metadata are exported
to, in the form of
gs://<bucket_name>/<path_inside_bucket>/<export_folder>
, where<export_folder>
is automatically generated.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the export ended.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time when the export started.
#state
def state() -> ::Google::Cloud::Metastore::V1::MetadataExport::State
Returns
- (::Google::Cloud::Metastore::V1::MetadataExport::State) — Output only. The current state of the export.