Class: Google::Cloud::Dataplex::V1::DataScan::ExecutionStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataScan::ExecutionStatus
- 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
-
#latest_job_create_time ⇒ ::Google::Protobuf::Timestamp
Optional.
-
#latest_job_end_time ⇒ ::Google::Protobuf::Timestamp
The time when the latest DataScanJob ended.
-
#latest_job_start_time ⇒ ::Google::Protobuf::Timestamp
The time when the latest DataScanJob started.
Instance Attribute Details
#latest_job_create_time ⇒ ::Google::Protobuf::Timestamp
Returns Optional. The time when the DataScanJob execution was created.
385 386 387 388 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 385 class ExecutionStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#latest_job_end_time ⇒ ::Google::Protobuf::Timestamp
Returns The time when the latest DataScanJob ended.
385 386 387 388 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 385 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.
385 386 387 388 |
# File 'proto_docs/google/cloud/dataplex/v1/datascans.rb', line 385 class ExecutionStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |