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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListJobsResponse\u003c/code\u003e class is used to represent the response when listing Cloud Dataflow jobs in a project, potentially a partial response based on the page size.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple 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, \u003ccode\u003eIEnumerable\u003c/code\u003e, and \u003ccode\u003eIEnumerable<Job>\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListJobsResponse\u003c/code\u003e contains properties such as \u003ccode\u003eFailedLocation\u003c/code\u003e, \u003ccode\u003eJobs\u003c/code\u003e, and \u003ccode\u003eNextPageToken\u003c/code\u003e to provide details about the response, including failed regional endpoints and information for paginated results.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes methods like \u003ccode\u003eGetEnumerator()\u003c/code\u003e to iterate through the job resources in the response, and it has constructors to allow the creation of a blank or copy instance of the \u003ccode\u003eListJobsResponse\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]