Class: Google::Cloud::Scheduler::V1beta1::ListJobsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#jobs::Array<::Google::Cloud::Scheduler::V1beta1::Job>

Returns The list of jobs.

Returns:



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.

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.



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