Dataflow v1beta3 API - Class ListJobsResponse (2.0.0-beta07)

public sealed class ListJobsResponse : IMessage<ListJobsResponse>, IEquatable<ListJobsResponse>, IDeepCloneable<ListJobsResponse>, IBufferMessage, IMessage, IPageResponse<Job>, IEnumerable<Job>, IEnumerable

Reference documentation and code samples for the Dataflow v1beta3 API class ListJobsResponse.

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
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
RepeatedFieldFailedLocation

Jobs

public RepeatedField<Job> Jobs { get; }

A subset of the requested job information.

Property Value
Type Description
RepeatedFieldJob

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
IEnumeratorJob