Class: Google::Cloud::Dataplex::V1::MetadataJob::ImportJobResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::MetadataJob::ImportJobResult
- 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
-
#created_entries ⇒ ::Integer
readonly
Output only.
-
#deleted_entries ⇒ ::Integer
readonly
Output only.
-
#recreated_entries ⇒ ::Integer
readonly
Output only.
-
#unchanged_entries ⇒ ::Integer
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#updated_entries ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#created_entries ⇒ ::Integer (readonly)
Returns Output only. The total number of entries that were created.
1330 1331 1332 1333 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1330 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.
1330 1331 1332 1333 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1330 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.
1330 1331 1332 1333 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1330 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.
1330 1331 1332 1333 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1330 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.
1330 1331 1332 1333 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1330 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.
1330 1331 1332 1333 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1330 class ImportJobResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |