Class ListJobsResponse (1.0.0-beta03)

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 {}.

Inheritance

Object > ListJobsResponse

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

ListJobsResponse()

public ListJobsResponse()

ListJobsResponse(ListJobsResponse)

public ListJobsResponse(ListJobsResponse other)
Parameter
NameDescription
otherListJobsResponse

Properties

FailedLocation

public RepeatedField<FailedLocation> FailedLocation { get; }

Zero or more messages describing the regional endpoints that failed to respond.

Property Value
TypeDescription
RepeatedField<FailedLocation>

Jobs

public RepeatedField<Job> Jobs { get; }

A subset of the requested job information.

Property Value
TypeDescription
RepeatedField<Job>

NextPageToken

public string NextPageToken { get; set; }

Set if there may be more results than fit in this response.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<Job> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<Job>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator