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 {}.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class ListJobsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FailedLocation
Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.
Declaration
[JsonProperty("failedLocation")]
public virtual IList<FailedLocation> FailedLocation { get; set; }
Property Value
Type | Description |
---|---|
IList<FailedLocation> |
Jobs
A subset of the requested job information.
Declaration
[JsonProperty("jobs")]
public virtual IList<Job> Jobs { get; set; }
Property Value
Type | Description |
---|---|
IList<Job> |
NextPageToken
Set if there may be more results than fit in this response.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |