Reference documentation and code samples for the Cloud Scheduler V1beta1 API class Google::Cloud::Scheduler::V1beta1::ListJobsResponse.
Response message for listing jobs using ListJobs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#jobs
def jobs() -> ::Array<::Google::Cloud::Scheduler::V1beta1::Job>
Returns
- (::Array<::Google::Cloud::Scheduler::V1beta1::Job>) — The list of jobs.
#jobs=
def jobs=(value) -> ::Array<::Google::Cloud::Scheduler::V1beta1::Job>
Parameter
- value (::Array<::Google::Cloud::Scheduler::V1beta1::Job>) — The list of jobs.
Returns
- (::Array<::Google::Cloud::Scheduler::V1beta1::Job>) — The list of jobs.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — 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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — 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.
Returns
-
(::String) — 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.