Class: Google::Cloud::Dataplex::V1::RunTaskResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::RunTaskResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/service.rb
Instance Attribute Summary collapse
-
#job ⇒ ::Google::Cloud::Dataplex::V1::Job
Jobs created by RunTask API.
Instance Attribute Details
#job ⇒ ::Google::Cloud::Dataplex::V1::Job
Returns Jobs created by RunTask API.
604 605 606 607 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 604 class RunTaskResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |