Class ListJobsResponse (3.0.0)

public sealed class ListJobsResponse : IMessage<ListJobsResponse>, IEquatable<ListJobsResponse>, IDeepCloneable<ListJobsResponse>, IBufferMessage, IMessage, IPageResponse<Job>, IEnumerable<Job>, IEnumerable

Response message for listing jobs using [ListJobs][google.cloud.scheduler.v1.CloudScheduler.ListJobs].

Inheritance

Object > ListJobsResponse

Namespace

Google.Cloud.Scheduler.V1

Assembly

Google.Cloud.Scheduler.V1.dll

Constructors

ListJobsResponse()

public ListJobsResponse()

ListJobsResponse(ListJobsResponse)

public ListJobsResponse(ListJobsResponse other)
Parameter
NameDescription
otherListJobsResponse

Properties

Jobs

public RepeatedField<Job> Jobs { get; }

The list of jobs.

Property Value
TypeDescription
RepeatedField<Job>

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results. Pass this value in the [page_token][google.cloud.scheduler.v1.ListJobsRequest.page_token] field in the subsequent call to [ListJobs][google.cloud.scheduler.v1.CloudScheduler.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.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<Job> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<Job>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator