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 {}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["The response to listing Cloud Dataflow jobs may contain a subset of job information in the `jobs` field, represented as an array of `Job` objects."],["If there are more results than fit in a single response, the `nextPageToken` field will be set, indicating that further requests are needed to retrieve additional jobs."],["The `failedLocation` field, when present, indicates which regional endpoints failed to respond, containing an array of objects, each with a `name` field specifying the failed endpoint."],["If no jobs exist, the response will be an empty JSON object, indicating that no jobs were returned."]]],[]]