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.



1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1377

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:



1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1377

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