Reference documentation and code samples for the Dataflow V1beta3 API module Google::Cloud::Dataflow::V1beta3::ListJobsRequest::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.
Constants
UNKNOWN
value: 0 The filter isn't specified, or is unknown. This returns all jobs ordered
on descending JobUuid.
ALL
value: 1 Returns all running jobs first ordered on creation timestamp, then
returns all terminated jobs ordered on the termination timestamp.
TERMINATED
value: 2 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.
ACTIVE
value: 3 Filters the jobs that are running ordered on the creation timestamp.
[[["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."],[],[]]