Class: Google::Cloud::Batch::V1::ListTasksResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Batch::V1::ListTasksResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/batch/v1/batch.rb
Overview
ListTasks Response.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Next page token.
-
#tasks ⇒ ::Array<::Google::Cloud::Batch::V1::Task>
Tasks.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Next page token.
168 169 170 171 |
# File 'proto_docs/google/cloud/batch/v1/batch.rb', line 168 class ListTasksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tasks ⇒ ::Array<::Google::Cloud::Batch::V1::Task>
Returns Tasks.
168 169 170 171 |
# File 'proto_docs/google/cloud/batch/v1/batch.rb', line 168 class ListTasksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
168 169 170 171 |
# File 'proto_docs/google/cloud/batch/v1/batch.rb', line 168 class ListTasksResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |