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

JSON representation
{
  "jobs": [
    {
      object (Job)
    }
  ],
  "nextPageToken": string,
  "failedLocation": [
    {
      object (FailedLocation)
    }
  ]
}
Fields
jobs[]

object (Job)

A subset of the requested job information.

nextPageToken

string

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

failedLocation[]

object (FailedLocation)

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

FailedLocation

Indicates which regional endpoint failed to respond to a request for data.

JSON representation
{
  "name": string
}
Fields
name

string

The name of the regional endpoint that failed to respond.