Class: Google::Cloud::Dataplex::V1::Task::ExecutionStatus

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#latest_job::Google::Cloud::Dataplex::V1::Job (readonly)

Returns Output only. latest job execution.

Returns:



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.

Returns:



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