Common Protos for Google Cloud APIs Client - Class JobState (0.5.1)

Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class JobState.

State of a job.

Protobuf type google.cloud.audit.BigQueryAuditMetadata.JobState

Namespace

Google \ Cloud \ Audit \ BigQueryAuditMetadata

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

JOB_STATE_UNSPECIFIED

Value: 0

State unknown.

Generated from protobuf enum JOB_STATE_UNSPECIFIED = 0;

PENDING

Value: 1

Job is waiting for the resources.

Generated from protobuf enum PENDING = 1;

RUNNING

Value: 2

Job is running.

Generated from protobuf enum RUNNING = 2;

DONE

Value: 3

Job is done.

Generated from protobuf enum DONE = 3;