Class: Google::Cloud::Scheduler::V1beta1::ListJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Scheduler::V1beta1::ListJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/scheduler/v1beta1/cloudscheduler.rb
Overview
Response message for listing jobs using ListJobs.
Instance Attribute Summary collapse
-
#jobs ⇒ ::Array<::Google::Cloud::Scheduler::V1beta1::Job>
The list of jobs.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
Instance Attribute Details
#jobs ⇒ ::Array<::Google::Cloud::Scheduler::V1beta1::Job>
Returns The list of jobs.
85 86 87 88 |
# File 'proto_docs/google/cloud/scheduler/v1beta1/cloudscheduler.rb', line 85 class ListJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results. Pass this value in the page_token field in the subsequent call to ListJobs to retrieve the next page of results. If this is empty it indicates that there are no more results through which to paginate.
The page token is valid for only 2 hours.
85 86 87 88 |
# File 'proto_docs/google/cloud/scheduler/v1beta1/cloudscheduler.rb', line 85 class ListJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |