Class: Google::Cloud::Run::V2::ListExecutionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::ListExecutionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/execution.rb
Overview
Response message containing a list of Executions.
Instance Attribute Summary collapse
-
#executions ⇒ ::Array<::Google::Cloud::Run::V2::Execution>
The resulting list of Executions.
-
#next_page_token ⇒ ::String
A token indicating there are more items than page_size.
Instance Attribute Details
#executions ⇒ ::Array<::Google::Cloud::Run::V2::Execution>
Returns The resulting list of Executions.
66 67 68 69 |
# File 'proto_docs/google/cloud/run/v2/execution.rb', line 66 class ListExecutionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token indicating there are more items than page_size. Use it in the next ListExecutions request to continue.
66 67 68 69 |
# File 'proto_docs/google/cloud/run/v2/execution.rb', line 66 class ListExecutionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |