public sealed class ListJobsResponse : IMessage<ListJobsResponse>, IEquatable<ListJobsResponse>, IDeepCloneable<ListJobsResponse>, IBufferMessage, IMessage, IPageResponse<Job>, IEnumerable<Job>, IEnumerableReference 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].
Implements
IMessageListJobsResponse, IEquatableListJobsResponse, IDeepCloneableListJobsResponse, IBufferMessage, IMessage, IPageResponseJob, IEnumerableJob, IEnumerableNamespace
Google.Cloud.Scheduler.V1Assembly
Google.Cloud.Scheduler.V1.dll
Constructors
ListJobsResponse()
public ListJobsResponse()ListJobsResponse(ListJobsResponse)
public ListJobsResponse(ListJobsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListJobsResponse |
Properties
Jobs
public RepeatedField<Job> Jobs { get; }The list of jobs.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Job> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorJob |
|