Class: Google::Cloud::Dataplex::V1::MetadataJob::ExportJobResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::MetadataJob::ExportJobResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
Summary results from a metadata export job. The results are a snapshot of the metadata at the time when the job was created. The exported entries are saved to a Cloud Storage bucket.
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
readonly
Output only.
-
#exported_entries ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#error_message ⇒ ::String (readonly)
Returns Output only. The error message if the metadata export job failed.
1369 1370 1371 1372 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1369 class ExportJobResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#exported_entries ⇒ ::Integer (readonly)
Returns Output only. The number of entries that were exported.
1369 1370 1371 1372 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1369 class ExportJobResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |