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:



379
380
381
382
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 379

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:



379
380
381
382
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 379

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