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 {}.
[[["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-08-07 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eListJobsResponse\u003c/code\u003e class within the Dataflow v1beta3 API, which is used to list Cloud Dataflow jobs in a project.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListJobsResponse\u003c/code\u003e class can be a partial response, depending on the page size requested, or an empty response if no jobs are found.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, \u003ccode\u003eIPageResponse\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e, to support various functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListJobsResponse\u003c/code\u003e class includes properties like \u003ccode\u003eFailedLocation\u003c/code\u003e, \u003ccode\u003eJobs\u003c/code\u003e, and \u003ccode\u003eNextPageToken\u003c/code\u003e to handle regional endpoint failures, job subsets, and pagination for larger responses.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes a method \u003ccode\u003eGetEnumerator\u003c/code\u003e which allows iteration through the job resources in the response.\u003c/p\u003e\n"]]],[],null,[]]