Class: Google::Cloud::Run::V2::ListExecutionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::ListExecutionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/execution.rb
Overview
Request message for retrieving a list of Executions.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Maximum number of Executions to return in this call.
-
#page_token ⇒ ::String
A page token received from a previous call to ListExecutions.
-
#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 Executions to return in this call.
53 54 55 56 |
# File 'proto_docs/google/cloud/run/v2/execution.rb', line 53 class ListExecutionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token received from a previous call to ListExecutions. All other parameters must match.
53 54 55 56 |
# File 'proto_docs/google/cloud/run/v2/execution.rb', line 53 class ListExecutionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The Execution from which the Executions should be listed.
To list all Executions across Jobs, use "-" instead of Job name.
Format: projects/{project}/locations/{location}/jobs/{job}
, where
{project}
can be project id or number.
53 54 55 56 |
# File 'proto_docs/google/cloud/run/v2/execution.rb', line 53 class ListExecutionsRequest 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.
53 54 55 56 |
# File 'proto_docs/google/cloud/run/v2/execution.rb', line 53 class ListExecutionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |