Google Cloud Dataproc v1 API - Enum ListJobsRequest.Types.JobStateMatcher (5.11.0)

public enum ListJobsRequest.Types.JobStateMatcher

Reference documentation and code samples for the Google Cloud Dataproc v1 API enum ListJobsRequest.Types.JobStateMatcher.

A matcher that specifies categories of job states.

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Fields

Name Description
Active

Only match jobs in non-terminal states: PENDING, RUNNING, or CANCEL_PENDING.

All

Match all jobs, regardless of state.

NonActive

Only match jobs in terminal states: CANCELLED, DONE, or ERROR.