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.v1
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public enum ProjectsResource.RegionsResource.JobsResource.ListRequest.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 Generated by DocFX