Reference documentation and code samples for the Google Cloud Notebooks V1 Client class IsInstanceUpgradeableResponse.
Response for checking if a notebook instance is upgradeable.
Generated from protobuf message google.cloud.notebooks.v1.IsInstanceUpgradeableResponse
Namespace
Google \ Cloud \ Notebooks \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ upgradeable
bool
If an instance is upgradeable.
↳ upgrade_version
string
The version this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.
↳ upgrade_info
string
Additional information about upgrade.
↳ upgrade_image
string
The new image self link this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.
getUpgradeable
If an instance is upgradeable.
bool
setUpgradeable
If an instance is upgradeable.
var
bool
$this
getUpgradeVersion
The version this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.
string
setUpgradeVersion
The version this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.
var
string
$this
getUpgradeInfo
Additional information about upgrade.
string
setUpgradeInfo
Additional information about upgrade.
var
string
$this
getUpgradeImage
The new image self link this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.
string
setUpgradeImage
The new image self link this instance will be upgraded to if calling the upgrade endpoint. This field will only be populated if field upgradeable is true.
var
string
$this