Class: Google::Cloud::Dataplex::V1::ListTasksResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::ListTasksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/service.rb
Overview
List tasks response.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#tasks ⇒ ::Array<::Google::Cloud::Dataplex::V1::Task>
Tasks under the given parent lake.
-
#unreachable_locations ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
531 532 533 534 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 531 class ListTasksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tasks ⇒ ::Array<::Google::Cloud::Dataplex::V1::Task>
Returns Tasks under the given parent lake.
531 532 533 534 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 531 class ListTasksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable_locations ⇒ ::Array<::String>
Returns Locations that could not be reached.
531 532 533 534 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 531 class ListTasksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |