Class: Google::Cloud::Tasks::V2::ListTasksRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/tasks/v2/cloudtasks.rb

Overview

Request message for listing tasks using ListTasks.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer



226
227
228
229
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 226

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

#page_token::String



226
227
228
229
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 226

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

#parent::String



226
227
228
229
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 226

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

#response_view::Google::Cloud::Tasks::V2::Task::View



226
227
228
229
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 226

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