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.



1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1530

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:



1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1530

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