Class: Google::Cloud::Dataplex::V1::MetadataJob::ImportJobResult

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

Overview

Results from a metadata import job.

Instance Attribute Summary collapse

Instance Attribute Details

#created_entries::Integer (readonly)

Returns Output only. The total number of entries that were created.

Returns:

  • (::Integer)

    Output only. The total number of entries that were created.



1377
1378
1379
1380
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1377

class ImportJobResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#created_entry_links::Integer (readonly)

Returns Output only. The total number of entry links that were successfully created.

Returns:

  • (::Integer)

    Output only. The total number of entry links that were successfully created.



1377
1378
1379
1380
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1377

class ImportJobResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#deleted_entries::Integer (readonly)

Returns Output only. The total number of entries that were deleted.

Returns:

  • (::Integer)

    Output only. The total number of entries that were deleted.



1377
1378
1379
1380
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1377

class ImportJobResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#deleted_entry_links::Integer (readonly)

Returns Output only. The total number of entry links that were successfully deleted.

Returns:

  • (::Integer)

    Output only. The total number of entry links that were successfully deleted.



1377
1378
1379
1380
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1377

class ImportJobResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#recreated_entries::Integer (readonly)

Returns Output only. The total number of entries that were recreated.

Returns:

  • (::Integer)

    Output only. The total number of entries that were recreated.



1377
1378
1379
1380
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1377

class ImportJobResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unchanged_entries::Integer (readonly)

Returns Output only. The total number of entries that were unchanged.

Returns:

  • (::Integer)

    Output only. The total number of entries that were unchanged.



1377
1378
1379
1380
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1377

class ImportJobResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unchanged_entry_links::Integer (readonly)

Returns Output only. The total number of entry links that were left unchanged.

Returns:

  • (::Integer)

    Output only. The total number of entry links that were left unchanged.



1377
1378
1379
1380
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1377

class ImportJobResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time when the status was updated.

Returns:



1377
1378
1379
1380
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1377

class ImportJobResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#updated_entries::Integer (readonly)

Returns Output only. The total number of entries that were updated.

Returns:

  • (::Integer)

    Output only. The total number of entries that were updated.



1377
1378
1379
1380
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1377

class ImportJobResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end