Class: Google::Cloud::Dataplex::V1::DataScan::ExecutionStatus

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

Overview

Status of the data scan execution.

Instance Attribute Summary collapse

Instance Attribute Details

#latest_job_end_time::Google::Protobuf::Timestamp

Returns The time when the latest DataScanJob ended.

Returns:



358
359
360
361
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 358

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

#latest_job_start_time::Google::Protobuf::Timestamp

Returns The time when the latest DataScanJob started.

Returns:



358
359
360
361
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 358

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