Cloud Scheduler V1beta1 API - Class Google::Cloud::Scheduler::V1beta1::ListJobsResponse (v0.11.0)

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

#jobs=

def jobs=(value) -> ::Array<::Google::Cloud::Scheduler::V1beta1::Job>
Parameter
Returns

#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.