Class: Google::Cloud::Run::V2::ListTasksRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::ListTasksRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/task.rb
Overview
Request message for retrieving a list of Tasks.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Maximum number of Tasks to return in this call.
-
#page_token ⇒ ::String
A page token received from a previous call to ListTasks.
-
#parent ⇒ ::String
Required.
-
#show_deleted ⇒ ::Boolean
If true, returns deleted (but unexpired) resources along with active ones.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Maximum number of Tasks to return in this call.
52 53 54 55 |
# File 'proto_docs/google/cloud/run/v2/task.rb', line 52 class ListTasksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token received from a previous call to ListTasks. All other parameters must match.
52 53 54 55 |
# File 'proto_docs/google/cloud/run/v2/task.rb', line 52 class ListTasksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The Execution from which the Tasks should be listed. To list all Tasks across Executions of a Job, use "-" instead of Execution name. To list all Tasks across Jobs, use "-" instead of Job name. Format: projects/{project}/locations/{location}/jobs/{job}/executions/{execution}.
52 53 54 55 |
# File 'proto_docs/google/cloud/run/v2/task.rb', line 52 class ListTasksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#show_deleted ⇒ ::Boolean
Returns If true, returns deleted (but unexpired) resources along with active ones.
52 53 54 55 |
# File 'proto_docs/google/cloud/run/v2/task.rb', line 52 class ListTasksRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |