Class: Google::Cloud::Dataplex::V1::Task::ExecutionStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Task::ExecutionStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/tasks.rb
Overview
Status of the task execution (e.g. Jobs).
Instance Attribute Summary collapse
-
#latest_job ⇒ ::Google::Cloud::Dataplex::V1::Job
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#latest_job ⇒ ::Google::Cloud::Dataplex::V1::Job (readonly)
Returns Output only. latest job execution.
320 321 322 323 |
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 320 class ExecutionStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Last update time of the status.
320 321 322 323 |
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 320 class ExecutionStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |