public sealed class ListJobsResponse : IPageResponse<Job>, IEnumerable<Job>, IEnumerable, IMessage<ListJobsResponse>, IEquatable<ListJobsResponse>, IDeepCloneable<ListJobsResponse>, IBufferMessage, IMessageA list of jobs in a project.
Implements
IPageResponse<Job>, IEnumerable<Job>, IEnumerable, IMessage<ListJobsResponse>, IEquatable<ListJobsResponse>, IDeepCloneable<ListJobsResponse>, 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 |
RepeatedField<Job> |
|
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 |
IEnumerator<Job> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|