Class: Google::Cloud::Batch::V1::ListTasksRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Batch::V1::ListTasksRequest
- 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
-
#filter ⇒ ::String
Task filter, null filter matches all Tasks.
-
#page_size ⇒ ::Integer
Page size.
-
#page_token ⇒ ::String
Page token.
-
#parent ⇒ ::String
Required.
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.
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.
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.
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}".
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 |