Google Cloud Notebooks V1 Client - Class State (0.6.2)

Reference documentation and code samples for the Google Cloud Notebooks V1 Client class State.

State of the job.

Protobuf type google.cloud.notebooks.v1.Schedule.State

Namespace

Google \ Cloud \ Notebooks \ V1 \ Schedule

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

ENABLED

Value: 1

The job is executing normally.

Generated from protobuf enum ENABLED = 1;

PAUSED

Value: 2

The job is paused by the user. It will not execute. A user can intentionally pause the job using PauseJobRequest.

Generated from protobuf enum PAUSED = 2;

DISABLED

Value: 3

The job is disabled by the system due to error. The user cannot directly set a job to be disabled.

Generated from protobuf enum DISABLED = 3;

UPDATE_FAILED

Value: 4

The job state resulting from a failed CloudScheduler.UpdateJob operation. To recover a job from this state, retry CloudScheduler.UpdateJob until a successful response is received.

Generated from protobuf enum UPDATE_FAILED = 4;

INITIALIZING

Value: 5

The schedule resource is being created.

Generated from protobuf enum INITIALIZING = 5;

DELETING

Value: 6

The schedule resource is being deleted.

Generated from protobuf enum DELETING = 6;