Reference documentation and code samples for the Dataflow v1beta3 API enum ListJobsRequest.Types.Filter.
This field filters out and returns jobs in the specified job state. The
order of data returned is determined by the filter used, and is subject to
change.
Filters the jobs that are running ordered on the creation timestamp.
All
Returns all running jobs first ordered on creation timestamp, then
returns all terminated jobs ordered on the termination timestamp.
Terminated
Filters the jobs that have a terminated state, ordered on the
termination timestamp. Example terminated states: JOB_STATE_STOPPED,
JOB_STATE_UPDATED, JOB_STATE_DRAINED, etc.
Unknown
The filter isn't specified, or is unknown. This returns all jobs ordered
on descending JobUuid.
[[["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-07-09 UTC."],[[["This document provides reference information for the `ListJobsRequest.Types.Filter` enum within the Dataflow v1beta3 API."],["The enum is used to filter jobs based on their state, including active, terminated, or all jobs."],["The order in which jobs are returned depends on the selected filter, such as creation timestamp for active jobs or termination timestamp for terminated jobs."],["Selecting the `Unknown` filter returns all jobs ordered by descending `JobUuid`."],["The documentation references three different versions of this component, the latest one being `2.0.0-beta07`."]]],[]]