Class: Google::Cloud::Run::V2::ListJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Run::V2::ListJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/run/v2/job.rb
Overview
Response message containing a list of Jobs.
Instance Attribute Summary collapse
-
#jobs ⇒ ::Array<::Google::Cloud::Run::V2::Job>
The resulting list of Jobs.
-
#next_page_token ⇒ ::String
A token indicating there are more items than page_size.
Instance Attribute Details
#jobs ⇒ ::Array<::Google::Cloud::Run::V2::Job>
Returns The resulting list of Jobs.
104 105 106 107 |
# File 'proto_docs/google/cloud/run/v2/job.rb', line 104 class ListJobsResponse 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 ListJobs request to continue.
104 105 106 107 |
# File 'proto_docs/google/cloud/run/v2/job.rb', line 104 class ListJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |