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 \ UpgradeHistoryEntryMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0State is not specified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
STARTED
Value: 1The instance upgrade is started.
Generated from protobuf enum STARTED = 1;
SUCCEEDED
Value: 2The instance upgrade is succeeded.
Generated from protobuf enum SUCCEEDED = 2;
FAILED
Value: 3The instance upgrade is failed.
Generated from protobuf enum FAILED = 3;