Class: Google::Cloud::Dataplex::V1::MetadataJob::ExportJobResult

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

Overview

Export Job Results. The result is based on the snapshot at the time when the job is created.

Instance Attribute Summary collapse

Instance Attribute Details

#error_message::String (readonly)

Returns Output only. The error message if the export job failed.

Returns:

  • (::String)

    Output only. The error message if the export job failed.



1368
1369
1370
1371
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1368

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

#exported_entries::Integer (readonly)

Returns Output only. The number of entries that have been exported.

Returns:

  • (::Integer)

    Output only. The number of entries that have been exported.



1368
1369
1370
1371
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1368

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