Google Cloud Scheduler v1 API - Class ListJobsResponse (3.4.0)

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

Reference documentation and code samples for the Google Cloud Scheduler v1 API class ListJobsResponse.

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
RepeatedFieldJob

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
IEnumeratorJob