Dataflow v1beta3 API - Enum ListJobsRequest.Types.Filter (2.0.0-beta07)

public enum ListJobsRequest.Types.Filter

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.

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Fields

Name Description
Active

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.