Reference documentation and code samples for the Google Cloud Notebooks V2 Client class Action.
The definition of operations of this upgrade history entry.
Protobuf type google.cloud.notebooks.v2.UpgradeHistoryEntry.Action
Namespace
Google \ Cloud \ Notebooks \ V2 \ UpgradeHistoryEntryMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ACTION_UNSPECIFIED
Value: 0Operation is not specified.
Generated from protobuf enum ACTION_UNSPECIFIED = 0;
UPGRADE
Value: 1Upgrade.
Generated from protobuf enum UPGRADE = 1;
ROLLBACK
Value: 2Rollback.
Generated from protobuf enum ROLLBACK = 2;