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.



1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1564

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:



1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1564

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