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 |
Unreachable
public RepeatedField<string> Unreachable { get; }
Output only. List of jobs with
[kms_key][google.cloud.dataproc.v1.EncryptionConfig.kms_key]-encrypted
parameters that could not be decrypted. A response to a jobs.get
request
may indicate the reason for the decryption failure for a specific job.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Job> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorJob |