Reference documentation and code samples for the Google Cloud Notebooks V2 Client class State.
The definition of the states of this upgrade history entry.
Protobuf type google.cloud.notebooks.v2.UpgradeHistoryEntry.State
Namespace
Google \ Cloud \ Notebooks \ V2 \ UpgradeHistoryEntryMethods
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;