public sealed class ListJobsResponse : IPageResponse<Job>, IEnumerable<Job>, IEnumerable, IMessage<ListJobsResponse>, IEquatable<ListJobsResponse>, IDeepCloneable<ListJobsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class ListJobsResponse.
A list of jobs in a project.
Implements
IPageResponseJob, IEnumerableJob, IEnumerable, IMessageListJobsResponse, IEquatableListJobsResponse, IDeepCloneableListJobsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ListJobsResponse()
public ListJobsResponse()
ListJobsResponse(ListJobsResponse)
public ListJobsResponse(ListJobsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListJobsResponse |
Properties
Jobs
public RepeatedField<Job> Jobs { get; }
Output only. Jobs list.
Property Value | |
---|---|
Type | Description |
RepeatedFieldJob |
NextPageToken
public string NextPageToken { get; set; }
Optional. This token is included in the response if there are more results
to fetch. To fetch additional results, provide this value as the
page_token
in a subsequent <code>ListJobsRequest</code>.
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 |