Class: Google::Cloud::Batch::V1::ListTasksRequest

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 Request.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Task filter, null filter matches all Tasks. Filter string should be of the format State=TaskStatus.State e.g. State=RUNNING.

Returns:

  • (::String)

    Task filter, null filter matches all Tasks. Filter string should be of the format State=TaskStatus.State e.g. State=RUNNING



153
154
155
156
# File 'proto_docs/google/cloud/batch/v1/batch.rb', line 153

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

#page_size::Integer

Returns Page size.

Returns:

  • (::Integer)

    Page size.



153
154
155
156
# File 'proto_docs/google/cloud/batch/v1/batch.rb', line 153

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

#page_token::String

Returns Page token.

Returns:

  • (::String)

    Page token.



153
154
155
156
# File 'proto_docs/google/cloud/batch/v1/batch.rb', line 153

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

#parent::String

Returns Required. Name of a TaskGroup from which Tasks are being requested. Pattern: "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}".

Returns:

  • (::String)

    Required. Name of a TaskGroup from which Tasks are being requested. Pattern: "projects/{project}/locations/{location}/jobs/{job}/taskGroups/{task_group}"



153
154
155
156
# File 'proto_docs/google/cloud/batch/v1/batch.rb', line 153

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