Class: Google::Cloud::Dataplex::V1::ListJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::ListJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/service.rb
Overview
List jobs response.
Instance Attribute Summary collapse
-
#jobs ⇒ ::Array<::Google::Cloud::Dataplex::V1::Job>
Jobs under a given task.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
Instance Attribute Details
#jobs ⇒ ::Array<::Google::Cloud::Dataplex::V1::Job>
Returns Jobs under a given task.
638 639 640 641 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 638 class ListJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
638 639 640 641 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 638 class ListJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |