Class: Google::Cloud::Metastore::V1beta::MetadataExport
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1beta::MetadataExport
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1beta/metastore.rb
Overview
The details of a metadata export operation.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#database_dump_type ⇒ ::Google::Cloud::Metastore::V1beta::DatabaseDumpSpec::Type
readonly
Output only.
-
#destination_gcs_uri ⇒ ::String
readonly
Output only.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#state ⇒ ::Google::Cloud::Metastore::V1beta::MetadataExport::State
readonly
Output only.
Instance Attribute Details
#database_dump_type ⇒ ::Google::Cloud::Metastore::V1beta::DatabaseDumpSpec::Type (readonly)
Returns Output only. The type of the database dump.
579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 |
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 579 class MetadataExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The current state of the metadata export. module State # The state of the metadata export is unknown. STATE_UNSPECIFIED = 0 # The metadata export is running. RUNNING = 1 # The metadata export completed successfully. SUCCEEDED = 2 # The metadata export failed. FAILED = 3 # The metadata export is cancelled. CANCELLED = 4 end end |
#destination_gcs_uri ⇒ ::String (readonly)
Returns 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.
579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 |
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 579 class MetadataExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The current state of the metadata export. module State # The state of the metadata export is unknown. STATE_UNSPECIFIED = 0 # The metadata export is running. RUNNING = 1 # The metadata export completed successfully. SUCCEEDED = 2 # The metadata export failed. FAILED = 3 # The metadata export is cancelled. CANCELLED = 4 end end |
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the export ended.
579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 |
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 579 class MetadataExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The current state of the metadata export. module State # The state of the metadata export is unknown. STATE_UNSPECIFIED = 0 # The metadata export is running. RUNNING = 1 # The metadata export completed successfully. SUCCEEDED = 2 # The metadata export failed. FAILED = 3 # The metadata export is cancelled. CANCELLED = 4 end end |
#start_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the export started.
579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 |
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 579 class MetadataExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The current state of the metadata export. module State # The state of the metadata export is unknown. STATE_UNSPECIFIED = 0 # The metadata export is running. RUNNING = 1 # The metadata export completed successfully. SUCCEEDED = 2 # The metadata export failed. FAILED = 3 # The metadata export is cancelled. CANCELLED = 4 end end |
#state ⇒ ::Google::Cloud::Metastore::V1beta::MetadataExport::State (readonly)
Returns Output only. The current state of the export.
579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 |
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 579 class MetadataExport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The current state of the metadata export. module State # The state of the metadata export is unknown. STATE_UNSPECIFIED = 0 # The metadata export is running. RUNNING = 1 # The metadata export completed successfully. SUCCEEDED = 2 # The metadata export failed. FAILED = 3 # The metadata export is cancelled. CANCELLED = 4 end end |