Google Cloud Notebooks V1 Client - Class State (0.7.4)

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

The definition of the states of this upgrade history entry.

Protobuf type google.cloud.notebooks.v1.Instance.UpgradeHistoryEntry.State

Namespace

Google \ Cloud \ Notebooks \ V1 \ Instance \ UpgradeHistoryEntry

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

State is not specified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

STARTED

Value: 1

The instance upgrade is started.

Generated from protobuf enum STARTED = 1;

SUCCEEDED

Value: 2

The instance upgrade is succeeded.

Generated from protobuf enum SUCCEEDED = 2;

FAILED

Value: 3

The instance upgrade is failed.

Generated from protobuf enum FAILED = 3;