Class: Google::Cloud::DataCatalog::V1::ImportEntriesMetadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/datacatalog.rb

Overview

Metadata message for long-running operation returned by the ImportEntries.

Defined Under Namespace

Modules: ImportState

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Array<::Google::Rpc::Status>

Returns Partial errors that are encountered during the ImportEntries operation. There is no guarantee that all the encountered errors are reported. However, if no errors are reported, it means that no errors were encountered.

Returns:

  • (::Array<::Google::Rpc::Status>)

    Partial errors that are encountered during the ImportEntries operation. There is no guarantee that all the encountered errors are reported. However, if no errors are reported, it means that no errors were encountered.



1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1617

class ImportEntriesMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum holding possible states of the import operation.
  module ImportState
    # Default value. This value is unused.
    IMPORT_STATE_UNSPECIFIED = 0

    # The dump with entries has been queued for import.
    IMPORT_QUEUED = 1

    # The import of entries is in progress.
    IMPORT_IN_PROGRESS = 2

    # The import of entries has been finished.
    IMPORT_DONE = 3

    # The import of entries has been abandoned in favor of a newer request.
    IMPORT_OBSOLETE = 4
  end
end

#state::Google::Cloud::DataCatalog::V1::ImportEntriesMetadata::ImportState

Returns State of the import operation.

Returns:



1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1617

class ImportEntriesMetadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Enum holding possible states of the import operation.
  module ImportState
    # Default value. This value is unused.
    IMPORT_STATE_UNSPECIFIED = 0

    # The dump with entries has been queued for import.
    IMPORT_QUEUED = 1

    # The import of entries is in progress.
    IMPORT_IN_PROGRESS = 2

    # The import of entries has been finished.
    IMPORT_DONE = 3

    # The import of entries has been abandoned in favor of a newer request.
    IMPORT_OBSOLETE = 4
  end
end