Class: Google::Cloud::Metastore::V1::MetadataExport
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1::MetadataExport
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1/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::V1::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::V1::MetadataExport::State
readonly
Output only.
Instance Attribute Details
#database_dump_type ⇒ ::Google::Cloud::Metastore::V1::DatabaseDumpSpec::Type (readonly)
Returns Output only. The type of the database dump.
516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 516 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.
516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 516 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.
516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 516 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.
516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 516 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::V1::MetadataExport::State (readonly)
Returns Output only. The current state of the export.
516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 |
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 516 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 |