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].
Implements
IMessage<ListJobsResponse>, IEquatable<ListJobsResponse>, IDeepCloneable<ListJobsResponse>, IBufferMessage, IMessage, IPageResponse<Job>, IEnumerable<Job>, 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 |
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 | |
---|---|
Type | Description |
String |
Methods
GetEnumerator()
public IEnumerator<Job> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Job> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |