Class: Google::Cloud::Metastore::V1::MetadataExport

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#database_dump_type::Google::Cloud::Metastore::V1::DatabaseDumpSpec::Type (readonly)

Returns Output only. The type of the database dump.

Returns:



332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 332

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.

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.



332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 332

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.

Returns:



332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 332

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.

Returns:



332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 332

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.

Returns:



332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
# File 'proto_docs/google/cloud/metastore/v1/metastore.rb', line 332

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