Show / Hide Table of Contents

Enum ProjectsResource.RegionsResource.JobsResource.ListRequest.JobStateMatcherEnum

Optional. Specifies enumerated categories of jobs to list. (default = match ALL jobs).If filter is provided, jobStateMatcher will be ignored.

Namespace: Google.Apis.Dataproc.v1beta2
Assembly: Google.Apis.Dataproc.v1beta2.dll
Syntax
public enum JobStateMatcherEnum

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.

In This Article
Back to top