Class: Google::Cloud::Batch::V1::ListTasksResponse

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

Instance Attribute Details

#next_page_token::String

Returns Next page token.

Returns:

  • (::String)

    Next page token.



164
165
166
167
# File 'proto_docs/google/cloud/batch/v1/batch.rb', line 164

class ListTasksResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tasks::Array<::Google::Cloud::Batch::V1::Task>

Returns Tasks.

Returns:



164
165
166
167
# File 'proto_docs/google/cloud/batch/v1/batch.rb', line 164

class ListTasksResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



164
165
166
167
# File 'proto_docs/google/cloud/batch/v1/batch.rb', line 164

class ListTasksResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end