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"]],[["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-09-09 UTC."],[],[],null,["# Dataflow V1beta3 API - Module Google::Cloud::Dataflow::V1beta3::ListJobsRequest::Filter (v0.13.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.13.1 (latest)](/ruby/docs/reference/google-cloud-dataflow-v1beta3/latest/Google-Cloud-Dataflow-V1beta3-ListJobsRequest-Filter)\n- [0.13.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.13.0/Google-Cloud-Dataflow-V1beta3-ListJobsRequest-Filter)\n- [0.12.1](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.12.1/Google-Cloud-Dataflow-V1beta3-ListJobsRequest-Filter)\n- [0.11.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.11.0/Google-Cloud-Dataflow-V1beta3-ListJobsRequest-Filter)\n- [0.10.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.10.0/Google-Cloud-Dataflow-V1beta3-ListJobsRequest-Filter)\n- [0.9.1](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.9.1/Google-Cloud-Dataflow-V1beta3-ListJobsRequest-Filter)\n- [0.8.2](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.8.2/Google-Cloud-Dataflow-V1beta3-ListJobsRequest-Filter)\n- [0.7.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.7.0/Google-Cloud-Dataflow-V1beta3-ListJobsRequest-Filter)\n- [0.6.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.6.0/Google-Cloud-Dataflow-V1beta3-ListJobsRequest-Filter)\n- [0.5.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.5.0/Google-Cloud-Dataflow-V1beta3-ListJobsRequest-Filter)\n- [0.4.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.4.0/Google-Cloud-Dataflow-V1beta3-ListJobsRequest-Filter)\n- [0.3.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.3.0/Google-Cloud-Dataflow-V1beta3-ListJobsRequest-Filter)\n- [0.2.0](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.2.0/Google-Cloud-Dataflow-V1beta3-ListJobsRequest-Filter)\n- [0.1.4](/ruby/docs/reference/google-cloud-dataflow-v1beta3/0.1.4/Google-Cloud-Dataflow-V1beta3-ListJobsRequest-Filter) \nReference documentation and code samples for the Dataflow V1beta3 API module Google::Cloud::Dataflow::V1beta3::ListJobsRequest::Filter.\n\nThis field filters out and returns jobs in the specified job state. The\norder of data returned is determined by the filter used, and is subject to\nchange.\n\nConstants\n---------\n\n### UNKNOWN\n\n**value:** 0 \nThe filter isn't specified, or is unknown. This returns all jobs ordered\non descending `JobUuid`.\n\n### ALL\n\n**value:** 1 \nReturns all running jobs first ordered on creation timestamp, then\nreturns all terminated jobs ordered on the termination timestamp.\n\n### TERMINATED\n\n**value:** 2 \nFilters the jobs that have a terminated state, ordered on the\ntermination timestamp. Example terminated states: `JOB_STATE_STOPPED`,\n`JOB_STATE_UPDATED`, `JOB_STATE_DRAINED`, etc.\n\n### ACTIVE\n\n**value:** 3 \nFilters the jobs that are running ordered on the creation timestamp."]]