public sealed class ListJobsResponse : IMessage<ListJobsResponse>, IEquatable<ListJobsResponse>, IDeepCloneable<ListJobsResponse>, IBufferMessage, IMessage, IPageResponse<Job>, IEnumerable<Job>, IEnumerable
Response to a request to list Cloud Dataflow jobs in a project. This might be a partial response, depending on the page size in the ListJobsRequest. However, if the project does not have any jobs, an instance of ListJobsResponse is not returned and the requests's response body is empty {}.
Implements
IMessage<ListJobsResponse>, IEquatable<ListJobsResponse>, IDeepCloneable<ListJobsResponse>, IBufferMessage, IMessage, IPageResponse<Job>, IEnumerable<Job>, IEnumerableNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
ListJobsResponse()
public ListJobsResponse()
ListJobsResponse(ListJobsResponse)
public ListJobsResponse(ListJobsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListJobsResponse |
Properties
FailedLocation
public RepeatedField<FailedLocation> FailedLocation { get; }
Zero or more messages describing the regional endpoints that failed to respond.
Property Value | |
---|---|
Type | Description |
RepeatedField<FailedLocation> |
Jobs
public RepeatedField<Job> Jobs { get; }
A subset of the requested job information.
Property Value | |
---|---|
Type | Description |
RepeatedField<Job> |
NextPageToken
public string NextPageToken { get; set; }
Set if there may be more results than fit in this response.
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 |